CHUNI: Add more chunithm frontend features #133

Merged
Hay1tsme merged 1 commits from MEANINGLINK/artemis:develop into develop 2024-04-24 16:51:21 +00:00
Contributor
  1. Implemented profile, rating and playlog webpages.
  2. Fixed bugs of version change api and name change api.
1. Implemented profile, rating and playlog webpages. 2. Fixed bugs of version change api and name change api.
MEANINGLINK added 1 commit 2024-04-23 14:50:51 +00:00
976aa6b560 CHUNI: Add more chunithm frontend features
1. Implemented profile, rating and playlog webpages.
2. Fixed bugs of version change api and name change api.
Author
Contributor

Since there may be multiple versions of PROFILE, it is necessary to support the version change function. First, set the version member of session to uninitialized value -1, this value will be saved to COOKIE after user login, when user request chunithm page will judge whether it is -1, if so, then select the biggest version among all versions as default for user, and set it to COOKIE. meanwhile, provide the POST interface for change the version.

Since there may be multiple versions of PROFILE, it is necessary to support the version change function. First, set the version member of session to uninitialized value -1, this value will be saved to COOKIE after user login, when user request chunithm page will judge whether it is -1, if so, then select the biggest version among all versions as default for user, and set it to COOKIE. meanwhile, provide the POST interface for change the version.
Owner

Looks good, will merge!

Looks good, will merge!
Hay1tsme merged commit 9175670d0d into develop 2024-04-24 16:51:21 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Hay1tsme/artemis#133
No description provided.