lavab / web

AngularJS web client of Lavaboom's email service
https://mail.lavaboom.com
38 stars 21 forks source link

Draft Feature - Drafts should be sorted - newest first #952

Open joergG opened 9 years ago

joergG commented 9 years ago

At the moment I don't get the logic, if there's any... would be nice to have that next week for the master-update. shouldn't be too much work?

sort_drafts

joergG commented 9 years ago

@let4be - estimate first please. this has priority before refactoring ;-)

let4be commented 9 years ago

Backend does not support sorting for files endpoint, so - blocked

Please see https://github.com/lavab/api/blob/staging/routes/files.go#L26 in comparision with threads endpoint which supports sorting https://github.com/lavab/api/blob/staging/routes/threads.go#L30

@andreis asap

As soon as sorting support for /files endpoint is properly implemented in back-end and deployed to .io, front-end changes are trivial(1 min)