Added Team and Rival support to Chunithm #24

Merged
Midorica merged 8 commits from :develop into develop 2023-10-06 01:48:51 +00:00
Contributor

First off, I apologize if merging this is going to be messy. It looks fine on my end, and I was able to both log in and upsert from Chunithm Sun. However, Git is pure unadulterated pain, and it took me way too long to even commit this. There is also no GUI support, and all team and rivalship needs to be formed via the chuni_profile_team table, as such:

{
	id: 2,
    teamName: "Example",
    teamPoint: 0
}

In chuni_profile_data:

{
	teamId: 2
}

Rivalship is as simple as adding a relationship to chuni_item_favorite:

{
	id: 1,
    user: 1,
    version: 13,
    favId: second_user_id,
    favKind: 2
}
First off, I apologize if merging this is going to be messy. It looks fine on my end, and I was able to both log in and upsert from Chunithm Sun. However, Git is pure unadulterated pain, and it took me way too long to even commit this. There is also no GUI support, and all team and rivalship needs to be formed via the chuni_profile_team table, as such: ``` { id: 2, teamName: "Example", teamPoint: 0 } ``` In chuni_profile_data: ``` { teamId: 2 } ``` Rivalship is as simple as adding a relationship to chuni_item_favorite: ``` { id: 1, user: 1, version: 13, favId: second_user_id, favKind: 2 } ```
EmmyHeart added 5 commits 2023-07-11 09:47:01 +00:00
EmmyHeart closed this pull request 2023-07-11 09:54:53 +00:00
EmmyHeart added 1 commit 2023-07-11 09:56:11 +00:00
EmmyHeart reopened this pull request 2023-07-11 09:56:42 +00:00
EmmyHeart added 1 commit 2023-07-11 10:04:27 +00:00
Collaborator

Hello EmmyHeart

May I know if we should still merge this request?
It appears to be fine at a first glance but I just wanted to be sure

Thank you

Hello EmmyHeart May I know if we should still merge this request? It appears to be fine at a first glance but I just wanted to be sure Thank you
EmmyHeart added 1 commit 2023-10-05 07:56:49 +00:00
9681f86e33 Chunithm SQL documentation
Figured I would outline all of the neat SQL tricks you can do with this build, as well as properly document the features.
Author
Contributor

I think this PR is ready now. I'm so sorry it took so long, I just wanted to make sure I could sit down and actually properly write the documentation for it.

I think this PR is ready now. I'm so sorry it took so long, I just wanted to make sure I could sit down and actually properly write the documentation for it.
Midorica merged commit 1f65cfd2eb into develop 2023-10-06 01:48:51 +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#24
No description provided.