Comment by ~sara on ~sara/emdr-lightbar
REPORTED
RESOLVED IMPLEMENTEDTicket created by ~sara on ~sara/emdr-lightbar
This will allow therapists to customise the lightbar settings per client and be able to quickly retrieve them to match the client's preferences.
Saving this locally so that therapists can use whatever identifiers they want without worrying about privacy issues leaking to the server.
Ticket created by ~sara on ~sara/emdr-lightbar
Update all dependencies and maybe switch to a better package manager in the mean time (PDM?)
on ~sara/openverse-slack-reaction
REPORTED
RESOLVED IMPLEMENTEDTicket created by ~sara on ~sara/openverse-slack-reaction
Add OpenGraph tags to the landing page to that embeds work.
Ticket created by ~sara on ~sara/openverse-slack-reaction
Currently it's possible to get the same result twice, in which case it looks like the bot hasn't updated the result. We can pass the identifier in the block action_id to
get_random_image
and exclude it from the list of results to select from.Probably should be done in conjunction with #7
Ticket created by ~sara on ~sara/openverse-slack-reaction
We can use Falcon to front the app and serve static HTML for the homepage.
Follow the example here: https://github.com/slackapi/bolt-python/blob/main/examples/falcon/oauth_app.py
Comment by ~sara on ~sara/openverse-slack-reaction
REPORTED
RESOLVED IMPLEMENTEDComment by ~sara on ~sara/openverse-slack-reaction
After more reading it looks like Slack has built in to just use some file based solution for storing tokens. Should make things easy