WIP: Implemented User Points for teams #140

Draft
EmmyHeart wants to merge 2 commits from EmmyHeart/artemis:develop into develop
Contributor

This system isn't necessarily important for end users unless paired with a web UI, but I wanted to contribute this feature as I think it's genuinely useful.

WARNING! These commits are UNTESTED on Starlette! While they should in theory work, please do not merge until it has been tested. Note that you will also need to add the "userTeamPoint" field to the chuni_profile_team table as type JSON.

This system isn't necessarily important for end users unless paired with a web UI, but I wanted to contribute this feature as I think it's genuinely useful. **WARNING!** These commits are UNTESTED on Starlette! While they should *in theory* work, please **do not merge** until it has been tested. Note that you will also need to add the "userTeamPoint" field to the `chuni_profile_team` table as type JSON.
EmmyHeart added 2 commits 2024-05-13 09:04:13 +00:00
Owner

Looks fine at a glance, and I don't see why this wouldn't work with starlette, so as soon as you're done and it gets tested I'm down to merge

Looks fine at a glance, and I don't see why this wouldn't work with starlette, so as soon as you're done and it gets tested I'm down to merge
Hay1tsme added the
enhancement
chuni
chusan
labels 2024-06-17 15:37:13 +00:00
This pull request is marked as a work in progress.
This branch is out-of-date with the base branch

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u develop:EmmyHeart-develop
git checkout EmmyHeart-develop

Merge

Merge the changes and update on Gitea.
git checkout develop
git merge --no-ff EmmyHeart-develop
git checkout develop
git merge --ff-only EmmyHeart-develop
git checkout EmmyHeart-develop
git rebase develop
git checkout develop
git merge --no-ff EmmyHeart-develop
git checkout develop
git merge --squash EmmyHeart-develop
git checkout develop
git merge --ff-only EmmyHeart-develop
git checkout develop
git merge EmmyHeart-develop
git push origin develop
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#140
No description provided.