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
The intent of showing a short form of events on the activities page is to display the large number of events that are important to promote, while decreasing the clutter and time to scroll to the bottom. See the example at the bottom how this can be displayed. There are a large number of events that can be good to show on the Activities page:
Educational events -> deadlines for signing up to courses and resits, the BTA, the NSE and course evaluations
Save the date for ie weekends, AMD and other days
Other events like the Career Day, Wervingsdagen activities and Go Green Week
All of these events will only need to display: the date (some maybe a starting and end date), a title and a description. These events do not need to link to or have their own page, the intent is that there only feature is that they are listed on the Activities page. They will be controlled by the Board in the admin panel and so there will not be a creation form accessable to the general member base. The events also do not have to be visible in the Activity Archive.
Why is this needed?
No response
Other information
Optionally the Activities page can be renamed to Agenda or Upcoming to show that it also includes these events. I don't think this is necessary.
My implementation approach would be:
Make an Event a distinct model. Maybe abstract with an Activity (so Event has subtypes ShortEvent and Activity), but I don't think it is necessary.
Display Events on the activity/list page
Create admin page as admin-event
Possibly add support for tags like Career (or a future Education tag)
I would like to know what you think! And I am interested in implementing it myself.
The text was updated successfully, but these errors were encountered:
Something that may be interesting to do with this is to automate it based on the GEWIS calendar (Google). Perhaps we can add a specific tag or something to these events in that calendar and then automatically parse it every X hours to update the list and use that list to display them in the website. That way we prevent duplication of these "events" and ensure that they are always up-to-date.
That would indeed be a good other way to implement to administrative side of this feature. I guess than the parsing would be done on the server side, which would than cache this somehow?
That would indeed be a good other way to implement to administrative side of this feature. I guess than the parsing would be done on the server side, which would than cache this somehow?
Yeah that is what I had in mind. Preferably it then goes into memcache (or redis) instead of the database. However, we will have to look into preventing cache slam.
I also do not know how this will work with longer 'events', as we have never come to a good solution for GH-732.
What would you like?
The intent of showing a short form of events on the activities page is to display the large number of events that are important to promote, while decreasing the clutter and time to scroll to the bottom. See the example at the bottom how this can be displayed. There are a large number of events that can be good to show on the Activities page:
All of these events will only need to display: the date (some maybe a starting and end date), a title and a description. These events do not need to link to or have their own page, the intent is that there only feature is that they are listed on the Activities page. They will be controlled by the Board in the admin panel and so there will not be a creation form accessable to the general member base. The events also do not have to be visible in the Activity Archive.
Why is this needed?
No response
Other information
Optionally the Activities page can be renamed to Agenda or Upcoming to show that it also includes these events. I don't think this is necessary.
My implementation approach would be:
I would like to know what you think! And I am interested in implementing it myself.
The text was updated successfully, but these errors were encountered: