[MVP Carry-Over] UpdateItem List Pages
- Remove UpdateItem List from User Profile page
- The list of update_items submitted to date is visible to a logged-in user in a different tab.
- This list can be filtered and sorted based on some of the attributes like "user_id", "status", "entity", "timestamp" etc.
- Maintainers always have the option to change the status of a
update_itemto "accepted" or "rejected". This option is no more available once the status is "synced.
Maintainer sees
- Updates submitted by all users
- Heading of the page is "All submitted changes"
- Can change the status of particular record and "review comments"
Contributor sees
- Updates submitted by only them
- Heading of the page is "My submitted changes"
P.S.: The similar table component can be used in detail pages with an extra filter on the entity and entity_id
Edited by sghosh