ABCDEFGHIJKLMNOPQRSTUVWXYZAAABACADAEAFAGAHAIAJAKAL
1
PageDescriptionPriorityStatusDate of EntryDate of CompletionFinding ImageDesign
2
User ManagementInput fields should be dropdown instead of free text. As mentioned by Tim in the whatsapp group chatLowDone9/4/202416/4/2024
3
User ManagementNewly added users are not displayed in the list of users.

Solution: Need to call "Get Organisation User Management" to refresh the data shown in Organisation User Management -> list

Update: Auto refresh the page after successfull submission.
CriticalDone9/4/202416/4/2024
4
User ManagementError when changed "Kodey" role from Admin to View-only.

Note: Endpoint mapping inconsistency. Endpoint will change the naming View-Only -> View Only from Template. Endpoint changes should fix this issue, frontend should not need to do anything.
CriticalDone
5
User ManagementUnclear error message when adding user

Solution: Mapping error, when using endpoint "Save Organisation User Management Details", requires user_id (get from endpoint "Get Organisation User Management")

Sample body request "Save Organisation User Management Details":
{
"user_info": [
{
"user_id": "ea701ee7-c6cc-46a5-acfa-785193fe0026",
"user_name": "Kode",
"user_email": "kode@example.com"
}
],
"user_role": "ViewOnly",
"studio_accessibility": [
{
"studio_id": "b1736efd-cec6-4e69-bae8-818173a8ba9d",
"studio_name": "Unitar Pre-Application Form"
}
]
}
HighDone9/4/202416/4/2024
6
User ManagementFont size not according to design.

Actual: 16px
Design: 14px
LowDone
7
User ManagementRemove the exclamation point icon when there is error and to only remain the error messageLowDone16/4/202416/04/2024
8
User ManagementTo fix the user account settings column MediumDone16/4/202416/04/2024
9
User ManagementBackground color when hover not according to designLowDone
10
User ManagementField color is out when autofill the fieldLowDone15/4/202416/4/2024
11
User ManagementNot able to login using the developer login credentialsHighDone15/4/2024-
12
User ManagementIn the change password section, if user inputs the wrong password in "Current Password" and clicks on change password there is no error handling. Suggest to have an error message to pop up if current password is wrongLowDone17/4/2024
23-04-2024 (kode reviewed)
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100