~sara

Trackers

~sara/openverse-api-client

Last active 6 months ago

~sara/pytest-pook

Last active 9 months ago

~sara/emdr-lightbar

Last active 2 years ago

~sara/openverse-slack-reaction

Last active 2 years ago

#1 Update all dependencies 2 years ago

Comment by ~sara on ~sara/emdr-lightbar

REPORTED RESOLVED IMPLEMENTED

#2 Allow therapists to save client profiles locally on the client via localStorage or indexedDB and select from the saved profiles when starting a new session 2 years ago

Ticket 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.

#1 Update all dependencies 2 years ago

~sara assigned ~sara to #1 on ~sara/emdr-lightbar

#1 Update all dependencies 2 years ago

Ticket created by ~sara on ~sara/emdr-lightbar

Update all dependencies and maybe switch to a better package manager in the mean time (PDM?)

#10 [feature] Add a homepage for the APP 2 years ago

on ~sara/openverse-slack-reaction

REPORTED RESOLVED IMPLEMENTED

#12 [feature] Add opengraph tags 2 years ago

Ticket created by ~sara on ~sara/openverse-slack-reaction

Add OpenGraph tags to the landing page to that embeds work.

#11 [feature] Exclude previous image identifier from randomly picked results 2 years ago

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

#10 [feature] Add a homepage for the APP 2 years ago

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

#9 [feature] Implement Slack's OAuth flow 2 years ago

Comment by ~sara on ~sara/openverse-slack-reaction

REPORTED RESOLVED IMPLEMENTED

#9 [feature] Implement Slack's OAuth flow 2 years ago

Comment 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