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

Completely refactor the application #10

Open
wants to merge 55 commits into
base: main
Choose a base branch
from
Open

Completely refactor the application #10

wants to merge 55 commits into from

Conversation

FranciscoRibeiro03
Copy link
Member

The admin dashboard and the API were completely rewritten.
Also changed the submission method on the client side: instead of sending the whole save file and parsing it server-side, we transform the save file to JSON client-side and upload only the relevant parts to the server through a regular endpoint, with a JSON body. This solves issue #7

miguelovila and others added 24 commits October 10, 2024 09:06
Signed-off-by: Francisco Ribeiro <[email protected]>
Signed-off-by: Francisco Ribeiro <[email protected]>
Signed-off-by: Francisco Ribeiro <[email protected]>
Signed-off-by: Francisco Ribeiro <[email protected]>
Signed-off-by: Francisco Ribeiro <[email protected]>
Signed-off-by: Francisco Ribeiro <[email protected]>
Signed-off-by: Francisco Ribeiro <[email protected]>
Copy link
Member

@TiagoRG TiagoRG left a comment

Choose a reason for hiding this comment

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

Reviewed every file and found no apparent issue

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.

[Backend] Check why save files are not currently being sent
3 participants