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

APIs for user profile and account creation, and UI stepper. #9

Merged
merged 61 commits into from
May 14, 2024

Conversation

turb0c0w
Copy link
Collaborator

Issues:

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the namex license (Apache 2.0).

@swag_from({"security": [{"Bearer": []}]})
@cross_origin(origin="*")
@jwt.requires_auth
def create_account():
Copy link
Collaborator

Choose a reason for hiding this comment

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

These account related endpoints should not be in base. Even though these are wrappers they should be in its own file with the proper path that identifies those are account related endpoints

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

moved into their own files.

@kris-daxiom
Copy link
Collaborator

Please add postman tests for the endpoints

@trevoratindustrio
Copy link
Collaborator

/gcbrun

@bcregistry-sre
Copy link
Collaborator

Temporary Url for review: https://strr-ui-dev--pr-9-gc5gwl6s.web.app

@turb0c0w
Copy link
Collaborator Author

Please add postman tests for the endpoints

added postman env and collection.

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.

None yet

5 participants