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

admin panel: db, models, routes #8

Closed
Nalipp opened this issue Aug 20, 2019 · 2 comments
Closed

admin panel: db, models, routes #8

Nalipp opened this issue Aug 20, 2019 · 2 comments
Assignees

Comments

@Nalipp
Copy link
Contributor

Nalipp commented Aug 20, 2019

create seed data with existing data model in data.sql
connect basic endpoints to react admin panel

@stephaniesimms
Copy link
Collaborator

stephaniesimms commented Aug 20, 2019

  • seed data for users, charges, salaries
  • script to seed db
  • tests
  • user model: find, update, delete (auth @emitamago @mvatanya)
  • user routes: get, post, patch, delete
  • salaries model: find all, update, delete
  • salaries routes: get, post, patch, delete
  • charges model: find all, update, delete
  • charges routes: get, post, patch, delete

@stephaniesimms stephaniesimms changed the title admin panel DB, models, routes, React components for admin panel Aug 20, 2019
@stephaniesimms stephaniesimms changed the title DB, models, routes, React components for admin panel Admin panel: DB, models, routes, React components Aug 20, 2019
@stephaniesimms stephaniesimms changed the title Admin panel: DB, models, routes, React components admin panel: db, models, routes, react components Aug 20, 2019
@stephaniesimms stephaniesimms changed the title admin panel: db, models, routes, react components admin panel: db, models, routes Aug 21, 2019
@stephaniesimms
Copy link
Collaborator

all tasks completed as part of related issue #29
charges model, routes, tests are part of new issue #39

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

No branches or pull requests

3 participants