LetsTagOn / LetsTagOnThoughtClan

This is for development of a social media platform to promote volunteering and to bring together various players in the development sector. The technology stack is Java Script, Bootstrap UI framework, JSpring, Node.JS and MySQL. Looking for passionate developers to contribute to this platform development. Reach out to cskoulagi@gmail.com.
1 stars 0 forks source link

Static image in Edit Event #23

Open ChetanaKoulagi opened 6 years ago

ChetanaKoulagi commented 6 years ago

When we click on a Program, it shows the related events. In that, the images shown in related events are static images and not taken from the Event.

ChetanaKoulagi commented 6 years ago

Where are the static images coming from for an event? Are they hardcoded or do they have to be uploaded?

Viswa-Vinod commented 6 years ago

I checked the logic. The page looks for the existence of an event-related image. If it does not find an event-related image, then it uploads a static image. Do you want any changes to this logic?

ChetanaKoulagi commented 6 years ago

Even if I have uploaded an event-related image, it shows these static images.

Viswa-Vinod commented 6 years ago

You are right. I have fixed that. Please check after I push all my changes to my branch. I will let you know when I do finish pushing.

ChetanaKoulagi commented 6 years ago

I see the event related images now in Event, but other details are missing. Is it because of fix of this issue? Can you please check.

Viswa-Vinod commented 6 years ago

The logic currently is such that only if postal code and street name are provided, the details will start to show. Providing city name or country is insufficient. Also, as of now no contact person name has been provided for the related events. Do you want me to change the logic or do you want to provide all the data as per current logic? Please advise.