wrightedu / CSE-Discord-Bot

Discord bot for the WSU CSE Discord server
GNU General Public License v3.0
2 stars 4 forks source link

Update Record when Checking out #357

Closed bibekrj closed 4 months ago

bibekrj commented 4 months ago

Who are you? CSE Dev

What feature do you want? This is related to check-in/check-out function. A record of when the user checks out should be stored in the database

Why do you want this feature? Checkout time and the time delta from the check in time needs to be stored when the user has checked out. Since a record is already present from when the user checks-in, an update query needs to be run to complete the record.