add user "login" to front page #10

Open
opened 2026-09-04 21:52:56 +02:00 by sourpup · 0 comments
Collaborator

have default login of five animal with username being animal+userID.
need user_table consisting of:

ID Animal_ID Name Login_Time

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)

have default login of five animal with username being animal+userID. need user_table consisting of: | ID | Animal_ID | Name | Login_Time | |---------|------------|---------|-------------| 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)
sourpup added this to the thething project 2026-09-04 21:52:56 +02:00
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
ev4/jamjam#10
No description provided.