Devsoc-BPGC / Events

Modular app for all events
3 stars 14 forks source link

Timeline Activity #7

Open Rushi98 opened 6 years ago

Rushi98 commented 6 years ago

Create a variable eventDuration in gradle config. Say it's 4.

Make 4 (number could vary) fragments like done in waves/icef/nmd app under events section. each fragment will have a recycler view, with list of events, each item will be of format as shown in waves/icef/nmd.

Rushi98 commented 6 years ago

screenshot_ - Another UI inspiration

Rushi98 commented 6 years ago

I'm planning following attributes for each session of event:

  1. eventName (ex: "FashP")
  2. session (ex: "Eliminations")
  3. venue (a key from predefined list of locations ex: "venue1")
  4. tags (an array of tags ex: ["Dance", "nights"])
  5. startTime (date and time in following format "dd,mm,yyyy,hh,mm" its a string! ex: "27,05,2018,20,50")
  6. duration (in minutes, a string, ex: "50")

a "venue" will have following attributes:

  1. venueName (ex: "auditorium")
  2. latitude (a float value of at least 6 digits after decimal place, positive is for north ex: 15.392973)
  3. longitude (a float value of at least 6 digits after decimal place, positive is for east ex: 73.880493)

Suggestions for anything else?

rrgodhorus commented 6 years ago

I'll take it

Rushi98 commented 6 years ago

@rrgodhorus, I'm already developing it

Rushi98 commented 6 years ago

@rrgodhorus want to work on it? Work till creating tabs is done. You will just have to populate the fragment. (Date is also passed to it).

omkar-decode commented 6 years ago

I'm working on this