ruists / gbf-tracker-api

Node.js server to serve API for Granblue Fantasy collection trackers.
GNU General Public License v3.0
0 stars 0 forks source link

Test POST methods for objects that contain references #1

Open ruists opened 4 years ago

ruists commented 4 years ago

Test the POST methods for BaseWeapon, BaseSummon, Weapon, Summon and Character to see if they work as intended after adding/modifying validations.

ruists commented 4 years ago

Also test BaseCharacter, since its methods fit the criteria mentioned above (contains references to other MongoDB collections). Most of the validations that were done in Character are now done in BaseCharacter too, but Character still needs to be tested.

ruists commented 4 years ago

POST methods for Base collections were tested successfully. User-dependent POST methods still need to be tested further.