-
Notifications
You must be signed in to change notification settings - Fork 8
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
[Tracker] Feature Roadmap #11
Comments
I added a services section. To make this easier for multiple hands to work on I propose we abstract the database ops to a service layer so the routes can get built calling the service API without worrying about the underlying DB queries and the services can just be responsible for the queries. |
I'm fine with sql.unsafe`` queries as desired for now. If anyone wants to add query validation, check the slonik docs, but the basics are:
|
Proposals needs a tiny bit of updating and then it's ready for QA
|
just need to wrap up #50 added to the voting service/router and then finish testing/debugging. |
Routes:
Services:
Database:
Tests:
Validators:
General:
The text was updated successfully, but these errors were encountered: