GCRC / nunaliit_android

Android application for Nunaliit
MIT License
1 stars 1 forks source link

UI to filter and sort document list #45

Closed ahayes closed 4 years ago

ahayes commented 6 years ago

Filter based on:

Sort:

jpfiset commented 6 years ago

In mobile app, the DocumentDb already contains a view to select documents based on schema --- viewNunaliitSchema [DocumentDb:79] --- Should be able to create filter based on this view --- designDoc.queryView({viewName: 'nunaliit-schema',keys: ['module']...})