Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/waterlink/strikeapp
STRIKE APP - Keep track of your strikes
https://github.com/waterlink/strikeapp
Last synced: 30 days ago
JSON representation
STRIKE APP - Keep track of your strikes
- Host: GitHub
- URL: https://github.com/waterlink/strikeapp
- Owner: waterlink
- License: mit
- Created: 2015-06-01T07:17:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-03T22:23:30.000Z (over 9 years ago)
- Last Synced: 2024-10-16T07:16:17.517Z (3 months ago)
- Language: JavaScript
- Size: 180 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# STRIKE APP
## TODO
- [ ] Write readme
- [x] Extract mixin/object from tags
- [x] Deal with svg warnings (late attribute binding ?)
- [x] Cover models with tests (jasmine)
- [x] Add ability to create mark (tapping for when = today)
- [x] Fix FIXMEs
- [x] Store marks in local storage (check if android and iphone works)
- [ ] Use concept of public/private/priviliged members of object
- [ ] Add nice desktop/mobile styles and layout
- [ ] Fix snake_case => camelCase
- [ ] and remove it by tapping again
- [ ] Add tags for mark and fast way to switch them and create new ones
- [ ] Show calendar view by current selected tag
- [ ] Optional auth + Sync data with backend API
- [ ] Date on-hover-title on elements
- [ ] Cache calculated weeks with their respective days in local storage## Running tests
just visit `/jasmine.html`