Created
December 18, 2015 18:55
-
-
Save g31pranjal/c69727eec9d4d4494e3f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
EVENTS | |
1. Organization | |
All deartment, clubs, associations that have an event. | |
- name | |
- co-ordinator | |
- phone | |
2. Tabs | |
Collection from which the event can have tab. All tabs have weights for ordering. | |
- name | |
- weight | |
3. Category | |
Each event belong to a category | |
- name | |
- image | |
- weight | |
4. tags | |
Each event have multiple tags that describe them. | |
3. Events | |
- name | |
- category : one-to-one | |
- organization : ono-to-one | |
- short description | |
- isKernal : checkbox | |
- tags : one-to-many | |
* keep scheduling separate | |
* implement tabs as done in last year. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment