Roan Horning rho_n
rho_n commented on issue HPR/hpr_generator#237 2025-01-22 17:48:32 +00:00
Remove Show Transcript from end of ep pages and move srt and txt link to top

Here is a sample of the change I made--is this ok? image

rho_n opened issue HPR/hpr_hub#81 2025-01-22 17:10:10 +00:00
Broken redirect to Internet Archive for Today with a Techie shows
rho_n closed issue HPR/hpr_generator#240 2025-01-22 14:28:28 +00:00
Rename "Today with a Techie" folder to twt
rho_n created pull request HPR/hpr_generator#241 2025-01-22 05:14:18 +00:00
i240_Rename-Today-with-a-Techie-folder
rho_n created branch i240_Rename-Today-with-a-Techie-folder in HPR/hpr_generator 2025-01-22 05:06:55 +00:00
rho_n pushed to i240_Rename-Today-with-a-Techie-folder at HPR/hpr_generator 2025-01-22 05:06:55 +00:00
f135b1119a Change Today with a Techie href id
15547a2e87 Change Today with a Techie folder name
Compare 2 commits »
rho_n opened issue HPR/hpr_generator#240 2025-01-21 22:18:28 +00:00
Rename "Today with a Techie" folder to twt
rho_n commented on issue HPR/hpr_generator#235 2024-12-28 18:11:17 +00:00
Using a base uri is breaking linking to local images

I haven't test, but thinking about the issue and things observed while developing the generator, when using the base tag then any relative src or href paths need to be relative to the href set in…

rho_n commented on issue HPR/hpr_generator#235 2024-12-28 17:37:17 +00:00
Using a base uri is breaking linking to local images

I see the issue. The <link href="./css/hpr.css" rel="stylesheet" /> should be <link href="/css/hpr.css" rel="stylesheet" /> (i.e. don't use a relative path but absolute path). That…

rho_n approved HPR/hpr_documentation#4 2024-12-28 17:04:38 +00:00
Update developer_information.md

The changes look good.

rho_n commented on issue HPR/hpr_hub#71 2024-12-28 16:45:24 +00:00
Query to get the next free slot

I do like DB solutions as I find I end up rewriting front end code more often than DB queries, but HPR code is probably more stable than other projects I have helped--so not as much an issue.

rho_n commented on issue HPR/hpr_hub#71 2024-12-28 16:40:55 +00:00
Query to get the next free slot

Yes, doing it from PHP like that is easy enough. The SQL from the first CTE, reserved_dates, gives you the list of dates to have been taken:

	SELECT date AS 'reserve_date', id AS 'ep_num'
	F…
rho_n commented on issue HPR/hpr_generator#234 2024-12-28 01:02:33 +00:00
Should host images be tracked in git

Yes, I have been thinking of adding a "resources" folder to the templates folder. This would be for static content like the images and css which would go into git, and then copied over to…

rho_n commented on issue HPR/hpr_hub#71 2024-12-27 20:42:11 +00:00
Query to get the next free slot

Yes, the difficult part is generating the full range of dates. It could be simplified some by changing how the recursive function limit is generated. Instead of finding the number of days between…

rho_n deleted branch hpr-doc-I1-scheduling-guideline-flowchart from HPR/hpr_documentation 2024-12-27 20:31:49 +00:00
rho_n merged pull request HPR/hpr_documentation#3 2024-12-27 20:31:28 +00:00
Add scheduling guildline flowchart
rho_n pushed to main at HPR/hpr_documentation 2024-12-27 20:31:28 +00:00
86a1e7dded Merge pull request 'Add scheduling guildline flowchart' (#3) from hpr-doc-I1-scheduling-guideline-flowchart into main
e97074b8d6 Merge branch 'main' into hpr-doc-I1-scheduling-guideline-flowchart
e65701a7f0 Add scheduling guildline flowchart
Compare 3 commits »
rho_n commented on issue HPR/hpr_hub#71 2024-12-27 17:01:26 +00:00
Query to get the next free slot

The following UNIONS the existing episodes from the two tables from the current date forward. It generates a list of all dates from the current date to the furthest reserved date and then…

e97074b8d6 Merge branch 'main' into hpr-doc-I1-scheduling-guideline-flowchart
b8e741070d Documentation about json only posting
d8daf28eff Documenting upload and host table
3ab230d1f3 Documenting upload and host table
2a923dfe69 Documenting upload and host table
Compare 8 commits »