-
Notifications
You must be signed in to change notification settings - Fork 4
New flow changes #100
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
base: develop
Are you sure you want to change the base?
New flow changes #100
Conversation
| @@ -0,0 +1,3 @@ | |||
| meta { | |||
| name: SHAChecks | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
don't commit bruno files. It was good before we had any auto documentation on the endpoints but now it will just confuse other developers. I'd say you can even remove the whole api-collection folder
| except Account.DoesNotExist: | ||
| return Response({"error": "Account not found"}, status=status.HTTP_404_NOT_FOUND) | ||
|
|
||
| # Try to get character, otherwise create a new one |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe this should just patch existing ones. Why create when you have an endpoint for that?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Makes more resilient code so, if you update but it doesn't exist then, it stops you from losing your character?
Is missing the job to clear out the old sha tokens
And maybe the time Expiry for character settings token?