Closed MikeRomaa closed 4 years ago
This pull request adds support for a centralized visiting roster along with other miscellaneous changes.
Visit
/facility/{id}/roster/manageVisitor/{cid}
{membership}
visiting_facilities
lastPromotion()
User
last_promotion
/user/filtercid/{partialcid}
/user/filterlname/{partialcid}
This pull request adds support for a centralized visiting roster along with other miscellaneous changes.
Visit
model./facility/{id}/roster/manageVisitor/{cid}
endpoint for adding and removing visitors.{membership}
URL parameter to roster endpoint.visiting_facilities
key to user endpoint.lastPromotion()
toUser
model and thelast_promotion
key to user and facility roster endpoints./user/filtercid/{partialcid}
endpoint, returns list of controllers matching the given partial CID./user/filterlname/{partialcid}
endpoint, returns list of controllers matching the given partial last name.