https://github.com/jonathanporta/asana-wallboard-api
An API for an Asana Wallboard
https://github.com/jonathanporta/asana-wallboard-api
Last synced: over 1 year ago
JSON representation
An API for an Asana Wallboard
- Host: GitHub
- URL: https://github.com/jonathanporta/asana-wallboard-api
- Owner: JonathanPorta
- Created: 2016-08-09T23:27:43.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-01T05:22:36.000Z (over 9 years ago)
- Last Synced: 2025-01-24T19:37:11.375Z (over 1 year ago)
- Language: JavaScript
- Size: 839 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
This README would normally document whatever steps are necessary to get the
application up and running.
Things you may want to cover:
* Ruby version
* System dependencies
* Configuration
* Database creation
* Database initialization
* How to run the test suite
* Services (job queues, cache servers, search engines, etc.)
* Deployment instructions
* ...
### Data
plz rails generate model user id:string:uniq name:string email:string photo:string
plz rails generate model task id:string:primary_key created_at:datetime modified_at:datetime name:string notes:text completed:boolean assignee_status:string completed_at:datetime due_on:datetime due_at:datetime workspace:string:index num_hearts:integer assignee_id:string:index parent_id:string:index hearted:boolean
plz rails generate model project workspace:string:index notes:text id:string:uniq name:string