Akademy Tools: Difference between revisions
(Created page with "# Existing Infrastructure ## Akademy Website The primary website used to promote Akademy and signpost information for Attendees ## Wiki Pages Various Wiki pages that we use...") |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== Existing Infrastructure == | |||
'''Akademy Website''' | |||
The primary website used to promote Akademy and signpost information for Attendees | |||
The primary website used to promote Akademy and signpost information for Attendees. | |||
* Built using Drupal, there are a set of re-useable components that we employ year-to-year. | |||
'''Wiki Pages''' | |||
Various Wiki pages that we use during an event to pass along information to attendees and volunteers. | Various Wiki pages that we use during an event to pass along information to attendees and volunteers. | ||
'''conf.kde.org''' | |||
An integration of Frab, https://github.com/frab/frab, lightly modified to support LDAP authentication provided by identity.kde.org. | An integration of Frab, https://github.com/frab/frab, lightly modified to support LDAP authentication provided by identity.kde.org. | ||
* Call for Papers workflow management | |||
* Schedule Publishing | |||
* Exposes a set of API endpoints, listing talks, speaker and schedule information that we can use for planning and video recording. | |||
'''events.kde.org''' | |||
A custom PHP application for event registrations. Retains profile information between various KDE events and supports custom questions for individual events. | A custom PHP application for event registrations. Retains profile information between various KDE events and supports custom questions for individual events. | ||
* Provides statistical information to organising team | |||
* Allows us to compare year-to-year statistics in an anonymised fashion. | |||
* Exposes a set of API endpoints that we use for badge scanning and live metrics events. | |||
'''volunteers.akademy.kde.org''' | |||
An integration of the Fosdem Volunteer Management System, https://github.com/jrial/fosdem-volunteers. Again, we have modified this application to support LDAP authentication provided by identity.kde.org. | An integration of the Fosdem Volunteer Management System, https://github.com/jrial/fosdem-volunteers. Again, we have modified this application to support LDAP authentication provided by identity.kde.org. | ||
'''Badge Generation Tooling''' | |||
A set of scripts that will generate PDFs for each attendee, utilising an API endpoint on events.kde.org. | A set of scripts that will generate PDFs for each attendee, utilising an API endpoint on events.kde.org. |
Latest revision as of 16:24, 28 March 2019
Existing Infrastructure
Akademy Website
The primary website used to promote Akademy and signpost information for Attendees.
- Built using Drupal, there are a set of re-useable components that we employ year-to-year.
Wiki Pages
Various Wiki pages that we use during an event to pass along information to attendees and volunteers.
conf.kde.org
An integration of Frab, https://github.com/frab/frab, lightly modified to support LDAP authentication provided by identity.kde.org.
- Call for Papers workflow management
- Schedule Publishing
- Exposes a set of API endpoints, listing talks, speaker and schedule information that we can use for planning and video recording.
events.kde.org
A custom PHP application for event registrations. Retains profile information between various KDE events and supports custom questions for individual events.
- Provides statistical information to organising team
- Allows us to compare year-to-year statistics in an anonymised fashion.
- Exposes a set of API endpoints that we use for badge scanning and live metrics events.
volunteers.akademy.kde.org
An integration of the Fosdem Volunteer Management System, https://github.com/jrial/fosdem-volunteers. Again, we have modified this application to support LDAP authentication provided by identity.kde.org.
Badge Generation Tooling
A set of scripts that will generate PDFs for each attendee, utilising an API endpoint on events.kde.org.