Update the way statements are generated - UX/UI #1

Closed
opened 2026-01-06 00:24:46 +01:00 by csxkdv · 1 comment
Owner
  • Currently, the bot sends 2 messages to the user. One, which is a response to a defer meanwhile the statement generates, and the second one, which is the statement itself.
  • The statement is a .PDF file that can't be converted to a .PNG, and therefore makes UX/UI more painful, due to the fact that:
    • User has to download a .PDF to see their statement... (why.)

The current fix is to find a way to:

  • Send one message only
  • Make statement readable, understandable and easier to access
  • Find a way to send graph(s) as images for better readability
- Currently, the bot sends 2 messages to the user. One, which is a response to a defer meanwhile the statement generates, and the second one, which is the statement itself. - The statement is a .PDF file that can't be converted to a .PNG, and therefore makes UX/UI more painful, due to the fact that: - User has to download a .PDF to see their statement... (why.) The current fix is to find a way to: - Send one message only - Make statement readable, understandable and easier to access - Find a way to send graph(s) as images for better readability
csxkdv changed title from Update the way statements are generated. to Update the way statements are generated 2026-01-06 00:32:43 +01:00
csxkdv added this to the FrugalityBot - UI/UX project 2026-01-06 01:08:29 +01:00
csxkdv changed title from Update the way statements are generated to Update the way statements are generated - UX/UI 2026-01-06 01:15:45 +01:00
csxkdv added a new dependency 2026-01-06 18:30:06 +01:00
csxkdv removed a dependency 2026-01-06 18:30:13 +01:00
Author
Owner

Related to Issue #7 - Update the way statements are generated (code), UX/UI has been improved by using embeds instead of a downloadable .PDF file.

Bot still defers at first, but that's because it needs to fetch the data from the database before generating the graph, and therefore the embed itself. Then it just edits the response to send the embed, which only the user that made the statement request can see.

Related to [Issue #7 - Update the way statements are generated (code)](https://git.thenight.club/csxkdv/FrugalityBot/issues/7), UX/UI has been improved by using embeds instead of a downloadable .PDF file. Bot still defers at first, but that's because it needs to fetch the data from the database before generating the graph, and therefore the embed itself. Then it just edits the response to send the embed, which only the user that made the statement request can see.
csxkdv moved this to Approved in FrugalityBot - UI/UX on 2026-01-06 18:33:13 +01:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: csxkdv/FrugalityBot#1