hashplan / calendar

Apache License 2.0
0 stars 0 forks source link

city banners #41

Closed hashplan closed 9 years ago

hashplan commented 9 years ago

Roma, We want to make the event and profile pages a bit more colorful.

I will email you a few banners that we want to put across the top (and also a mockup). These are basically images of famous parts of the cities, etc. They should load when the user changes location filter, or by default the image should load for the user's default location. We will probably need a migration to add an image to the cities and an assets folder to keep track of all of the city images.

romasolot commented 9 years ago

Got your email with a mockup and city images. Maybe you mean relating image to metroarea? Because it is metroarea that is displayed in the filter.

hashplan commented 9 years ago

yes, metroarea :)

romasolot commented 9 years ago

How are we going to implement image uploading, which way? 1) Simple image uploader 2) Uploading to general gallery and the following-up selection (as it is done in Wordpress)

hashplan commented 9 years ago

Roma, Don't think we have to develop much here. The images are probably going to be uploaded once (we have to buy them and they are a bit pricy). We can probably do it from the backend, save the file in the assets/metroareas folder and then add the file name to a database table column manually? We will do this in batches, because we are not buying all of the images at once.

romasolot commented 9 years ago

Think it's better to create an uploader (like on the user settings page) It should not take long because we already have the code, it should just be copied, set up and tested.

hashplan commented 9 years ago

Sure, like the avatar upload.

hashplan commented 9 years ago

Also to clarify, this is an admin function, not a user function. User can only update their own avatar. Admin will set the image for the metroarea.

hashplan commented 9 years ago

Roma, I don't see the images showing up at the top of http://hashplans.com/user/events/all and http://hashplans.com/user/events/my if the user has the location set. I login as user at user . com who has new york as the location and don't see the image.

hashplan commented 9 years ago

Must have still been syncing. Looks great.