ZhangYiJiang / jublia-agenda

AY16/17 CS3216 final project - 21st century event agenda
https://agenda-demo.jublia.com/
1 stars 1 forks source link

Agenda settings need to editable from the agenda builder screen #39

Closed ZhangYiJiang closed 8 years ago

ZhangYiJiang commented 8 years ago

Currently it is not possible to modify any of the agenda settings from the agenda builder screen. This means the user can't rename or add more days to the agenda

paradite commented 8 years ago

there is no backend API to put duration or end_at when creating or updating agenda.

http://docs.jubliaagenda.apiary.io/#reference/event-agenda/agendas/post http://docs.jubliaagenda.apiary.io/#reference/event-agenda/agendaid/patch

Please add them.

ZhangYiJiang commented 8 years ago

Should be a documentation problem - duration has been implemented on the agenda since Monday. end_at is a calculated value, so it's not stored. It is calculated from duration + start_at or the day of the last session + start_at if duration is not set.

On Tue, Oct 25, 2016 at 12:05 AM +0800, "Zhu Liang" notifications@github.com wrote:

there is no backend API to put duration or end_at when creating or updating agenda.

http://docs.jubliaagenda.apiary.io/#reference/event-agenda/agendas/post http://docs.jubliaagenda.apiary.io/#reference/event-agenda/agendaid/patch

Please add them.

You are receiving this because you were assigned. Reply to this email directly or view it on GitHub: https://github.com/ZhangYiJiang/jublia-agenda/issues/39#issuecomment-255785125

paradite commented 8 years ago

okay noted.

paradite commented 8 years ago

basic version implemented with name, description, duration and location editing.