10 Commits

Author SHA1 Message Date
795ca383d6 Remove GameItemsData.csv and update item loading path in Program.cs 2025-02-16 12:27:27 -03:00
b84599b370 Implement base controller for shared functionality; update existing controllers to inherit from BaseController and adjust user ID handling. Add JWT authentication support and modify item retrieval methods in GameDataController. 2025-02-15 21:57:59 -03:00
215d4ecb72 Add action gathering functionality: implement ActionGathered model and repository, update Pet model and services, and enhance GameItemsRepository with item retrieval methods. 2025-02-09 21:22:52 -03:00
7a2c3d2f67 not working inventory :c 2025-02-04 17:47:18 -03:00
f234b5d84d Add skill management system: implement Skill and PetSkill models, create SkillController, and update ApplicationDbContext for skills 2025-02-02 15:30:48 -03:00
06455db598 Refactor namespaces to remove "Companion" and standardize to "PetCompanion" 2025-02-02 12:45:00 -03:00
0a257199f7 Refactor namespaces to follow new naming convention and add item model classes 2025-02-02 12:39:59 -03:00
d6d3dc9f44 Refactor pet action management: rename PetAction to PetActionGather, update related models and services, and enhance resource gathering logic. 2025-02-01 13:50:39 -03:00
e1c5eed02d Add pet action management and update requests 2025-02-01 00:29:33 -03:00
4c4036a266 initial commit 2025-01-31 23:41:30 -03:00