https://github.com/yoannmoinet/agenda-example
Little agenda example built with backbone and marionette.
https://github.com/yoannmoinet/agenda-example
Last synced: 8 months ago
JSON representation
Little agenda example built with backbone and marionette.
- Host: GitHub
- URL: https://github.com/yoannmoinet/agenda-example
- Owner: yoannmoinet
- License: mit
- Created: 2015-12-22T19:00:26.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-23T15:11:21.000Z (over 10 years ago)
- Last Synced: 2025-07-09T01:07:39.737Z (11 months ago)
- Language: JavaScript
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Agenda
> A little backbone / marionette example
## Installation
```bash
> git clone git@github.com:yoannmoinet/agenda-example.git
> cd agenda-example
> npm i -g gulp
```
## Usage
Will run a local server accessible via [http://localhost:3000](http://localhost:3000).
```bash
> gulp
```
There are two routes available to deliver the data :
- `/agenda` : for all available slots and delimitation of the agenda
- `/agenda/offer` : for a specific offer to place in the agenda
The most important part (I guess) would be the [`Agenda`](./app/js/models/Agenda.js) model.
## Features
- Persists data (offer selection and current week)
- Supports local time changes
---
### License MIT