Bergrebell / CyberCoach

1 stars 1 forks source link

draw mockups #15

Closed Bergrebell closed 9 years ago

Bergrebell commented 9 years ago

where it makes sense ;)

wanze commented 9 years ago

Here are some early drafts of mockups. I think we could build the user interface similiar to the car traiding app in order to reuse some stuff (e.g. main navigation).

Btw do you have dropbox? Maybe we could share a project folder additionally for assets :)

Sports Index

sports_index

Makes me think of a "SportSession" object holding all the common stuff of every sports activity:

The Sport object belongs_to a Session

Sport Session Detail

sports_detail

Displayed details depend on the sport

Friends

friends_index

Achievments

achievements_index

Here the questions are:

svetakrasikova commented 9 years ago

@wanze Stefan, a question regarding the sports index. So far, we want to display the passes sessions (completed: true). Do we want to also display pending sessions (not confirmed by the invited friends), in case the user wants to cancel; and not yet completed sessions? That is, show current sport sessions on the front page for sports too (or add a link to the current sessions view)

wanze commented 9 years ago

Hi Sveta, What do you think is the simplest way to go? Maybe list the all sport sessions in one table sorted by the event date desc is the simplest way to go. Later on we could split them, I guess the upcoming ones in the future are maybe more interesting :)

Regarding the completed status: I'm not sure if we need this, we could also say that an event is completed if the event datetime is in the past. After that date, the user would be able to fill out the details (the reached results) to the session.

svetakrasikova commented 9 years ago

Hi Stefan, Right, let's simply list all the sessions in one table with 'view details' link. As for 'completed', I agree, it's redundant. I was just wondering is we want to somehow highlight the sessions which are completed already and where the user can fill out the results. I have a couple of more related questions, will write to you soon. 6 Nov 2014, в 15:37, Stefan Wanzenried notifications@github.com написал(а):

Hi Sveta, What do you think is the simplest way to go? Maybe list the all sport sessions in one table sorted by the event date desc is the simplest way to go. Later on we could split them, I guess the upcoming ones in the future are maybe more interesting :)

Regarding the completed status: I'm not sure if we need this, we could also say that an event is completed if the event datetime is in the past. After that date, the user would be able to fill out the details (the reached results) to the session.

— Reply to this email directly or view it on GitHub.