You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current behaviour:
There is no option for user to add profile picture and for
admin to add event picture. Expected behaviour:
Admin and user will be able to add pictures.
put a 'x' inside [ ] to check. Steps to reproduce:
1, add an image field in schema of user and event
2, edit profile.hbs, addevent.hbs and editevent.hbs to add a field to get images
3, integrate both the things.
4, adjust CSS
The text was updated successfully, but these errors were encountered:
There are many ways to implement this. I think using multer to store images in a folder and using routes to handle it, similar to the other routes would be good in this scenario.
This way, we can insert the route url anywhere we want to across the project.
I'm submitting a ...
Current behaviour:
There is no option for user to add profile picture and for
admin to add event picture.
Expected behaviour:
Admin and user will be able to add pictures.
put a 'x' inside [ ] to check.
Steps to reproduce:
1, add an image field in schema of user and event
2, edit profile.hbs, addevent.hbs and editevent.hbs to add a field to get images
3, integrate both the things.
4, adjust CSS
The text was updated successfully, but these errors were encountered: