Sie zeigen eine alte Version dieser Seite an. Zeigen Sie die aktuelle Version an.

Unterschiede anzeigen Seitenhistorie anzeigen

« Vorherige Version anzeigen Version 3 Nächste Version anzeigen »

MilestoneDeadlineZiel

Aufgaben

Episoden
Basisklassifikation vollständig abgebildet.
  • Re-do the slugs for the Basisklassifikation.
  • Enter the whole Basisklassifikation.

Verwertungsrechte für Episoden abgebildet.
  • Have an episode metadata field for rights holders (probably easiest to reuse the Speakers field).
  • Have an episode metadata field for licenses.
  • Have an image metadata field for rights holders (probably easiest to reuse the Speakers field).
  • Have an image metadata field for licenses.


Metadaten von Episoden werden validiert.

  • Make the Basisklassifikation required unless the podcast is already classified.
  • Limit the number of Basisklassifikation terms to three.
  • Limit the number of keywords to N; after talking to somebody from the library/Meghan.
  • Require users to declare copyright holders and enter a license.

Nutzer*innen können Episoden ohne Anleitung hochladen.
  • BUG: Remove the horizontal scrollbars in the sidebar of post-new.php.
  • If no speaker is entered, use the login name.

Deutschsprachige Nutzer*innen können Episoden ohne Anleitung hochladen.
  • Translate field descriptions into German, if feasible.
  • Translate validation errors into German.

Es gibt zwei neue Nutzer*innen-Rollen “Podcaster*in” und “Vorleser*in,” die jeweils das Recht haben in bestimmten Podcasts zu posten
  • Metadaten felder für Nutzer*innen anlegen.
  • Rollen anlegen.
  • Rollen die relevanten Rechte einräumen.
  • Posting auf die registrierten Felder beschränken.
Podcasts
Verwertungsrechte für Podcasts vollständig abgebildet.
  • Have a podcast metadata field for rights holders (probably easiest to reuse the Speakers field).
  • Have a podcast metadata field for licenses.
  • If copyright holders and a license are declared for a podcast, use them as defaults for episodes.


Metadaten von Podcasts werden validiert.
  • Filter Basisklassifikation terms by UI language when creating a new podcast.
  • Make the speakers and Basisklassifikation fields required when creating a new course.
  • Override the slug field of lecture series with <semester>-<course ID> and hide slug entry field.


Nutzer*innen könnten Podcasts ohne Anleitung hochladen.
  • BUG: When adding a new podcast, the semester and the course ID fields are displayed after changing the podcast language even if the podcast is not a lecture series.
  • BUG: When adding a new podcast, the semester and the course ID fields are displayed after a podcast has been created, regardless of podcast type.


Personen mit der Rolle “Vorleser*in“ dürfen Podcasts in den Taxonomien “Vorlesung” und “Class” anlegen.
  • Rollen die relevanten Rechte einräumen.
  • Posting auf die registrierten Felder beschränken.
Migration
Senden der alten Audiothek sind migriert.
  • Medien und bestehende Metadaten sind migriert.
  • Es gibt einen Plan für die Beschlagwortung.
  • Alte Sendungen sind bis zu einem Stichtag in der Vergangenheit beschlagwortet.
A11Y
Die Seite ist für sehbehinderte Personen verwendbar.
  • BUG: Taxonomy lists in which the series metadata entry is hidden, thereby also hide the episode number, leaving no visible episode number for visually impaired visitors; the metadata block should only be hidden for non-screen readers.
  • Test the site with screen readers.
  • Ask disabled colleagues for feedback.
Working front-end
Die deutsche Seite ist für Besucher*innen verwendbar.
  • BUG: Following a link to an English episode on the German site takes visitores to the English site. Hard to fix. Perhaps a feature request should be posted to Polylang. For now this can only be worked around by adding English episodes twice, once classified as English and once classified as German. However, this may leads to invalidate language date and may break A11Y assumptions.
  • Test whether episode speakers and series speakers both show up on a series page/entry if both are given and differ.
  • Add link title attribute to metadata entries.
  • There are no PHP warnings on the front-end, even with debugging enabled.
Übersetzung
Die englische Seite ist für Besucher*innen verwendbar.
  • BUG: Series taxonomies don't show up on episode pages on the English site.
  • Translate legal information into English.
  • Translate the main menu to English.
