unee-t / frontend

Meteor front end
https://case.dev.unee-t.com/
GNU Affero General Public License v3.0
9 stars 17 forks source link

API to retrieve cases for a given user - Replace MEFE User ID with Name + Role #784

Closed franck-boullier closed 5 years ago

franck-boullier commented 5 years ago

Current situation:

In the current version the API returns the MEFE user ID for the following information:

(See PR #780).

Suggested improvement

Instead of the MEFE User Ids, we should return:

This way external app will be able to display these directly if needed.

franck-boullier commented 5 years ago

Fixed in the latest version of the master