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

Implement stub function to get DB connection during development #3549

Closed
Tracked by #3516
mathemancer opened this issue Apr 18, 2024 · 0 comments · Fixed by #3556
Closed
Tracked by #3516

Implement stub function to get DB connection during development #3549

mathemancer opened this issue Apr 18, 2024 · 0 comments · Fixed by #3556
Assignees
Labels
ready Ready for implementation type: maintenance Refactoring and technical debt payoff work: backend Related to Python, Django, and simple SQL

Comments

@mathemancer
Copy link
Contributor

mathemancer commented Apr 18, 2024

For the architectural overhaul, we'll be implementing a bunch of RPC functions that need to get info from the database. We should:

  • Set up a stub function to get a DB connection. This is to be replaced upon conclusion of the Permissions discussions
  • Provide an example function that gets some info from the database to demonstrate the way we expect these to look and work.
@mathemancer mathemancer linked a pull request Apr 26, 2024 that will close this issue
7 tasks
@seancolsen seancolsen added type: maintenance Refactoring and technical debt payoff work: backend Related to Python, Django, and simple SQL ready Ready for implementation labels May 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready Ready for implementation type: maintenance Refactoring and technical debt payoff work: backend Related to Python, Django, and simple SQL
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants