Alex Bejan
Alex Bejan
Steps to reproduce: - start writing a post and don't save it - let the computer screen go to sleep - open the computer again Result: - the post is...
As a user I would like to get suggestions for what to write every day based on my past journal entries. The way I would approach it as a first...
As a user I would like to be able to delete/export my journal entries so I can use them in another application. The export could be a `.csv` file with...
Reported from the Skeleton community: > just got a very weird interaction where I mistyped my credentials and still got into the locked area of the app but couldn't interact...
As a user I want to be able to add pictures to my entries so I can create better memories. Implementation details: - it would be cool if the pictures...
As a user I would like to interact with my journal just by using my voice so I can have extended conversations easier.
Currently users can add an avatar by adding the URL of the image to their profile. We should allow them to upload (we already have a bucket in supabase). Some...
Allow users to login with google (implementation was started, see the commented out sections on the Sign in and Sign up pages). There is one issue that after a successful...
Currently there is no way to reset your password. We need to add a screen and a link to the login screen to that page. Reference: https://supabase.com/docs/reference/javascript/auth-resetpasswordforemail
As a user I would like to view similar entries (by meaning) when I go on a journal entry page. Implementation suggestion: - since all posts have embeddings, it's very...