add user "login" to front page #10
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
have default login of five animal with username being animal+userID.
need user_table consisting of:
for queuing music, use ID as source of truth, and display name based
if query(Select Name From user_table where ID = <###>).is_Empty():
println(Select Animal from animal_table where ID = (Select Animal_ID from user_table where ID = <###>) & ID)
else:
println(Select Name From user_table where ID = <###>)
add button to change username (and animal)