Currently, the public revenue and expenses live on Notion. I'd love to move these three tables and rendering into the codebase.
Ideally, we don't have to calculate anything manually. So the few SUM columns should be done in Ruby (or the database). Quickly sketching this out, we could have a few YAML files that get read in and spit out into nice looking HTML styled with Tailwind UI. The Simple striped table looks perfect for this use case.
If you want to want to work on this but don't have access to Tailwind UI then feel free to open a PR with an un-styled table and I can finish it up.
This is a great first issue for someone to pick up because you don't need to know a lot about the existing codebase to get started.
The text was updated successfully, but these errors were encountered:
Currently, the public revenue and expenses live on Notion. I'd love to move these three tables and rendering into the codebase.
Ideally, we don't have to calculate anything manually. So the few SUM columns should be done in Ruby (or the database). Quickly sketching this out, we could have a few YAML files that get read in and spit out into nice looking HTML styled with Tailwind UI. The Simple striped table looks perfect for this use case.
If you want to want to work on this but don't have access to Tailwind UI then feel free to open a PR with an un-styled table and I can finish it up.
This is a great first issue for someone to pick up because you don't need to know a lot about the existing codebase to get started.
The text was updated successfully, but these errors were encountered: