Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

sboagy

sboagy deleted a branch sboagy/tunetrees

backend_api_changes

sboagy pushed 1 commit to main sboagy/tunetrees
  • Backend_api_changes (#111) * โ™ป๏ธ Refactor API endpoints to use path parameters for table state and references, impro... cbf93bb

View on GitHub

sboagy closed an issue on sboagy/tunetrees
HTTP Endpoints/URLs should be consistent regardine path vs. query arguments
I started with paths, for example `/tunetrees/scheduled_tunes_overview/{user_id}/{playlist_ref}`, and then at one point decided I should be using query parameters, so a bunch of the endpoints are u...
sboagy closed a pull request on sboagy/tunetrees
Backend_api_changes
Some refactoring to clean up the API a bit. Closes #110
sboagy opened a pull request on sboagy/tunetrees
Backend_api_changes
Some refactoring to clean up the API a bit. Closes #110
sboagy created a branch on sboagy/tunetrees

backend_api_changes

sboagy opened an issue on sboagy/tunetrees
HTTP Endpoints/URLs should be consistent regardine path vs. query arguments
I started with paths, for example `/tunetrees/scheduled_tunes_overview/{user_id}/{playlist_ref}`, and then at one point decided I should be using query parameters, so a bunch of the endpoints are u...
sboagy created a comment on an issue on sboagy/tunetrees
Resolution: After reviewing the docs, I don't think Better Auth is going to be a significant win from where I already am. Also, I think it directly connects to prisma or Drizzle ORM, and is not se...

View on GitHub

sboagy closed an issue on sboagy/tunetrees
Better Auth investigation
Next-auth has been relatively. Before abandoning JWT and refactoring to do all database storage for auth, should we switch to https://www.better-auth.com/ ?? (I suspect the answer is likely "yes"...
sboagy pushed 3 commits to main sboagy/tunetrees
  • ๐Ÿ› Fix ColumnsMenu and related components to support dynamic header labels and persist column selections to database. 77a6fd6
  • โฌ†๏ธ Upgrade to next "15.0.4", and react/react-dom "^19.0.0", dependencies. d5b2d5d
  • ๐Ÿ—ƒ๏ธ Update database from digital ocean fe9d864

View on GitHub

sboagy opened an issue on sboagy/tunetrees
Playwright basic testing ๐Ÿงช
I'm a little worried about getting sucked into the testing rabbit-hole at this stage of the game, but seems like it might be time to at least start some experimenting with UI testing. My impressio...
sboagy opened an issue on sboagy/tunetrees
Revisit new user login
I haven't visited new user login for a while, so, go through steps of new user creation, figure out what happens with repertoire, etc.
sboagy opened an issue on sboagy/tunetrees
Better Auth investigation
Next-auth has been relatively. Before abandoning JWT and refactoring to do all database storage for auth, should we switch to https://www.better-auth.com/ ?? (I suspect the answer is likely "yes"...
sboagy opened an issue on sboagy/tunetrees
Caitlin code/project refresh walkthrough
# Walkthrough List - [ ] Walkthrough app surface (Use my login or what happens with a new login? I haven't tried in 3 months!) - [ ] Basic libraries, LATEST next 15, react 19, shadcn, radix, t...
sboagy opened an issue on sboagy/tunetrees
Audio upload and audio player
I would like to be able to upload audio tunes as part of the "references" mechanism. For now these can go into a database table, but quickly will need to change this to use a Spaces Object Storage...
sboagy opened an issue on sboagy/tunetrees
Tabs menu at same level as tabs?
Instead of the tabs menu being at the very top next to the repertoire menu, should the be next to the tabs? And maybe the menu should have an icon instead of "Tabs" text?
sboagy opened an issue on sboagy/tunetrees
Visual feedback in catalog if tunes are not part of current repertoire
When tunes are not included in the current active repertoire, provide some feedback in the repertoire grid, perhaps displayed in specific color, or perhaps a special cell, not sure.
sboagy opened an issue on sboagy/tunetrees
Visual feedback in grid of "lapsed" tunes
When tunes are "lapsed", provide some feedback in the repertoire grid, perhaps displayed in italic, or perhaps a special cell, not sure. Lapse: When a card isn't reviewed within its scheduled in...
sboagy opened an issue on sboagy/tunetrees
Many problems on Android
Problems off the top of my head, 1. sidebar area doesn't work (it should slide open and closed, and show the sidebar content). 2. Evaluation is too wide. 3. Horizontal scrolling behavior, mentio...
sboagy opened an issue on sboagy/tunetrees
Scrollbars on linux
scrollbars are showing up on the header and footer only in Linux. :-(. I've tried pretty hard to fix this, but so far haven't been able to. This is another consequence of the weird way I set...
sboagy opened an issue on sboagy/tunetrees
Horizontal scroll behavior of column headers vs. grid content
The column headers and grid need to scroll sync'ed when horizontal scroll kicks in.
sboagy opened an issue on sboagy/tunetrees
Formatting of Easiness column needs to be cleaned up
Floating point number should display rounded to two decimal digits. Example of problem: <img width="359" alt="image" src="https://github.com/user-attachments/assets/54de5f95-6aaf-4f42-95d9-14ad...
sboagy opened an issue on sboagy/tunetrees
Column menus don't seem to work at all anymore
They did work for sure when I first did the compound table, and integrated "@tanstack/react-virtual". Not sure at what point they totally stopped working?
sboagy opened an issue on sboagy/tunetrees
Repertoire lists menu looks different in light mode from tabs and other menus
Example: <img width="641" alt="image" src="https://github.com/user-attachments/assets/962c6709-4f26-4c25-973a-9cc035152a62">
sboagy opened an issue on sboagy/tunetrees
Checkmarked selection behavior when moving tunes into repretoir from catalog (Add to Repertoire)
This may occur for "Add to Review" as well. Focusing on Catalog, I think the checkboxes in catalog should uncheck, and the newly added tunes in repertoire should be unchecked as well. Right now...
sboagy opened an issue on sboagy/tunetrees
Top cut off of tabs sometimes
I think this occurs because of the auto-scroll selection into view?
sboagy pushed 5 commits to main sboagy/tunetrees
  • ๐Ÿ› Fix get_tunes function to allow -1 (the default) for no limit, and fix bug where the filter must come before limit. f756a5e
  • โ™ป๏ธ Add getTunesOnlyIntoOverview function to stealth ITunes into ITuneOverviews, so the tune table can stay generic fo... 7cf3eea
  • โœจ ๐Ÿšธ Fix TuneColumns and TunesGridAll components to show only columns for ITune, i.e. just the base Tune without any ... 9ae614f
  • ๐Ÿ—ƒ๏ธ check-in of local, I think the only changes are deletion of test tunes in the catalog 1fdcb3e
  • Merge branch 'main' of github.com:sboagy/tunetrees 35b238d

View on GitHub

sboagy closed a pull request on sboagy/tunetrees
Add from catalog, persistance fixes
Add from catalog implemented (basically, not deep tested), catalog uses just tunes fields no user or playlist joined fields. Many problems with select and persistence refactored and fixed. Broadl...
sboagy opened a pull request on sboagy/tunetrees
Add from catalog, persistance fixes
Add from catalog implemented (basically, not deep tested), catalog uses just tunes fields no user or playlist joined fields. Many problems with select and persistence refactored and fixed. Broadl...
sboagy starred poliva/cubedex
Load more