-
-
Notifications
You must be signed in to change notification settings - Fork 3
Project Group Implementaion
suryayadavalli edited this page Nov 20, 2015
·
2 revisions
- New entity called hmis_project_group for maintain project groups.
- New entity called hmis_project_project_group_map for mapping for projects and project group.
- Added new column project_group_id in hmis_user table.
- Created end points for CRUD operations for project group.
- Create Project group
- Delete Project group
- Update a project group
- Get a project group
- Created a new endpoint in AccountController to assign a project group to a user.
- Added ProjectGroup model in Account model as a property.
- While creating an user, the user will be assigned a project group or by default the logged user (admin's project group) will be assigned to the user.