Commit Graph

524 Commits

Author SHA1 Message Date
Frank abe9902adb make missing tests for functions in lernkosten_maps.go 2025-07-24 22:53:38 +02:00
Frank 20e79222d6 better file naming 2025-07-24 20:10:14 +02:00
Frank 8b954f62cf Multilevel lernkosten 2025-07-24 20:03:16 +02:00
Frank d220f2fd34 Lerne Zauber 2025-07-24 19:18:32 +02:00
Frank 109a97e489 irgendwie kommt diese Datei immer wieder 2025-07-24 10:56:25 +02:00
Frank 77721eec1c Skil leran und improve funktionieren Tests passen 2025-07-24 10:55:52 +02:00
Frank 4be4da4dad Lernkosten funktioniert
aber die Fertigkeiten sind nicht immer gleich teuer wenn sie in mehrerenKategorien vorhanden sind.
2025-07-24 09:16:07 +02:00
Frank a7eb61fe5d sortiere Hilfsfunktionen nach oben
und die Berechnungsfunkitionen nach Ziel
2025-07-24 07:45:25 +02:00
Frank 20659fa5f6 Merge branch 'FlexiDB' 2025-07-24 07:39:43 +02:00
Frank 1ef16940e6 added tests 2025-01-18 23:50:02 +01:00
Bardioc26 0c77d8c2ce Merge pull request #2 from Bardioc26/import_container_link
Import container link
2025-01-18 21:08:36 +01:00
Frank abaff6c7f6 added frontend for
Equipment, Weapons, Weaponskills
2025-01-18 20:59:54 +01:00
Frank bf209173bc renamed struct filed System to GameSystem
fixed error when calling TestSetupCheck
2025-01-18 20:59:54 +01:00
Frank 3c8e415359 made efficent handler for spells
added routes for spells maintanance
updated model for spells with more fields, default values
moved update handlers inside spell and skill components
2025-01-18 20:59:54 +01:00
Frank 82690bfe67 add handler methods for Spells, Equipment and Weapons 2025-01-18 20:59:54 +01:00
Frank 4d02c23dd7 join behältnisse and transportation to one entity type container 2025-01-18 20:59:54 +01:00
Frank e705a8232a join behältnisse and transportation to one entity type container 2025-01-18 20:59:54 +01:00
Frank b970662c0c link things to the containers they belong 2025-01-18 20:59:54 +01:00
Frank 2579d62c7f align search box right 2025-01-18 20:59:36 +01:00
Frank e3d315218c translate search field placeholder 2025-01-18 20:59:35 +01:00
Frank 829ee38239 start editing now chooses right record.
view is updated with new data afer save
2025-01-18 20:59:35 +01:00
Frank cc76fca5af make the list sortable 2025-01-18 20:59:35 +01:00
Frank f2652b9455 prevent object not found error while rendering
since created is async we need to display some placeholder content during load
2025-01-18 20:59:35 +01:00
Frank 358e89b47d gsm skill DB methods
fixed field name typo Initialkeitswert
2025-01-18 20:59:35 +01:00
Frank b27d511e13 added Maintenance to frontend and backend 2025-01-18 20:59:35 +01:00
Frank fb7e3967ae remove old file 2025-01-18 20:59:35 +01:00
Frank bf8eade29d display skills structured like in Moam 2025-01-18 20:59:35 +01:00
Frank d11e3244cb serve backend on 192.168.0.48 2025-01-18 20:59:35 +01:00
Frank 30a990b0cf Character display
added FeChar (FrontEndCharacter)
added marker for innate skills (angeborene Fertigkeiten) and category
added selector for innate skills at import
added marker for improvable skills
TestGetCharacters against real database
changed favicon
server frontend on '192.168.0.48', 'localhost','terrra.local'
added view DeleteCharView
fixed errors on rendering datasheetview
serve backend on 192.168.0.48
2025-01-18 20:59:35 +01:00
Frank dfe3602d20 submenu at bottom and dtails streched 2025-01-18 20:59:35 +01:00
Frank 204a72de33 moved styles to main.css 2025-01-18 20:59:35 +01:00
Bardioc26 70e9fa7704 Merge pull request #1 from Bardioc26/change2DomainModels
Change2 domain models
2025-01-11 23:14:30 +01:00
Frank bfb141cabe filled components 2025-01-11 23:10:48 +01:00
Frank 212a3fa1a2 added multilanguage basics 2025-01-11 09:45:23 +01:00
Frank d9238399d7 added view components to display the Skills Weapons and other aspects of the character 2025-01-11 07:36:33 +01:00
Frank 59054f3c78 layout first page is ok 2025-01-06 22:39:00 +01:00
Frank fafeaa8efa added a test for the getCharacter route and method 2025-01-06 22:32:10 +01:00
Frank 68e5c7e755 wide layout 2025-01-06 14:23:39 +01:00
Frank e32102509c handle Import by upload vtt json and
handle login, token generation and check
2025-01-04 21:29:33 +01:00
Frank 0a5971cea4 made changes to t he docker system 2025-01-03 15:51:41 +01:00
Frank c3009c59c4 made an api test for route setupcheck 2025-01-03 15:50:56 +01:00
Frank 845fe6111b API Endpoint ListCharacters 2025-01-03 14:03:27 +01:00
Frank b71089bbfc use original routes in tests 2025-01-03 08:12:38 +01:00
Frank d7766d2c1a Adding routes for API endpoints 2025-01-03 00:03:31 +01:00
Frank 00fbe2660c Generalize Test setup a little more 2025-01-02 22:58:24 +01:00
Frank 43500d421e Generalize Test setup 2025-01-02 22:48:56 +01:00
Frank 8bc4b3a103 add a new Fertigkeit to the Character 2025-01-02 21:48:13 +01:00
Frank 87bae483d5 added MigrateStructure to SetupCheck
split the MigrateStructure to be handled in each package seperately
2025-01-02 21:42:20 +01:00
Frank 33241f5cec set a usefull tablename to all db relevant structs 2025-01-02 17:38:22 +01:00
Frank 3f1d20b86b ready to import 2025-01-02 16:39:45 +01:00