Commit Graph

510 Commits

Author SHA1 Message Date
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
Frank 6c600fda15 added import and export of gsmaster data 2025-01-02 15:57:35 +01:00
Frank ff6f650b9e added tests for all types of gsmaster data single and multiple 2025-01-02 08:17:32 +01:00
Frank 235d638494 added equipment 2025-01-02 07:44:43 +01:00
Frank 71d8cf8ac9 added import of WeaponSkall, Spell, Weapon, Container 2025-01-01 23:16:30 +01:00
Frank 2012edf324 type corrected 2025-01-01 21:58:39 +01:00
Frank bd4971b2a2 Added test to create gsmaster data from import 2025-01-01 21:51:22 +01:00
Frank a558856ee4 added import tests for
selected equipment
container
transportation
change BeinhaltetIn to string
2025-01-01 18:34:31 +01:00
Frank c287a09da0 added import tests for
char base values
selected skills
selected weaponskills
spells
selected weapons
2025-01-01 18:19:26 +01:00
Frank 2ad07a5222 added import tests for
char base values
selected skills
selected weaponskills
spells
selected weapons
2025-01-01 18:19:10 +01:00
Frank 58a6a22096 restructured test
added transportation to test data
2025-01-01 17:27:39 +01:00
Frank 58592d7602 refactor.. 2025-01-01 16:58:02 +01:00
Frank 6c36974242 reordered methods create -> find
made methods identical by renaming properties
added method to save object to DB
added method to find first by ID
2025-01-01 10:30:34 +01:00
Frank 80f35c5f98 renamed gsmaser structs remove Lookup prefix 2025-01-01 09:52:32 +01:00
Frank c0440f2810 moved Lookup and stammdaten into domain gsmaster 2024-12-31 09:14:27 +01:00