ParadiseSS13 / ParadiseSS13/TaskDaemon
Discord Sync Queue
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 0
- Forks
- 1
- Avg merge
- 4m
- Merged PRs (30d)
- 1
Description
Need to work in a queue for Discord syncing. I am thinking:
- RowId [GUID, PK]
- DiscordId [BIGINT, NOT NULL]
- Timestamp [datetime NOT NULL]
- Action [varchar(128) NOT NULL] (eg: ADD_PATREON)
- ProcessedOn [datetime NULL] (indexed)
Things can be inserted into here for ALICE to then action upon, which can then marked a ProcessedOn time. Things that will need actions:
- Adding/removing all the dev team roles
- Adding/removing InGame Verified (oh god this is gonna need another tracking table)
- Adding/removing InGame Banned
- Adding/removing Patreon role
- Adding/removing all roles in general (if they disconnect discord they lose everything)
- This is also gonna need a tracking table
This will be a lot of hassle but the heads want to keep the system so we will
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files, tests, or entry points are named. Begin by locating the background task and Discord integration, then determine how the proposed queue schema and tracking tables fit the existing system; done would include an agreed design and support for the listed synchronization actions.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100