19 lines
850 B
Plaintext
19 lines
850 B
Plaintext
# Test log from 2023-06-23
|
|
#
|
|
# - means bug
|
|
# + means missing feature
|
|
# + means change request
|
|
#
|
|
|
|
- /organisations/PIC/ => sends an array of organisations (ony 1 item though). there should be only 1 object
|
|
- /organisations/PIC/members => CORS error
|
|
- /organisations/PIC/proposals => CORS error
|
|
- logged under user fallimi => received ORG_MEMBER and SP_ADMIN roles but no permissions on /organisations (?!?)
|
|
|
|
+ missing /users/search => same as /bypass/users/search (could be global)
|
|
+ missing /organisations/PIC/members/UID GET => retrieve details of a member (in order to update...)
|
|
+ missing "phone" property in organisation member => align to proposal fields
|
|
|
|
* change "function" property in organisation member to "position" => align to proposal fields
|
|
* change "administrator" property in organisation member to "admin" => align to member profile
|