2024-03-01 22:46:04 +00:00
|
|
|
- get embeds working ✓
|
2024-02-20 18:04:09 +00:00
|
|
|
- need to implement search
|
2024-03-01 01:52:00 +00:00
|
|
|
- change urls / history when time-travelling
|
2024-03-01 22:46:04 +00:00
|
|
|
- remove duplicate threads from view (duplicate because the OP has multiple pictures) ✓
|
2024-03-01 01:52:00 +00:00
|
|
|
- server-side rendering
|
|
|
|
- control to manually put in the datetime instead of using the slider
|
2024-02-20 18:04:09 +00:00
|
|
|
for fine-grained control
|
2024-03-01 01:52:00 +00:00
|
|
|
- have some process respond to http calls from the board to inform the db of new posts
|
|
|
|
- board view, boards should support timetravel
|
2024-02-20 18:04:09 +00:00
|
|
|
- need toolbar to navigate and select which boards to view
|
2024-03-01 01:52:00 +00:00
|
|
|
- choose boards to display
|
|
|
|
- time slider should align times to the hour
|
|
|
|
- scrape other websites and add them in
|
2024-02-20 18:04:09 +00:00
|
|
|
- i think this is more useful than the archival property, which is really
|
|
|
|
just there to preserve links. the time travel thing is a bit of a gimmick
|
|
|
|
- "infinite" scrolling
|
|
|
|
- just load more!
|
2024-03-01 01:52:00 +00:00
|
|
|
- more granular actions to display what is causing slowdowns (esp on mobile)
|
|
|
|
- fix thumbnails for older posts ✓
|
2024-02-20 18:04:09 +00:00
|
|
|
- need to support flags
|
|
|
|
- need to support mod actions like saging a thread or deleting a post
|
2024-03-01 01:52:00 +00:00
|
|
|
- need to display the current time you are at (or Latest) ✓
|
2024-03-01 07:29:24 +00:00
|
|
|
- add server sent event (only when in the "present" time wise) and listen
|
|
|
|
for new posts
|