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

Create database facade #30

Closed
rwblickhan opened this issue Oct 6, 2018 · 1 comment
Closed

Create database facade #30

rwblickhan opened this issue Oct 6, 2018 · 1 comment
Assignees
Labels
theme:feature Request a new feature.

Comments

@rwblickhan
Copy link
Collaborator

Create a database facade (probably in a database/ directory) that exposes core database actions that commands/events can interact with. For now, focus on user-related actions; these can just be stubbed out, since the point of this ticket is more to get the database facade's API up and going so other modules can start calling it.

This doesn't necessarily have to be a whole class; it might be better to leave it as a set of functions (but I leave that up to the developers!).

@rwblickhan rwblickhan added the theme:feature Request a new feature. label Oct 6, 2018
@rwblickhan rwblickhan added this to Backlog/feature requests in Rocket 2 Planning via automation Oct 6, 2018
@rwblickhan rwblickhan moved this from Backlog/feature requests to To do in Rocket 2 Planning Oct 6, 2018
@chuck-sys chuck-sys self-assigned this Oct 13, 2018
@chuck-sys
Copy link
Collaborator

We assume that DBFacade only handles DynamoDB at the start, and if other things are needed, then we will adjust.

@chuck-sys chuck-sys moved this from To do to In progress in Rocket 2 Planning Oct 20, 2018
Rocket 2 Planning automation moved this from In progress to Done Oct 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
theme:feature Request a new feature.
Projects
Development

No branches or pull requests

3 participants