View Issue Details

IDProjectCategoryView StatusLast Update
0015813mantisbtapi soappublic2013-05-07 00:15
Reportervboctor Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status newResolutionopen 
Summary0015813: Add the user's preference to user data
Description

When a user logs it, it would make sense to include their preferences like default project, and language in the UserData object that is returned in response to mc_login().

TagsNo tags attached.

Activities

vboctor

vboctor

2013-05-04 18:41

manager   ~0036786

The user data already includes the timezone.

vboctor

vboctor

2013-05-04 18:44

manager   ~0036787

The current/default filter would be useful as well.

rombert

rombert

2013-05-06 15:40

reporter   ~0036792

Does this require changing the signature of the returned object?

vboctor

vboctor

2013-05-07 00:15

manager   ~0036795

Yes. The assumption is that the following changes don't break the API:

  • Adding extra optional fields to request objects.
  • Adding extra fields to response objects.

Hence, it should be OK to change the response objects to add the extra information.