Kitware / SlideAtlas-Server

https://slide-atlas.org
Apache License 2.0
7 stars 3 forks source link

Json response from /sessions #68

Closed dhandeo closed 7 years ago

dhandeo commented 10 years ago

Currently json response from /sessions omits rule information, that should be included to be able to display them correctly.

ajax: 1,
name: "Admin @ Harvard Combined Dermatology Residency Training Program",
sessions: [
rule: "",
sessions: [ ... ]
]

Additionally will like to see more information form the same query ?

brianhelba commented 10 years ago

Fixed by https://github.com/SlideAtlas/SlideAtlas-Server/commit/5ee3512c827e7dd3aec15bdc7fcd7019368b4d26

dhandeo commented 10 years ago

Additionally will like to see more information form the same query ?

i.e. # of views in them Dereferenced list of views (with views=1), this will avoid more queries to come

brianhelba commented 7 years ago

Will fix with Girder.