Gaurav
1/25/24, 8:52:56 AM EST
Thanks for the update! Enjoy your holiday too. Looking forward to catching up on Tuesday!
Gaurav
1/25/24, 10:50:06 AM EST
Hi Chris,
Here, we have progress on mobile:
1. Completed library screen with expand media and controller. Now we're showing all type of media
and we can also slide left/right to see the prev/next media.
2. Updated UI for subtasks role and action history. Also updated UI for edit user in project settings.
Gaurav
1/25/24, 10:51:00 AM EST
Now we need API integration for CRUD role feature. Here are the list that we need API's.
1. For library media screen details (which project it belongs to).
2. List the roles and add points for subtasks.
3. on tap of role we have dialog
- Add notes.
- Action log history and action delete.
- remove role.
4. Add role for subtasks.
5. Project settings edit dialog:
- User role list.
- Add role.
- remove user.
- Add comments and dollars.
Gaurav
1/31/24, 10:35:46 AM EST
Hi Chris,
Here, today's meeting discussion points:
1. Remove "Notes" label from the role pop-up for task.
2. Remove Leave a comment section from user edit settings.
3. Add option to show/hide media controller when media is expanded.
Gaurav
2/1/24, 12:33:08 PM EST
Hi Chris,
Here, we have progress on mobile app:
1. Remove "Notes" label from the role pop-up for task and Remove Leave a comment section from user edit settings.
2. Remove media controller from lib media expand. Show only for audio. Update to back icon to expand more.
Gaurav
2/5/24, 7:04:48 AM EST
Hi Chris,
For list the team member for some user we're not getting user name. Please have a look into that once.
Here is the API reference:
URL: https://openinstitute.org/site/mediadb/services/module/librarycollectionusers/search
Body: {
"page": "1",
"hitsperpage": "50",
"query": {
"terms": [
{
"field": "collectionid",
"operator": "exact",
"value": "AW_EEOogCrPBxPh_P9NA"
}
]
}
}
Gaurav
2/5/24, 9:50:11 AM EST
Yeah.. I'm talking about the name.
{ "id": "AX9MjMTarw2IKbXecZR1", "collectionid": { "id": "AW_EEOogCrPBxPh_P9NA", "name": "OI Release Mobile Application Version 3" }, "followeruser": { "id": "105" }, "ontheteam": "true" },
{ "id": "AX9MjMTarw2IKbXecZR1", "collectionid": { "id": "AW_EEOogCrPBxPh_P9NA", "name": "OI Release Mobile Application Version 3" }, "followeruser": { "id": "105" }, "ontheteam": "true" },
Christopher B
2/5/24, 10:03:40 AM EST
I see that. I dont have a quick fix for it but I was wondering if you could just use the User records we already have available from the librarycollection results? Its the same user from the userid
Christopher B
2/5/24, 10:04:21 AM EST
You guys should have a standard user cache that has the thumbnail and name information
Gaurav
2/5/24, 12:25:56 PM EST
Here, Today's progress on mobile app:
Implement API's for listing team member and on edit dialog list the user roles.