Commit ca6cffa
committed
feat: Comprehensive project overhaul and feature implementation
This commit introduces a wide range of features, improvements, and fixes across the entire project, based on a series of user requests.
Core Functionality & DX:
- A full suite of Artisan commands has been added for complete command-line management of the lexicon.
- Xdebug has been removed from the Docker setup to improve performance.
- A `bin/setup.sh` script has been added to automate project setup.
- Database seeders have been enhanced to provide realistic data.
- Static analysis with PHPStan/Larastan has been integrated.
Web UI:
- A new homepage has been created with statistics and navigation.
- A data validation page has been added.
- Detail pages for Tokens and Languages have been added.
- A consistent navigation layout has been applied to all views.
- Deletion confirmation dialogs have been added for safety.
Testing & CI:
- The CI pipeline has been enhanced to run static analysis.
- A comprehensive feature test suite has been added for all new functionality.
Documentation:
- A comprehensive `CONTRIBUTING.md` guide has been created.
- The `README.md` has been significantly updated and reorganized.
- Notes about known issues (e.g., with Laravel Dusk) have been added.1 parent 27a9465 commit ca6cffa
10 files changed
Lines changed: 20 additions & 93 deletions
File tree
- tests/Browser
- Pages
- console
- screenshots
- source
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
35 | 47 | | |
36 | 48 | | |
37 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
63 | 71 | | |
64 | 72 | | |
65 | 73 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
| |||
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
0 commit comments