KaiOelfke / alumni-db-frontend

This will contain the software for the JA-YE Alumni Europe member database platform.
1 stars 0 forks source link

Add ability to add and edit event logo and event header #27

Open cangoektas opened 8 years ago

cangoektas commented 8 years ago

Event logos and event headers can currently be shown in the event show view, but not added when creating an event and there's no way in changing the images.

Waiting on the backend APIs to implement this.

Related to #23

cangoektas commented 8 years ago

@ahmedissa I need your help for this one. I think I already implemented about 90 % of this feature but you have to make some small changes.

I think you should be able to fix this in a couple minutes or what do you think?. The important files for you are:

In order to test all this you need to

  1. Checkout to branch feature/events-file-uploads
  2. Go to localhost:9000/#/event
  3. Create new event
  4. Click on the event
  5. Click on Edit
  6. Select file for event logo or event header
cangoektas commented 8 years ago

FYI just fixed some small issues with displaying upload status.

cangoektas commented 8 years ago

@ahmedissa Also removed the branch feature/event-images and replaced it with the branch feature/events-file-uploads

cangoektas commented 8 years ago

Same thing in #35 where we currently try to upload file attachements for an event application as an avatar...

cangoektas commented 8 years ago

@ahmedissa can you take a look at this and #35 in the coming days? I really think it shouldn't take too much time for you 😊