Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

React boilerplate #123

Open
wants to merge 23 commits into
base: master
Choose a base branch
from
Open

React boilerplate #123

wants to merge 23 commits into from

Conversation

hhartwell
Copy link
Contributor

@ mention of reviewers

@ckcollab

A brief description of the purpose of the changes contained in this PR.

adds a react frontend folder and modifies skeletor.sh to replace src/frontend with src/react_frontend

currently, the react frontend includes a login page and the default react landing page once a user is logged in

Known issues to be addressed in a separate PR

...

Hand testing

  • curl the bash script and hit the option 3 for Available Frontends
  • should work and set up a docker environment to work in.
  • curl again and select option 1. this should work as expected

Any relevant files for testing

link to any relevant files (or drag and drop into github)

Misc. comments

...

Checklist

  • Code review by me
  • New code covered by automated tests
  • I'm proud of my work
  • Code review by reviewer
  • Hand tested by reviewer
  • Ready to merge

@hhartwell hhartwell changed the title [WIP] React test React project boilerplate Dec 1, 2022
@hhartwell hhartwell changed the title React project boilerplate React boilerplate Dec 1, 2022
@@ -51,6 +52,21 @@ def post(self, request, format=None):
return Response(status=status.HTTP_200_OK)


class UserProfileView(views.APIView):
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fyi I added something like this to master, so can prob pull this -- hit /api/auth/user/ like how it used to work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants