Skip to content

Initial Backend #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 15 commits into
base: main
Choose a base branch
from
Open

Initial Backend #3

wants to merge 15 commits into from

Conversation

mxmeinhold
Copy link
Contributor

Initial setup for the backend, including db migrations, configuration, logging, tracing, and routes for interacting with cluesheets, clues, and user participation. A great deal is not implemented and a great deal is subject to change, but let's get something into main shall we?

@mxmeinhold mxmeinhold marked this pull request as ready for review May 16, 2025 23:17
mxmeinhold added 13 commits May 16, 2025 19:47
After a terrible adventure trying to use nicer tools than raw sql to
access the db while having very little bandwidth to explore
documentation, we're relegated to using raw sql
Need to fill in a lot more data, but this is the basis
Have to assemble clues by their parent child relationships
No support for rules yet
@ikopke23
Copy link

each request works, maybe we could add checking so names are unique?

Not super necessary because the searching could be from tags, but searching by name would make the most sense for a user.

@mxmeinhold
Copy link
Contributor Author

Yeah, we definitely need to add more constraints in the db

@ikopke23
Copy link

I think it’s in a good state for now for Main at least, I will probably make CRUD and like search in a separate branch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants