Alexis Drai
|
6de4e96803
|
🔧
|
3 years ago |
Alexis Drai
|
932babdca6
|
🔥 📈 Get rid of ToString() methods
We should keep formatting responsibilities out of the model
|
3 years ago |
Alexis Drai
|
5c11e4b253
|
🔊 Use NLog in App.Program and Data.Players.PlayerDbManager
|
3 years ago |
Alexis Drai
|
865947fa9c
|
📈
|
3 years ago |
Alexis Drai
|
5694baf4cd
|
✅ Unit test Utils.Enumerables
|
3 years ago |
Alexis Drai
|
2ef6b304dc
|
📈 Slither over the 80% line
making tickets for UTs + cleanup
|
3 years ago |
Alexis Drai
|
cce587437e
|
✅ Test TurnEntity
|
3 years ago |
Alexis Drai
|
1bf9d8394f
|
🚧 Redefine Equals and Hash in dice and faces
while it may make comparisons slower, it's useful for redefining equality in TurnEntity
|
3 years ago |
Alexis Drai
|
27e90bfbd5
|
🚚 Move Point to Tests root
|
3 years ago |
Alexis Drai
|
32a58dd414
|
🐛 Initialize empty collections, debug die creation
|
3 years ago |
Alexis Drai
|
0a01b402c0
|
🗃️ ✨ Add TurnEntity and implement many-to-many
|
3 years ago |
Alexis Drai
|
bf22c44740
|
♻️ Rename Player to PlayerEntity in EF project for clarity
|
3 years ago |
Alexis Drai
|
7fd6078c25
|
♻️ Use inheritance, use properties for FK
to prepare for many-to-many with TurnEntity
|
3 years ago |
Alexis Drai
|
c7aac52f48
|
🔀 main --> this
|
3 years ago |
Alexis Drai
|
ca7c4a796f
|
🚑
|
3 years ago |
Alexis Drai
|
e6ba5f150e
|
🚧 WIP
|
3 years ago |
Alexis Drai
|
2c44df5e16
|
♻️ Use extension features
ImageDieExtensions.ToModel(entity)
-->
entity.ToModel()
|
3 years ago |
Alexis Drai
|
b760b6f905
|
🐛
|
3 years ago |
Ismail TAHA JANAN
|
6128f57dcc
|
Merge branch 'main' into EF_Dice_Faces
|
3 years ago |
Ismail TAHA JANAN
|
48c130faf5
|
✨ add entities and extentions to dice and faces
|
3 years ago |
Alexis Drai
|
c623776e4e
|
✏️ Fix typo
|
3 years ago |
Alexis Drai
|
e5fc62499f
|
📈 🔥 Remove unused and untestable code
|
3 years ago |
Alexis Drai
|
cd2df0ba86
|
✅ Update and correct UTs
|
3 years ago |
Alexis Drai
|
a319d7deb2
|
🚨 fix code smells
|
3 years ago |
Alexis Drai
|
a46d4b73a4
|
⚗️ Play around with async-await
PlayerManager.Remove is bugged
|
3 years ago |
Ismail TAHA JANAN
|
423965361b
|
no sence code
|
3 years ago |
Ismail TAHA JANAN
|
963ac99001
|
✅ dice and faces tests implementd
|
3 years ago |
Alexis DRAI
|
6c460efa63
|
✏️ Fix typo in class name
|
3 years ago |
Alexis Drai
|
ac5ebd7b87
|
✏️ Fix comment
|
3 years ago |
Alexis Drai
|
a0670fceac
|
🏗️ Fix #157
|
3 years ago |
Alexis Drai
|
ca3ec81ae6
|
🐛 Prevent Die ctor from making dice with no face
|
3 years ago |
Alexis Drai
|
51d231a6e3
|
✅ Add a NumberFace test
|
3 years ago |
Alexis Drai
|
1f2ca7483f
|
♻️ Rename DieManager to DiceGroupManager
that class is in charge of managing groups of dice (in association with a string name)
|
3 years ago |
Alexis Drai
|
b21b78135e
|
♻️ Rename GameRunner to MasterOfCeremonies
|
3 years ago |
Alexis Drai
|
08c1e415a9
|
♻️ Refactor manager-y stuff into GameManager
|
3 years ago |
Alexis Drai
|
0769b5116f
|
🐛 Throw appropriate exception when trying to update the Die collection itself
|
3 years ago |
Alexis Drai
|
85a1b67dd6
|
📈 Shrink untested lines to make those metrics shine
|
3 years ago |
Alexis Drai
|
5b4c2469c9
|
✅ Test the DbStub a little bit too
|
3 years ago |
Alexis Drai
|
d8fead1051
|
✅ Fully test PlayerDbManager, and improve it
|
3 years ago |
Alexis Drai
|
9a453da7bc
|
🔧 Disable nullable reference types in the Data project
|
3 years ago |
Alexis Drai
|
1604fece2f
|
:refactor: Use Guid.NewGuid() instead of hardcoding them
obviously ^^'
|
3 years ago |
Alexis Drai
|
c100c20a39
|
🔥 Improve some model UT
|
3 years ago |
Alexis Drai
|
4632516d2c
|
🧐 Switch CLRF thing
I really should look into that
|
3 years ago |
Alexis Drai
|
912f6f6627
|
✅ Add tests for GetOneById()
|
3 years ago |
Alexis Drai
|
2fae748af9
|
👔 Implement PlayerDbManager
|
3 years ago |
Alexis Drai
|
621d6c3bc2
|
✨ ⚗️ Add features to prototype, test DB further
|
3 years ago |
Alexis Drai
|
901a1128e9
|
🩹 Try-catch db connectionsin prototype
|
3 years ago |
Alexis Drai
|
cfb495cd68
|
argh
|
3 years ago |
Alexis Drai
|
722a4314fa
|
⚗️ Try things out, in accordance with wiki UML
|
3 years ago |
Alexis Drai
|
90c1eba43b
|
✏️ Fix typo
|
3 years ago |