hpr_documentation/suggested_changes.md

1.6 KiB

HPR Suggested Change

Track reservation key in eps table

Moved from HPR/hpr_generator#238

A uploaded show is know by it's key, this should be kept in the eps table so it can be located easily.

Remove deprecated fields in eps table

Check if version and downloads can be deprecated.

Should they ? More moderation needed ?

HPR/hpr_generator#157

Audit of media and supplementary files

HPR/hpr_generator#154

Given a show like 2173, which was built to link to supplementary notes on the HPR server, these notes (and other assets) are currently not available because the links are incorrect.

This show references several assets for example:

sqlite> select filename from assets where episode_id = 2173; ┌─────────────────────────────┐ │ filename │ ├─────────────────────────────┤ │ hpr2173/blinkt_client.py │ │ hpr2173/blinkt_legends.svg │ │ hpr2173/cronjob_comments │ │ hpr2173/full_shownotes.html │ │ hpr2173/img_01.png │ │ hpr2173/img_02.png │ │ hpr2173/img_03.png │ │ hpr2173/img_04.png │ │ hpr2173/img_05.png │ │ hpr2173/img_06.png │ └─────────────────────────────┘

These are on the IA with the same filenames.

Could this issue be resolved by redirection?