Rechtliches
Alle rechtlichen Rahmenbedingungen sind geklärt.
  • Type your task here, using "@" to assign to a user and "//" to select a due date
Relaunch


Nice front-end

  • BUG: Current page displays a non-text default cursor.
  • Maybe use <https://wordpress.org/plugins/podcast-subscribe-buttons> to make subscribing to podcasts easier.
  • Don't show taxonomies in post metadata if the current view is for that taxonomy.
  • Use a hyphenation library to hyphenate long words before saving/updating a post/page/podcast.
  • Selbe Farbe für “Nächste/Vorherige Seite” verwenden wie im Menü oder Kontraste wieder etwas abschwächen.
  • Hübschere Pfeile bei „Nächste/Vorherige Seite“.
  • Have a page that lists all classifications.
  • Have a page that lists all speakers, maybe by podcast.
  • Have a page that lists all semesters.




migration daten

migration 2: fortschreitende beschlagwortung.


Known issues

  • Endless scrolling cannot be implemented with the current theme. The theme’s own endless scrolling support does not allow for custom metadata. Endless scrolling plugins conflict with the JavaScript code that the theme uses for its masonry effect.
  • Controlled search is hard to implement with our current setup, because there are no free search plugins for WordPress that supports it. Once u:search integration works, this will become less of an issue.
  • The search does not know about translations (searching for “Ethik” will not yield results about “ethics”) unless translations are added as synonyms.
  • Speakers and users are entirely separate ontologies.

To-do

Model

  • Refactoring: Come up with a consistent naming scheme for metadata fields; the current one is messy.

Back-end

  • Weird: The Basisklassikation taxonomy is associated with posts, not podcasts, so that we can use ACF to validate user inputs; it might be better to hide it completely when development is done; but this needs to be documented somewhere.
  •  

  • PHP: Link users and speakers, so that user-bios can be used for speakers.
  • PHP: Allow users to add their homepage, ORCiD, or other metadata to their profile and link it to their speaker entry.
  • PHP: Create taxonomies in our own Plugin, rather than by using a third party one.
  • PHP: Is it really necessary to loop over arrays to get metadata? Try to get rid of that function.
  • PHP: The podcast slug "series" is hardcoded in SSP; there is no need to have a constant in our plugin then.
  • PHP: Rename the theme (e.g., “Kojithek”) and make sure its translation domain does not conflict with the plugin.
  • Re-factor the Audiothek plugins and themes.

Front-end

  • JavaScript: Fix the sidebar to the bottom of the screen when scrolling down and to the top of the screen when scrolling up.

  • PHP: Have a page that displays podcast with missing or weird metadata.
  • TEST: See if it is possible and easy for people to attach, e.g., slides to a podcast; if so, see if those attachments can be password protected.
  • PHP: Have a report button, so that we can show how much we care about copyright?

SEO

  • Don’t forget to add a robots.txt file when everything else is done.
  • Don’t forget to allow search engines back  in when everything else is done.

Datenschutz

  • Muss eine DV bei der Universität registriert werden?
  • Disallow uploading of data of third parties, particularly children (e.g., images).

Nutzungsrichtlinien

  • Mention that the German terms of use are the ones that are legally binding.
  • Who should be contacted in case of copyright violations are other legal troubles? The Verein, the department, or both?
  • Mention that the Audiothek must not be used commercially or in any other way that violates the ZID guidelines.

Server

  • Die Mediathek auf eine eigene VM migrieren.
  • In testing, staging, und production environment trennen.
  • Cache TTL on schroeder may need further optimisation.
  • Some tools report audiothek23's SSL CERT as invalid, unclear why.
  • Make sure that lazy-loading of images works in production (it may already do).

Future directions

  • Re-integrate with the Open Archives Iniative?
  • Integrate with the Internet archive?
  • Integrate with the CBA, so that episodes need only be uploaded once?
  • Integrate with podcasting services?
  • Allow logins and date sharing with u:accounts.
  • Add documentatio on how to use the Audiothek; particularly when using the department's lecture rooms.
  • Enable live recording (not currently doable, since there is no high-quality open source JavaScript library that supports it).
  • Keine Stichwörter