You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
playerId = Player uuid
fishId = The name of the fish
rarityId = The rarity of the fish
date = date & time the fish was caught
compType = competition type
relavantValue = length or value
biomes = biomes the fish was caught in
We should also track the largest/highest value of the specific specimen caught per user. As well as globally.
We should also track the amount of times a specific specimen has been caught, per user.
We should also track the largest/highest value fish caught per user. As well as globally.
These should be done separately of the history, but at the same time.
We should also have a command that let's us view the history per pages.
Structure
Table that tracks fish caught with these parameters: playerId, fishId, rarityId, date, compType, relevantValue, biomes
Table that tracks the amount of times a specific specimen has been caught, per user. 1 table for all users:
Each line will contain: userId, fishId, rarityId & count.
Table that tracks the largest/highest value fish caught per user has been caught, per user. 1 table for all users:
Each line will contain: userId, fishId, rarityId & highest value.
Since this will add new tables, we should also create migration files.
Really related to #215 & #232 . But more specific. Also I'm already working on this.
The idea is to track every single fish caught event.
playerId, fishId, rarityId, date, compType, relevantValue, biomes
playerId = Player uuid
fishId = The name of the fish
rarityId = The rarity of the fish
date = date & time the fish was caught
compType = competition type
relavantValue = length or value
biomes = biomes the fish was caught in
We should also track the largest/highest value of the specific specimen caught per user. As well as globally.
We should also track the amount of times a specific specimen has been caught, per user.
We should also track the largest/highest value fish caught per user. As well as globally.
These should be done separately of the history, but at the same time.
We should also have a command that let's us view the history per pages.
Structure
Table that tracks fish caught with these parameters: playerId, fishId, rarityId, date, compType, relevantValue, biomes
Table that tracks the amount of times a specific specimen has been caught, per user. 1 table for all users:
Each line will contain: userId, fishId, rarityId & count.
Table that tracks the largest/highest value fish caught per user has been caught, per user. 1 table for all users:
Each line will contain: userId, fishId, rarityId & highest value.
Since this will add new tables, we should also create migration files.
@noaskers
The text was updated successfully, but these errors were encountered: