Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
9bcbd10
Update web scraping for printers
cejiogu Oct 12, 2025
772a893
Implement baseplate labeling for scraped data
cejiogu Oct 12, 2025
4b008e4
Add labels for printer colors
cejiogu Oct 12, 2025
7f87078
Update description to exclude labels
cejiogu Oct 12, 2025
ff5d61b
Add comments/documentation and clean up code
cejiogu Oct 12, 2025
906c633
Include labels in database creation and population
cejiogu Oct 12, 2025
de836bc
Update endpoint for fetching printer information and corresponding sw…
cejiogu Oct 14, 2025
f23bcc5
Add script to run migrations on database
cejiogu Nov 8, 2025
f8d95d5
Add migration files to create labels and printer_label tables
cejiogu Nov 8, 2025
9fe37ff
Remove labels and printer_labels table from database initialization f…
cejiogu Nov 8, 2025
919125c
Minor bug fix
cejiogu Nov 8, 2025
aa664b7
Export script to run migrations (and populate db)
cejiogu Nov 8, 2025
58917a8
Fix scraping and database bugs
cejiogu Nov 8, 2025
8f8486c
Fix imports
cejiogu Nov 8, 2025
7e062cc
Add pycache
cejiogu Nov 8, 2025
ae3dd91
Add migration file to store event form submissions
cejiogu Dec 3, 2025
7d2b439
Implement simple HTTP routing logic for event form submission and ret…
cejiogu Dec 3, 2025
08b5987
Implement logic to add to and retrieve forms from database
cejiogu Dec 3, 2025
5c9eb69
Add API documentation for new event form endpoints
cejiogu Dec 3, 2025
4ac8d38
Implement websocket logic into API networking, introduce new endpoint…
cejiogu Dec 4, 2025
8fe085e
Remove extraneous function
cejiogu Dec 4, 2025
c9ff5a9
Add documentation to new endpoints
cejiogu Dec 4, 2025
e27a3b4
Minor change to database schema, store potentially important form met…
cejiogu Dec 23, 2025
aedfaf3
Add migration file to remove unique constraint from location attribut…
cejiogu Dec 26, 2025
e3396c8
Add file for testing WebSocket functionality
cejiogu Dec 26, 2025
b50b6ca
Add migration file to remove UNIQUE constraint from location in print…
cejiogu Dec 26, 2025
ccdbcb0
Bug fixes with WebSocket + DB functionality
cejiogu Dec 26, 2025
f13f9c5
Remove redundant notifications across clients
cejiogu Dec 28, 2025
66238a0
Bug fix: Ensure updated_at attribute actually updates
cejiogu Dec 28, 2025
3424014
Refactor update_at logic to change timestamp for all updates to a giv…
cejiogu Dec 28, 2025
d277bf6
Minor bug fixes, minor updates to swagger
cejiogu Dec 28, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed .DS_Store
Binary file not shown.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,17 @@
build/
logs/
node_modules/
__pycache__/

# Specific Files
config.json
service-account-credentials.json
*.pem

# Database files
*.db-shm
*.db-wal

# File Types
*.env
*.zip
Loading
Loading