hackforla / hackforla/peopledepot
Modify API so kb-admin can view level 2 info.
- Dominant language
- Python
- Stars
- 14
- Forks
- 37
- Avg merge
- 9d 15h
- Merged PRs (30d)
- 5
Description
Dependencies:
- [ ] #393
- [ ] #331
### Overview
- As a knowledgebase admin (kb-admin) I want to see telephone in addition to basic user info (see #393) for all users.
### Details
Issue #393 describes the functionality. In KB any changes in PD will be replicated to KB and vice versa. Route is /user/app/kb/dataplus
### Action Items
- [ ] Implement tests
- [ ] Implement feature
### Technical Details ###
There are several ways to do this. This might be the simplest:
Create a view specific to the API with a serializer that serializes the desired fields.
### Suggested Tests ###
- Verify response includes level 2 info for a person with kb-admin
- Verify response is not included for a person with kb-user
Contributor guide
Assessment
This issue has not been assessed yet.