maimai DX FESTiVAL support #17

Merged
Midorica merged 5 commits from Dniel97/artemis:maimai_dx_festival into develop 2023-04-19 18:13:32 +00:00
Contributor

Changes:

  • Added FriendSeasonRanking feature (new put_friend_season_ranking, handle_get_user_friend_season_ranking_api_request functions)
  • Added startDate to mai2_static_event table, so the new events will actually shown
  • Added new version 6 for maimai DX Festival with all new table columns such as tapSe, extNum1, ...
  • Renamed the table columns from lower_case to camelCase (mai2_item_map, mai2_item_friend_season_ranking, mai2_item_login_bonus)
  • Added ticket saving option (handle_upsert_user_chargelog_api_request)
  • Fixed handle_upsert_user_all_api_request to actually save ALL data and not just new data which is a huge bug
  • Removed every try/except for item retrival and optimized those functions

Important

Make sure to update the database for SDEZ to version 4:

python dbutils.py autoupgrade
## Changes: - Added FriendSeasonRanking feature (new `put_friend_season_ranking`, `handle_get_user_friend_season_ranking_api_request` functions) - Added `startDate` to `mai2_static_event` table, so the new events will actually shown - Added new version 6 for maimai DX Festival with all new table columns such as `tapSe`, `extNum1`, ... - Renamed the table columns from lower_case to camelCase (mai2_item_map, mai2_item_friend_season_ranking, mai2_item_login_bonus) - Added ticket saving option (`handle_upsert_user_chargelog_api_request`) - Fixed `handle_upsert_user_all_api_request` to actually save ALL data and not just new data which is a huge bug - Removed every try/except for item retrival and optimized those functions ## Important Make sure to update the database for SDEZ to version 4: ``` python dbutils.py autoupgrade ```
Dniel97 added 2 commits 2023-04-10 17:14:25 +00:00
Dniel97 added 1 commit 2023-04-11 15:59:22 +00:00
28c06335b6
mai2: added upsert returns, fixed event reader, thanks @One3
Thanks to @One3 for helping with the events
Dniel97 added 1 commit 2023-04-13 20:22:34 +00:00
Dniel97 changed title from WIP: maimai DX Festival support to maimai DX FESTiVAL support 2023-04-16 21:54:56 +00:00
Dniel97 added 1 commit 2023-04-19 15:42:38 +00:00
Collaborator

Hello Dniel,

As discussed in the group, what could be tested appears to be working properly.

Saving & Loading of profiles, scores, items and such didn't report any errors either after you fixed the upgrade & rollback scripts.

It will now be approved and merged.

Thank you!

Hello Dniel, As discussed in the group, what could be tested appears to be working properly. Saving & Loading of profiles, scores, items and such didn't report any errors either after you fixed the upgrade & rollback scripts. It will now be approved and merged. Thank you!
Midorica merged commit 017ef1e224 into develop 2023-04-19 18:13:32 +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#17
No description provided.