hide recreated characters from web gui #70

Open
opened 2021-09-27 22:38:57 -04:00 by andy · 5 comments
Collaborator

image

![image](/attachments/35cd3622-8973-4efd-a1ec-6e8d8ec96d45)
385 KiB
Owner

I think there needs to be a deleted flag added to a character that hides them (or puts them in a deleted category)

I think there needs to be a deleted flag added to a character that hides them (or puts them in a deleted category)
andy was assigned by jake 2021-12-24 23:35:45 -05:00
Author
Collaborator

isn't this logic already in place for deciding which characters to show on the character select screen?

isn't this logic already in place for deciding which characters to show on the character select screen?
jake added the
release
label 2021-12-30 16:36:07 -05:00
Owner

well you see characters don't get deleted, what happens is the player_character table has a variable slot that determines which character appears in that slot on the select screen. the server just uses the latest character created to put in that slot.

you can add a deleted flag to characters to hide them from this menu if you would like.

well you see characters don't get deleted, what happens is the `player_character` table has a variable `slot` that determines which character appears in that slot on the select screen. the server just uses the latest character created to put in that slot. you can add a `deleted` flag to characters to hide them from this menu if you would like.
Author
Collaborator

the web should display it based on slots anyway to macth in-game. some people like to use slots out of order. wouldn't make sense to show slot 4 as the first character just because someone made that character first, or recreated

the web should display it based on slots anyway to macth in-game. some people like to use slots out of order. wouldn't make sense to show slot 4 as the first character just because someone made that character first, or recreated
Owner

guess who has access to the website repo now

guess who has access to the website repo now
Sign in to join this conversation.
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: jake/elseware#70
No description provided.