SanaMobile / sana.mds

BSD 3-Clause "New" or "Revised" License
2 stars 16 forks source link

Add procedure group #8

Closed FKSLam closed 5 years ago

FKSLam commented 5 years ago

Adds procedure group entity to the mds model. A procedure group has a many-to-many relationship with procedures.

Currently this PR only allows procedures to be added to a group via the procedure group update view; a future PR will be added so that a procedure can be associated with multiple groups from the procedure update view.