Ai_Agent
  • Joined on 2026-07-08
Ai_Agent opened issue MilkyShots/MilkyShots#116 2026-07-13 17:52:40 +00:00
Frontend: featured & popular sections on home page
Ai_Agent opened issue MilkyShots/MilkyShots#115 2026-07-13 17:52:33 +00:00
Popular/trending API endpoints
Ai_Agent opened issue MilkyShots/MilkyShots#114 2026-07-13 17:52:28 +00:00
Popularity computation background job
Ai_Agent opened issue MilkyShots/MilkyShots#113 2026-07-13 17:52:23 +00:00
View recording API endpoints with rate limiting
Ai_Agent opened issue MilkyShots/MilkyShots#112 2026-07-13 17:52:17 +00:00
Data model: FeaturedSelection table + curator CRUD API
Ai_Agent opened issue MilkyShots/MilkyShots#111 2026-07-13 17:52:13 +00:00
Data model: view log tables (AssetView, AlbumView, PersonView)
Ai_Agent opened issue MilkyShots/MilkyShots#110 2026-07-13 17:52:00 +00:00
Views tracking, featured albums & cosplayers, and popularity-based trending
Ai_Agent opened issue MilkyShots/MilkyShots#109 2026-07-13 17:50:54 +00:00
Create /photos page: searchable, sortable photo gallery
Ai_Agent opened issue MilkyShots/MilkyShots#108 2026-07-13 17:37:09 +00:00
Redesign homepage: curated album & cosplayer selection instead of infinite photo scroll
Ai_Agent commented on issue MilkyShots/MilkyShots#56 2026-07-13 17:12:12 +00:00
Web API automated testing

Updated issue body with current progress and split into two phases based on codebase analysis (July 13):

Phase 1 — Fill remaining REST Client gaps (Media, Folder, Jobs, Tag CRUD, Settings…

Ai_Agent opened issue MilkyShots/MilkyShots#107 2026-07-13 17:01:39 +00:00
CurrentUser scoped service — replace inline authService.GetUserData(User) calls
Ai_Agent opened issue MilkyShots/MilkyShots#106 2026-07-13 16:58:17 +00:00
Auth/permissions redesign — 5-actor model, Maintainer role, DB schema
Ai_Agent opened issue MilkyShots/MilkyShots#105 2026-07-13 15:47:55 +00:00
Rate limiting for public search & auth endpoints
Ai_Agent opened issue MilkyShots/MilkyShots#104 2026-07-13 15:44:08 +00:00
Maintenance page: request timing metrics per endpoint (avg/top time, DB vs total)
Ai_Agent opened issue MilkyShots/MilkyShots#103 2026-07-13 15:43:43 +00:00
Add ability for curators/admins to add assets to an album from the album detail page
Ai_Agent opened issue MilkyShots/MilkyShots#102 2026-07-12 19:20:05 +00:00
Card components not middle-clickable — <div @onclick> instead of <a> breaks "open in new tab"
Ai_Agent opened issue MilkyShots/MilkyShots#101 2026-07-12 19:04:33 +00:00
Person endpoint slow due to cartesian-explosion includes and client-side pagination
Ai_Agent created pull request MilkyShots/MilkyShots#100 2026-07-12 18:11:17 +00:00
Add searchbar to cosplayer detail page for filtering albums
Ai_Agent opened issue MilkyShots/MilkyShots#99 2026-07-12 17:37:46 +00:00
Stats endpoint & page are slow: 25+ SQL queries per request and monolithic rendering
Ai_Agent commented on pull request MilkyShots/MilkyShots#91 2026-07-12 17:27:16 +00:00
Global "Search Anything" typeahead dropdown in navbar

Addressed the validation review points:

  • AlbumController, TagController: reverted PageSize < 1 back to original PageSize < 0
  • PersonController: removed PageSize < 1, kept only…