Commit Graph
100 Commits
Author SHA1 Message Date
fragginwagon b97199e286 Update progress documentation to reflect updated test suite results 2026-01-29 03:58:53 +00:00
fragginwagon 6f89686862 Add unit tests for ActionToolbar component in gamemaster module 2026-01-29 03:57:44 +00:00
fragginwagon f16d261476 Add action toolbar component for gamemaster functionality 2026-01-29 03:57:34 +00:00
fragginwagon 7713e51c50 Update progress for GamemasterExplorer refactoring and complete FilterPanel component implementation 2026-01-29 03:57:10 +00:00
fragginwagon 8eaff2b134 Update progress and test suite statistics in project documentation 2026-01-29 03:57:05 +00:00
fragginwagon 78a1e6bc69 Add unit tests for FilterPanel component in gamemaster module 2026-01-29 03:56:55 +00:00
fragginwagon 2945042d34 🎨 Improve code readability by reformatting template and computed properties 2026-01-29 03:56:40 +00:00
fragginwagon 139c58cdae Add filtering functionality to the gamemaster panel 2026-01-29 03:56:35 +00:00
fragginwagon 92d60f9cfc Update progress for GamemasterExplorer refactoring and mark JsonViewer component as complete 2026-01-29 03:55:43 +00:00
fragginwagon 02959bb13a 📈 Update progress metrics and test suite results in project documentation 2026-01-29 03:55:38 +00:00
fragginwagon b07c74d3c1 🧪 Add unit tests for JsonViewer component in gamemaster 2026-01-29 03:55:21 +00:00
fragginwagon 199c46b3e6 🎨 Improve code readability by adjusting formatting of the JSON viewer component 2026-01-29 03:55:05 +00:00
fragginwagon 418c2cb20f Add JSON viewer component for displaying game master data 2026-01-29 03:55:00 +00:00
fragginwagon c6fc7894dc Update progress for GamemasterExplorer refactoring and complete FileSelector component with tests 2026-01-29 03:53:27 +00:00
fragginwagon 5509bb3500 📈 Update progress and test suite metrics in project documentation 2026-01-29 03:53:22 +00:00
fragginwagon a951af24e3 🎨 Simplify mock data initialization in FileSelector component tests 2026-01-29 03:53:00 +00:00
fragginwagon 3ebfc1a519 Add FileSelector component and corresponding unit tests 2026-01-29 03:52:54 +00:00
fragginwagon 49270e6727 🎨 Simplify formatting and improve readability in SearchBar component 2026-01-29 03:51:11 +00:00
fragginwagon f30c7880f6 Update progress documentation to reflect completed SearchBar component and additional passing tests 2026-01-29 03:51:06 +00:00
fragginwagon e98cb05b14 Improve code formatting and readability, handle edge cases in tests, and enhance lazy path extraction logic 2026-01-29 03:47:37 +00:00
fragginwagon 9507059ad9 Complete Step 16 by extracting and testing the useJsonFilter composable with comprehensive functionality and test coverage 2026-01-29 03:47:32 +00:00
fragginwagon 78e5dd9217 Update progress documentation to reflect one additional completed step 2026-01-29 03:28:44 +00:00
fragginwagon 1218d0d226 Update test coverage details and adjust test counts in progress documentation 2026-01-29 03:28:28 +00:00
fragginwagon a190f9b324 🎯 Update progress on GamemasterExplorer refactoring with new composable for line selection and additional tests 2026-01-29 03:28:23 +00:00
fragginwagon 832b3e9cc3 🗑️ Remove unused Vitest configuration file 2026-01-29 03:28:08 +00:00
fragginwagon 12ea08a7e1 Add unit tests for useLineSelection composable 2026-01-29 03:28:06 +00:00
fragginwagon b97d1c1f71 Update test coverage details with new passing tests and added file 2026-01-29 03:26:52 +00:00
fragginwagon ce90dac264 Update progress on GamemasterExplorer refactoring with new composable extraction and additional tests 2026-01-29 03:26:47 +00:00
fragginwagon 29aadc41ea 🧪 Update unit test to directly set preferences and validate file content handling 2026-01-29 03:26:35 +00:00
fragginwagon b0ad499b7e 🧪 Simplify and improve test cases for expandDisplayLinesToInclude in useGamemasterFiles composable 2026-01-29 03:26:20 +00:00
fragginwagon c99fdec60d 🔧 Simplify and refactor test for large file handling by replacing mocked data with manual line array setup 2026-01-29 03:26:15 +00:00
fragginwagon 69354f5b71 Refactor test to verify successful file loading and content handling instead of error handling 2026-01-29 03:26:10 +00:00
fragginwagon 9254bf2f80 🔄 Update test data structure in useGamemasterFiles to use objects instead of plain text for large file simulation 2026-01-29 03:24:48 +00:00
fragginwagon 9b4b418724 🔧 Update tests to handle large JSON data and improve file loading error handling 2026-01-29 03:24:38 +00:00
fragginwagon a34468275f 🧪 Improve test by adding setup for available files before simulating load failure 2026-01-29 03:24:33 +00:00
fragginwagon a69ebafb2c 🧪 Update test to handle large file content and improve line expansion logic 2026-01-29 03:24:03 +00:00
fragginwagon c7696eb4bb Improve test for setting correct line numbers by adding line generation and conditional checks 2026-01-29 03:23:53 +00:00
fragginwagon 2f636ab08d 🧪 Update test to use large string content instead of object for large file handling 2026-01-29 03:23:48 +00:00
fragginwagon a92c49b178 🔧 Fix error handling and update test logic for loading moves in useGamemasterFiles test 2026-01-29 03:23:38 +00:00
fragginwagon 6f72715726 🧪 Simplify unit test by removing unnecessary mock data and adding a prerequisite function call 2026-01-29 03:23:25 +00:00
fragginwagon 619aab0309 🧹 Simplify test code by condensing multi-line statements into single lines where applicable 2026-01-29 03:21:14 +00:00
fragginwagon e1bf447c21 Add unit tests for useGamemasterFiles composable 2026-01-29 03:20:51 +00:00
fragginwagon 5d8f753659 🎨 Improve code readability by reformatting imports, refining filter and sort logic, and simplifying function syntax 2026-01-29 03:20:34 +00:00
fragginwagon 3fdc9a510d Add composable for handling Gamemaster file operations 2026-01-29 03:20:29 +00:00
fragginwagon 7498aa5e73 📈 Update progress and test coverage details in project documentation 2026-01-29 03:19:18 +00:00
fragginwagon 8b1a24ded8 Update progress on GamemasterExplorer refactoring with completion of useGamemasterSearch composable implementation and tests 2026-01-29 03:19:13 +00:00
fragginwagon 98b0d9b298 🧹 Remove unnecessary whitespace in unit test file 2026-01-29 03:18:57 +00:00
fragginwagon b5a78e5283 🧪 Refactor unit tests to improve clarity and ensure proper handling of debounced search and clearing results 2026-01-29 03:18:52 +00:00
fragginwagon 069ac1cea2 🧪 Refactor unit tests for executeSearch to separate query setting and result clearing logic 2026-01-29 03:18:47 +00:00
fragginwagon 5bfe7c6078 Improve regex escaping logic in unit test for special characters 2026-01-29 03:18:36 +00:00
fragginwagon 3c7e84b21a Add unit tests for Gamemaster search composable 2026-01-29 03:18:32 +00:00
fragginwagon 17d24b72d1 Improve search term escaping and formatting in Gamemaster search functionality 2026-01-29 03:18:18 +00:00
fragginwagon 777bcae010 🔍 Add functionality for gamemaster search in composable 2026-01-29 03:18:13 +00:00
fragginwagon 7e3e2191fa 📝 Update PROGRESS.md with detailed plans for phases 5-8 refactoring and production deployment steps 2026-01-29 02:11:09 +00:00
fragginwagon 1761b466d1 📝 Update progress documentation to reflect completion of Phases 1-4 and outline next steps for GamemasterExplorer refactoring 2026-01-29 02:09:13 +00:00
fragginwagon 771dd91118 🚩 Add feature flags system with configuration, state management, conditional rendering, developer tools, router integration, and comprehensive testing 2026-01-29 02:08:52 +00:00
fragginwagon be79a96387 Add feature flag system with authentication, developer tools panel, integration, and comprehensive tests 2026-01-29 02:08:34 +00:00
fragginwagon 8f3b051db1 Update project progress to reflect completion of additional phases and steps 2026-01-29 02:08:14 +00:00
fragginwagon 03bf0f38d6 Add unit tests for router guards to verify route protection with authentication and feature flags 2026-01-29 02:07:47 +00:00
fragginwagon f31e5f8840 Add unit tests for router guards to improve coverage and reliability 2026-01-29 02:07:42 +00:00
fragginwagon fcc734a9bc Add unit tests for FeatureFlag component to ensure proper functionality 2026-01-29 02:07:25 +00:00
fragginwagon 7b5b80d1d1 🛡️ Improve logging format for feature flag and protected route navigation 2026-01-29 02:07:03 +00:00
fragginwagon fcfc4215e0 🚦 Add feature flag checks to route guards and logging for flagged routes 2026-01-29 02:06:58 +00:00
fragginwagon fb92606f44 Refactor ChallongeTest.vue with useAsyncState for cleaner state management and update progress documentation 2026-01-29 02:04:46 +00:00
fragginwagon 8afaf18985 Update progress documentation to reflect completion of phase 2 and updated step count 2026-01-29 02:04:29 +00:00
fragginwagon 24a70d1cd7 Mark Phase 2 as complete in project progress documentation 2026-01-29 02:04:24 +00:00
fragginwagon df6dcd03d1 Update progress with completed tasks and refactor async operations to use useAsyncState 2026-01-29 02:04:19 +00:00
fragginwagon fb2629334c 🔄 Refactor error handling and state reset logic for improved clarity and consistency in tournament management 2026-01-29 02:03:45 +00:00
fragginwagon 6835e3a7b8 🎮 Refactor tournament details handling to use tournamentDetailsState with error management and remove redundant assignments 2026-01-29 02:03:33 +00:00
fragginwagon 1f85443db9 Refactor tournament loading logic to use loadMoreState for improved error handling and state management 2026-01-29 02:03:28 +00:00
fragginwagon b2de57e4ef Refactor tournament listing logic to use state management and simplify error handling 2026-01-29 02:03:18 +00:00
fragginwagon 4ac4b9a3f6 Add computed property for tournament details 2026-01-29 02:03:06 +00:00
fragginwagon 5e7e411a52 🔄 Refactor state management to use useAsyncState for tournaments and loading states 2026-01-29 02:02:56 +00:00
fragginwagon 7dc792abc9 Add Vue 3 composable for group sizing and print-safe layout generation 2026-01-29 02:00:27 +00:00
fragginwagon 308001594b Add composable for group print layout functionality 2026-01-29 01:59:50 +00:00
fragginwagon beff7cd832 Add utility function for calculating group sizes 2026-01-29 01:58:23 +00:00
fragginwagon 43bc719292 🚀 Update roadmap to include Progressive Web App (PWA) capabilities 2026-01-28 23:04:09 +00:00
fragginwagon 4f6b12feee 🔄 Update project structure and documentation to reflect migration from React to Vue 2026-01-28 23:04:03 +00:00
fragginwagon cc7d66c40b 🎨 Update framework details and technical implementation to reflect migration from React to Vue 3 2026-01-28 23:03:54 +00:00
fragginwagon 84711b0c98 🔄 Update README to reflect use of Vue 3, modern JavaScript features, and enhanced test coverage 2026-01-28 23:03:44 +00:00
fragginwagon 00b8d01cff 🔄 Update README to reflect migration from React to Vue and include relevant documentation links 2026-01-28 23:03:39 +00:00
fragginwagon 1e892cc407 🎨 Update README to reflect migration from React to Vue and reorganize project structure documentation 2026-01-28 23:03:34 +00:00
fragginwagon 855ee207fe 🔄 Update README to reflect changes in tech stack and framework details 2026-01-28 23:03:24 +00:00
fragginwagon 923dfefb5a 🔄 Update project description to reflect migration from React to Vue 3 and include additional technical details 2026-01-28 23:03:18 +00:00
fragginwagon 52ed9c04c0 🛠️ Update README with detailed tech stack, features, development metrics, security notes, and contribution guidelines 2026-01-28 23:01:33 +00:00
fragginwagon 6a28e72c6c 📝 Simplify Docker deployment instructions and update project structure, testing, and coverage documentation in README 2026-01-28 23:01:12 +00:00
fragginwagon dae271f8a8 🚀 Simplify and streamline README with updated prerequisites, quick start instructions, and development commands 2026-01-28 23:01:02 +00:00
fragginwagon 29d9629a5d Update README to reflect migration to React + Vite and highlight new features and production-ready status 2026-01-28 23:00:52 +00:00
fragginwagon fad07f5d90 Update progress documentation with latest project milestones 2026-01-28 23:00:37 +00:00
fragginwagon 90159b2055 🧹 Remove unnecessary whitespace in unit tests for useFeatureFlags 2026-01-28 23:00:20 +00:00
fragginwagon ecf7e1f316 Add unit tests for feature flag composable 2026-01-28 23:00:15 +00:00
fragginwagon d77706be9f 🧹 Remove unit tests for useFeatureFlags composable 2026-01-28 23:00:05 +00:00
fragginwagon 622cec5e2d 🧹 Remove unnecessary whitespace in unit tests for useFeatureFlags 2026-01-28 22:59:39 +00:00
fragginwagon 6ec72ff36f Add unit tests for feature flag composable 2026-01-28 22:59:34 +00:00
fragginwagon d9d0de243d 🧹 Remove unnecessary whitespace in unit tests for DeveloperTools component 2026-01-28 22:59:24 +00:00
fragginwagon d94ad418c8 🧪 Simplify DeveloperTools tests by removing complex DOM interactions and redundant test cases, while adding mocks and focusing on core functionality 2026-01-28 22:59:19 +00:00
fragginwagon bb344d4096 🔧 Refactor environment mocking and component stubs in DeveloperTools unit tests 2026-01-28 22:58:05 +00:00
fragginwagon 77da2ef580 🔧 Refactor test setup to use vi.spyOn for mocking useAuth module instead of direct mock replacement 2026-01-28 22:57:55 +00:00
fragginwagon 50664739fe 🔧 Update import paths in DeveloperTools unit test for correct module resolution 2026-01-28 22:55:32 +00:00
fragginwagon 2063c65efd 🔧 Fix import paths in useFeatureFlags unit test file 2026-01-28 22:55:22 +00:00