ScotterMonk / scottswain

This project is in support of efforts to hire python engineers.
MIT License
0 stars 0 forks source link

Issue 04-add roles_depts to model #6

Closed ScotterMonk closed 1 week ago

ScotterMonk commented 1 week ago

Issue: https://github.com/ScotterMonk/scottswain/issues/5

Modified database to have two extra tables:

Needs fulfilled

This allows for the many-to-many relationships, so that any given user can potentially have many roles. The roles_lookup affords us the following benefits:

Created routes for api gets/posts:

How to use

See README.md or README-Windows.md for all the bash or Powershell API requests, respectively.

Needs fulfilled