jaeyun0503 opened a new issue, #3673:
URL: https://github.com/apache/texera/issues/3673

   To keep track of all the users' account creation time, a new column needs to 
be introduced to the database, either the User table or the time_log table. 
   
   One piece of information that admins would want to see is the timestamps of 
account creations.  Since the time_log table exists, we can add a column to the 
table and name it as acc_creation. When a new user is added to the database, 
the account would also be logged in the time_log table with its account 
creation time.
   
   When showing the time information to the admins, one thing should be 
considered is that the timezone should be displayed as well so that it does not 
raise confusion to admins.
   
   Possible way to show time:
   <img width="195" height="72" alt="Image" 
src="https://github.com/user-attachments/assets/e8d52686-5e97-4aa4-8480-26fd4a8a104d";
 />


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to