EMSTrack / WebServerAndClient

Home of the web server and its clients
BSD 3-Clause "New" or "Revised" License
2 stars 3 forks source link

Dynamically handling permissions #54

Closed mcdeoliveira closed 5 years ago

mcdeoliveira commented 5 years ago

One has to make sure that all permissions are updated dynamically as new user, groups, ambulances and hospitals are added. The current model fails in certain situations, which requires a server reinitialization to fix the permissions. Things have been made easier by handling permissions through the api on the mobile app but there are still problems.

mcdeoliveira commented 5 years ago

A related issue is #57