This commit is contained in:
Bryce
2025-10-22 17:34:13 -07:00
commit 2383d1ad9a
15 changed files with 1372 additions and 0 deletions

19
README.md Normal file
View File

@@ -0,0 +1,19 @@
Rothbard Client Portal
This is a server-side rendered client portal for rothbard law group. Users can log in, and once they've been configured, can see a list of cases from the filevine API.
Todo list
* Lock down firebase
* Set firebase up with terraform
* Allow users to store their preferences on which columns they see
* Styling
* New user sign up
* Set up users
Project Structure:
* static/ - static assets, html, javascript etc
* templates/ jinja templates
* app.py - core login
* examples/ sample filevine api requests/responses for digging into
* generate_sample.py - generates the examples