add new tiles right at the "end" of the existing tiles instead of interspersing them #6

Open
opened 2020-12-23 08:38:54 +00:00 by max · 1 comment
Owner

currently, pixsy will use the first available ID for each tile added. but if a user has often deleted tiles, then pixsy's tiles will be interspersed with their other tiles in the tile browser. it's probably better if each room created in pixsy has its own contiguous block of tiles.

currently, pixsy will use the first available ID for each tile added. but if a user has often deleted tiles, then pixsy's tiles will be interspersed with their other tiles in the tile browser. it's probably better if each room created in pixsy has its own contiguous block of tiles.
max added the
enhancement
good first issue
labels 2020-12-23 10:08:11 +00:00
Author
Owner

keeping in mind that an ID can be an arbitrary string, maybe it's worth filtering the set of IDs to just the type that bitsy naturally produces (base36), finding the highest one and incrementing it to give us our new starting ID.

keeping in mind that an ID can be an arbitrary string, maybe it's worth filtering the set of IDs to just the type that bitsy naturally produces (base36), finding the highest one and incrementing it to give us our new starting ID.
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
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: max/pixsy#6
No description provided.