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

Plan and implement an ActivityDao based off Dao, UserDao, UserDaoImpl, and UserDaoTestImpl in training module #66

Open
crchong1 opened this issue Nov 9, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@crchong1
Copy link
Contributor

crchong1 commented Nov 9, 2020

We need an abstraction that can query activities from the db. This one might be more difficult, as we have to think about what type of activity we need. We can either lump all the activities together into one ActivityDaoImpl/ActivityDaoTestImpl and query it, or we could have a Dao representation for each Activity type that implements an ActivityDao interface.

@crchong1 crchong1 added the enhancement New feature or request label Nov 9, 2020
@crchong1
Copy link
Contributor Author

also please write many tests :)

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

No branches or pull requests

2 participants