Right now, when you filter the submission or entity table, the filter appears in the URL. That means that you can copy the URL and return to the table with the same filters applied. This issue is to ...
fastapi-student-api/ │── alembic/ # Alembic migration files │ ├── versions/ # Auto-generated migration scripts │ └── env.py # Alembic environment setup │ │── model/ # SQLAlchemy models │ └── ...