murwaneisa / HKIF-APP

Developing an app for the HKIF (sports association), the goal of the app is to help the HKIF manage user registration and notification and also have a statistical overview. The app also allows the members to get information about the activity and events.
Other
3 stars 0 forks source link

Events management integration #78

Closed murwaneisa closed 8 months ago

murwaneisa commented 10 months ago

Dependent Branch(es) feature/events-integration

Functionality integrate the events management with the server

Additional Notes

zzfz1 commented 8 months ago

Formik

zzfz1 commented 8 months ago

@murwaneisa

There's no address field in the event model currently.

Image

Image

murwaneisa commented 8 months ago

The event must have an address, can you fix it ,or should I make it as a task

zzfz1 commented 8 months ago

I'll fix it, no worries.

zzfz1 commented 8 months ago

@murwaneisa

Is the admin allowed to join an event?

Now in the event details it shows the button even if with an admin account.

Image

I'll leave it for now since it doesn't seem to be a part of the event management.

murwaneisa commented 8 months ago

Yeah! Just leave it, there is a bug error we need to fix for the naviagtion between the admin event and user event

zzfz1 commented 8 months ago

@murwaneisa

Now the date/time input box on the web can only be input manually, is it designed to function like that?

Image

Nothing Popped up when clicked on the web. Image

zzfz1 commented 8 months ago

@murwaneisa @ahmedmohd957

Do we really need the date to be in this format?

Image

It's much easier to validate and process to a timestamp if we use 'YYYY-MM-DD' format.

ahmedmohd957 commented 8 months ago

@zzfz1 No, you can change it.