Gary Tou

Results 121 comments of Gary Tou

> [#10476 (comment)](https://github.com/hackclub/hcb/pull/10476#issuecomment-2904573853) Is this only available on receipts added with a suggested pairing? The actual reversal doesn't seem like it involves AI, so I would advocate for enabling it...

Does anyone have any ideas on: 1. What notification settings do we want to provide? 2. How should we store these settings in the DB? 3. What the UI will...

(i'm assigning myself just to keep track of it, anyone's free to take on this ticket — although, just know that this is an important ticket that needs to be...

Before writing any code, please run your answers for the questions above by me first! ty

We should also consider settings for frequency of delivery: - As it happens - Daily digest - Weekly digest

# Notification Settings Spec ## Delivery Frequency For the MVP, we want to support the following delivery frequencies: - Off (notification notifs, ever) - As it happens (basically the same...

## Database & Low Level Design Probably use JSONB with the following schema: ```jsonc { model: { subtype: 0 } } // Example { ach_transfer: { created: 0 // where...

- How do we handle default options? - Is this the best way to be storing stuff in the DB? - How can we create a nice API to work...

Look into Active Storage stores https://courses.bigbinaryacademy.com/learn-rubyonrails/jsonb-columns-and-activerecord-store-module/

## How do we handle default options? I think we should hard code the default options in a hash. When I say default options, I mean that these are the...