CLTracker / CLT-webapp

Other
6 stars 1 forks source link

Write /user/exhibitors/:conf #43

Closed Syntaf closed 7 years ago

Syntaf commented 7 years ago

This route returns a list of all users for a conference that are exhibitors

link

lilylei95 commented 7 years ago

Do you want it to return something like this: [ /* any # of: */ { email: string, name: string, company: string } ] instead of : { email: string, name: string, company: string } ?

Syntaf commented 7 years ago

@lilylei95 correct, let me correct the wiki. thanks!

lilylei95 commented 7 years ago

@Syntaf Do want us to return a extra field like status to show if they are complete/incomplete? Something like this instead [ /* any # of */ {email : string, name: string, company: string, status: "incomplete" or "complete"}]

Syntaf commented 7 years ago

@lilylei95 that would be great if you'd like to add that as well, otherwise I was going to do that myself in the frontend. Either works for me.

lilylei95 commented 7 years ago

written without status field