[OTHER] - Database #1

Open
opened 2025-07-01 14:20:10 -07:00 by naomi · 1 comment
Owner

Attestations

  • I have read and agree to the Code of Conduct
  • I have read and agree to the Community Guidelines.
  • I have confirmed that the issue I am opening is unique, and has not already been reported (whether closed or not).
  • I have reviewed the Security Policy and have determined that this is not a security vulnerability.
  • This is not a feature request or bug report that I am mis-filing to avoid the issue template.

Share your thoughts:

We should set up a database to store progress configurations, instead of hard-coding values.

### Attestations - [x] I have read and agree to the [Code of Conduct](https://docs.nhcarrigan.com/community/coc/) - [x] I have read and agree to the [Community Guidelines](https://docs.nhcarrigan.com/community/guide/). - [x] I have confirmed that the issue I am opening is unique, and has not already been reported (whether closed or not). - [x] I have reviewed the [Security Policy](https://docs.nhcarrigan.com/legal/security/) and have determined that this is not a security vulnerability. - [ ] This is not a feature request or bug report that I am mis-filing to avoid the issue template. ### Share your thoughts: We should set up a database to store progress configurations, instead of hard-coding values.
naomi added the
status
awaiting triage
label 2025-07-01 14:20:10 -07:00
naomi added this to the New App Ideation project 2025-07-01 18:21:18 -07:00
naomi added this to the v1 Release milestone 2025-07-01 18:21:22 -07:00
nerdychara self-assigned this 2026-01-05 12:25:48 -08:00
Author
Owner

Using Prisma, model may look something like:

{
  serverId: string;
  channelId: string;
  roleId: string;
  message: string;
  cron: string;
}
Using Prisma, model may look something like: ``` { serverId: string; channelId: string; roleId: string; message: string; cron: string; } ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: nhcarrigan/maribelle#1