logbot: alternative id system? #17

Open
opened 2021-05-06 21:56:42 +02:00 by mb · 2 comments

it would be great to use an alternative system (not linear 1 2 3 numbering) to refer to each posted log message... Something poetic would be nice, working with a list of unique words or something like that :)

However... the numbers are also used to keep track of the order in which the log messages are sent ... hmm!

it would be great to use an alternative system (not linear 1 2 3 numbering) to refer to each posted log message... Something poetic would be nice, working with a list of unique words or something like that :) However... the numbers are also used to keep track of the order in which the log messages are sent ... hmm!
Owner

We could use a poetic naming convention and store a timestamp as well. Then just do a for loop to walk through latest post to oldest post for the ordering? That might also open up some doors for archive search & filters related to time 🤔

We could use a poetic naming convention and store a timestamp as well. Then just do a for loop to walk through latest post to oldest post for the ordering? That might also open up some doors for archive search & filters related to time 🤔

To add to this conversation: you could look at diceware UUIDs. https://meet.jit.si uses them to generate room names for example.

To add to this conversation: you could look at [diceware](https://https://www.diceware.net/) UUIDs. https://meet.jit.si uses them to generate room names for example.
Sign in to join this conversation.
No Label
No Milestone
No Assignees
3 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: varia/bots#17
No description provided.