357 Commits

Author SHA1 Message Date
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 212a3fa1a2 added multilanguage basics 2025-01-11 09:45:23 +01:00
Frank fafeaa8efa added a test for the getCharacter route and method 2025-01-06 22:32:10 +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 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
Frank 8cdb635a18 moved import and gsmaster to their domains 2024-12-31 08:30:00 +01:00
Frank d4bdb7bb90 moved Fertigkeit, Waffenfertigkeit and Zauber to domain skills 2024-12-30 17:57:33 +01:00
Frank ff720b23f4 moved merkmaleand Erfahrungsschatz to domain character 2024-12-30 16:37:30 +01:00
Frank a268cb7ffe moved Waffe,Behaeltnissand Transportation to domain equipment 2024-12-30 16:30:56 +01:00
Frank 2ce2cec1f9 moved Ausruestung to domain equipment 2024-12-30 16:24:20 +01:00
Frank bf73210a4b moved Ausruestung to domain equipment 2024-12-30 16:23:05 +01:00
Frank 6a20587f42 moved LP, AP and B to domain 2024-12-30 16:11:01 +01:00
Frank c1b90d09ff moved models.Eigenschaft to domain 2024-12-30 16:05:51 +01:00
Frank 50ae1bcb1e Set reference to structs correctly
removed body of unused function
2024-12-30 16:01:17 +01:00
Frank 7d5f547e81 moved Char to Domain 2024-12-30 15:58:05 +01:00
Frank 6e497ffe83 removed unused stuff 2024-12-30 15:47:24 +01:00
Frank 0e9fde5fe2 moved Users from models to domain 2024-12-30 15:46:18 +01:00
Frank 881b7d264c added png image to testdata 2024-12-30 15:01:11 +01:00
Frank 84eb3a6f3f obsolete 2024-12-30 13:30:07 +01:00
Frank dd2caf02f9 started handling character operations 2024-12-30 11:54:18 +01:00
Frank d1d1f06c01 character complete 2024-12-30 08:54:18 +01:00
Frank 99c76b8ecf DB relation check 2024-12-30 07:58:17 +01:00
Frank 6cd48d8f93 Char complete 2024-12-29 16:18:09 +01:00
Frank 123db8f424 added ES and Bennies 2024-12-29 10:31:08 +01:00
Frank 96107e859b Waffenfertigkeiten 2024-12-29 09:10:07 +01:00
Frank 2972faa20a move create testobject into its own method 2024-12-29 08:57:11 +01:00
Frank c38edaa922 step by stepp adding fields to char 2024-12-29 08:52:04 +01:00