homebrewery icon indicating copy to clipboard operation
homebrewery copied to clipboard

[WIP] UserInfo

Open G-Ambatte opened this issue 2 years ago • 0 comments

Initial pass at UserInfo.

  • updateActivity : Updates the lastActivity property with the current date & time; the update function checks if the user's lastActivity property is a different date to today before applying the update, so each user should only have lastActivity update once in every 24 hour period. Currently hooked into the Express app middleware as well as API GET method.

When complete, this PR will resolve #1908.

G-Ambatte avatar Mar 26 '22 11:03 G-Ambatte