gregsadetsky / nycnoise

https://nyc-noise.com
15 stars 0 forks source link

PUNCHLIST -- as of nov 6 2023 #98

Closed gregsadetsky closed 8 months ago

gregsadetsky commented 10 months ago

"what's missing" / next steps? (to launch!)

nycnoise commented 9 months ago

GENERAL QUESTION FOR ANYONE (12/5/23)

if ppl know about SEO stuff, can someone confirm it won't fuck anything up for me to delete the 2024 pages currently on nyc noise (e.g., nyc-noise.com/2024-01/)? i've already added events for those pages thru django, that's what django's pulling up, & they aren't "records" cuz they haven't been used yet, but idk if it's bad to have them disappear from the sitemap since i want google to keep indexing them in the future...??

––––––––––––––––––––––––––––––––––––

FULL STATIC PAGE CHECK –– i'll run this by greg shortly (12/5/23) greg did a great fix to make sure site can read different months (yayyy), but as a result django is no longer porting over pages it recognizes as "month" URLs, likely because it's trying to read dumb material (lol) in its new smart way––

ex. https://nycnoise.onrender.com/2020-03/ → nothing's there :'( https://nycnoise.onrender.com/2020-03-pre-covid/ → totally perfect!!!

my maybe dumb idea fix?? i love being able to access the old pages in their Original Form, the way e.g. https://nycnoise.onrender.com/2020-03-pre-covid/ shows up –– TRU ARCHIVE!!! –– but it would be awesome to eventually have everything be fully parse-able by the new system...

what if i renamed all the old-school / original versions (including november & december 2023, since those have full / ordered listings) to, e.g., nyc-noise.com/2020-03a/? they would all be ported over correctly, i can just update the past (https://nyc-noise.com/past/) pages with those links so people can go through the original archive, & down the road we can figure out how to make the system read the old pages so the original links show the right material. ...????

either way, i've made a spreadsheet of all the sitemap pages & what [i think] needs to be done... black checkmark column's for pages where all content's ported over to new system; green checkmark means there's no remaining cleanup / fixes needed. most are little things i can figure out on my own, e.g. bandcamp embeds, table of contents, etc.

https://docs.google.com/spreadsheets/d/1dhN1XNNLrBhw23Sf-2skX9ThFejqc_XzGLyQLJlgSzs/edit?usp=sharing

––––––––––––––––––––––––––––––––––––

–––––––––––––––––– DONE ––––––––––––––––––

LOWER PRIORITY

GLITCHES

MISC QSbackups? while i love how simple it is to have everything up in ready-to-edit boxes, i think part of my nervousness is that with everything right there, if i'm sleepy or not paying attention or whatever i can f*ck everything up in a heartbeat... any way to revert to earlier versions of a page, undo revisions, that sorta thing? • ~what happens to old events? current nyc noise has separate pages for each month & is organized chronologically; it's lots of stuff to juggle within a given month, but "contained"... if all events stay in the django thing forever, then even sorting by date won't help very soon... (realizing i prolly shouldn't have deleted the pile of earlier-in-november events, whoops, sry)~ – yayyy

DONE!

SwantjeM commented 9 months ago

I just opened a PR for "go to top links" so that can be ticked off when it's merged.

Also, does "bullets before entries" just mean that we want the event entries listed with a bullet point in front of each of them? if so, I've changed the index.html to display event entries as an unordered list. I'll make another small PR for it, let me know if that is not what we're trying to do.

gregsadetsky commented 9 months ago

I just opened a PR for "go to top links" so that can be ticked off when it's merged.

DONE!!

Also, does "bullets before entries" just mean that we want the event entries listed with a bullet point in front of each of them? if so, I've changed the index.html to display event entries as an unordered list. I'll make another small PR for it, let me know if that is not what we're trying to do.

yes! perfect!! thank you :-) MERGED! DEPLOYED!