-
Notifications
You must be signed in to change notification settings - Fork 7
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
Events view as tiles #380
Comments
Estimation: L |
@zhamanakov Should the user be able to click on the event to reach the event specific site? If yes where should the user click to go to the even? |
Yesterday in the sprint planning we agreed that the whole tile should be clickable. |
…bile version, as the complete picture gets displayed now #380
…wt2/sport-portal into flexibus/#380/events-view-as-tiles
@jcremerius yes and all the tile is a link (pic + name + all params) |
I do the upload and model related stuff. You do the actual displaying off tiles. Ok?
…Sent from my iPhone
On 19. Jan 2018, at 11:43, Dmitrii Zhamanakov ***@***.***> wrote:
@jcremerius yes and all the tile is a link (pic + name + all params)
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Most PO requests have been fixed in #379 |
Default picture is now way too big (1,7 Mb). Custom pictures should be also compress to max 100 Kb. |
I just enabled automatic deployment of your branch to sport-portal-pr on Heroku as we have that deployment available again and it seems @zhamanakov is eager to give feedback. ;) Or would you like to have the deployment for feedback on #379 @emanuel-metzenthin @MariusDanner? |
@jcremerius yes, 2 lines for Startdatum and Anmeldedatum. |
# Conflicts: # app/assets/stylesheets/tile.css # app/models/event.rb
Flexibus/#380/events view as tiles
This depends on #379 for tile component
#374 depends on this for event logic
New Layout for "Events" Page:
Header and footer are out of scope.
If the event has a event-picture, then tile has this picture. If not, then we use 1 of 2 default pictures (they can be easily found in Flexibus channel)
In wide-screens every tile has a 25% of width with paddings/margins.
If width for content is <=800px, then it's only 2 blocks in a row.
In it is <=400 px, then only 1 block in a row. (IT IS ONLY EXAMPLE - the most important thing, that it looks good on every screen 300 to 1600px).
Don't forget that content has max-width:1200px!
The text was updated successfully, but these errors were encountered: