Skip to content
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

backend functionality for rogue run #1958

Open
doctorpangloss opened this issue Jan 6, 2025 · 0 comments
Open

backend functionality for rogue run #1958

doctorpangloss opened this issue Jan 6, 2025 · 0 comments
Assignees
Labels
enhancement epic A collection of features and long term goals

Comments

@doctorpangloss
Copy link
Member

#1946

trying to implement as much of rogue run management in sql as possible complete with rls

reference the rules from the wiki for that other game

stuff that you're pretty confident doesn't need relations can live inside json and use postgres json functions to avoid migrations today

investigating with flyway how to better support development stage migrations in sql - for example, should it be in its own schema until it is promoted to production? with normal columns, work with them in spellsource_development, then when you are done with everything, make the migration happen in the spellsource schema

or use "dash dash watch"

the end goal is to generate a graphql client whose mutations correspond to the actions people will take

document how to make changes to the business logic of the rogue run

@doctorpangloss doctorpangloss added the epic A collection of features and long term goals label Jan 6, 2025
@doombubbles doombubbles self-assigned this Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement epic A collection of features and long term goals
Projects
Status: No status
Development

No branches or pull requests

2 participants