This repository has been archived by the owner on Feb 15, 2022. It is now read-only.
0.1: A New Hope
No due date
50% complete
The goal of this milestone is to migrate the stack from
- Laravel to Symfony 2
- AngularJS to Backbone
Plus the basic features:
Auth:
- Login user if cookie OK (and token OK too)
- Redirect user to home if session expired
Note:
- Create a new note (only public)
- View a note (all public for now)
- Edit its own notes
- Remove its own notes
UI:
- Remove ALL dead links…
The goal of this milestone is to migrate the stack from
- Laravel to Symfony 2
- AngularJS to Backbone
Plus the basic features:
Auth:
- Login user if cookie OK (and token OK too)
- Redirect user to home if session expired
Note:
- Create a new note (only public)
- View a note (all public for now)
- Edit its own notes
- Remove its own notes
UI:
- Remove ALL dead links or prototype links
- No css in HTML/js
- Use Less
- Fetch user avatar from gravatar
DX:
- Phpspec
- jsdoc and phpdoc
- Full internal API doc
- Clean release and readme files