Nerevarin117 / Quotes

social webapp asp .net where users can post daily quotes (as an anonymous public online diary).
0 stars 0 forks source link

Calendar Interface to Navigate in Quotes (Back & Front) #8

Open Nerevarin117 opened 8 years ago

Nerevarin117 commented 8 years ago

We maybe using this solution https://github.com/Serhioromano/bootstrap-calendar

demo here : http://bootstrap-calendar.azurewebsites.net/ -> number of quotes displayed by month -> quick view of all quotes posted in a month

Year/Month scale will be enough for the navigation

To make it work, a relevant API has to be created, we can just update the existing one (adding a method) to return the expected format.

The feature could also be used to filter any data in admin panels.

Nerevarin117 commented 8 years ago

Back is done API update for a json result in calendat format method is "Quote/SearchForCalendar?username=...&..."