feat/96-folders - #274
Conversation
|
The preview deployment for frontend-testownik-dev is ready. 🟢 Open Preview | Open Build Logs | Open Application Logs Last updated at: 2026-06-28 18:08:05 CET |
|
@copilot resolve the merge conflicts in this pull request |
|
@Antoni-Czaplicki puścisz my review od Copilota bo mi się creditsy skończyły ? XD |
|
same ale zaraz ci puszcze |
Antoni-Czaplicki
left a comment
There was a problem hiding this comment.
[AI review] I found a few correctness issues in the folder-library refactor that should be addressed before merging.
Antoni-Czaplicki
left a comment
There was a problem hiding this comment.
Note
AI-generated review comment.
I reviewed the folder-library PR against current dev, including the new services/hooks, dashboard rendering, drag-and-drop move flows, archive behavior, query cache invalidation, type surface, and local checks.
Main blockers:
- The PR is currently not mergeable. GitHub reports it as
CONFLICTING, with dependency lockfile conflicts needing resolution. pnpm typecheckfails afterpnpm next typegenbecausefolderis now required onQuizBasebut existing quiz fixtures/local objects omit it.- Shared quiz rendering, search/filtering in folder views, and folder-library cache invalidation have user-visible regressions called out inline.
Checks: pnpm test --run --testTimeout=15000 passes (70/70), but typecheck does not.
Needed to merge: resolve the current dev conflicts, make typecheck clean, fix shared-tab rendering, apply search to folder/library contents, invalidate or update all affected folder-library caches after archive/move/delete/rename flows, and add regression coverage for shared quizzes, search inside folder views, archive invalidation, and moving into a cached destination folder.
…nced functionality # Conflicts: # pnpm-lock.yaml
…ty and visual consistency
…pdown menu for actions
…oved quiz management experience
…and delete functionality # Conflicts: # src/app/quizzes/client.tsx
…rary item structure
* feat: start implementing statistics and update quiz types * feat: refactor quiz loading logic and introduce custom useQuiz hook * feat: clean up deprecated components and improve eslint rules in AI explain card and reasoning * feat: add quiz statistics charts and related components for enhanced data visualization * feat: enhance quiz statistics functionality with improved data fetching and tooltip components * feat: enhance quiz statistics functionality with improved data fetching and tooltip components * feat: update chart components with improved styling and add metric descriptions for better clarity * feat: enhance quiz bug reporting and statistics querying with improved data handling and query keys # Conflicts: # src/app/quizzes/client.tsx
79bb550 to
59f2bd1
Compare
eaddd9b to
f57961b
Compare
TODO