Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Timeline Activity #7

Open
Rushi98 opened this issue May 9, 2018 · 6 comments
Open

Timeline Activity #7

Rushi98 opened this issue May 9, 2018 · 6 comments
Assignees
Labels
approved This issue has been approved by maintainers. Grab them before others. feature New feature to be added urgent This task should be taken up asap.

Comments

@Rushi98
Copy link
Member

Rushi98 commented May 9, 2018

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 Rushi98 added approved This issue has been approved by maintainers. Grab them before others. feature New feature to be added labels May 9, 2018
@Rushi98
Copy link
Member Author

Rushi98 commented May 9, 2018

screenshot_ -
Another UI inspiration

@Rushi98 Rushi98 self-assigned this May 27, 2018
@Rushi98
Copy link
Member Author

Rushi98 commented May 27, 2018

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?

@tanmaydixit tanmaydixit added the urgent This task should be taken up asap. label May 29, 2018
@rrgodhorus
Copy link
Member

I'll take it

@Rushi98
Copy link
Member Author

Rushi98 commented May 30, 2018

@rrgodhorus, I'm already developing it

@Rushi98 Rushi98 mentioned this issue May 30, 2018
@Rushi98 Rushi98 removed their assignment Jun 6, 2018
@Rushi98
Copy link
Member Author

Rushi98 commented Jun 6, 2018

@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
Copy link
Contributor

I'm working on this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved This issue has been approved by maintainers. Grab them before others. feature New feature to be added urgent This task should be taken up asap.
Projects
None yet
Development

No branches or pull requests

4 participants