server-verwaltung/app
nocci 5b676d2a2c feat(forms): add parsing and validation for price, RAM, and storage
- introduce parsing helpers for decimal, RAM, and storage values
- convert form input types from number to text for flexibility
- parse RAM and storage with optional units for better user input handling
2025-12-06 14:16:39 +00:00
..
static 🔧 chore(repo): restructure project file hierarchy 2025-12-06 11:56:16 +00:00
templates feat(forms): add parsing and validation for price, RAM, and storage 2025-12-06 14:16:39 +00:00
__init__.py 🔧 chore(repo): restructure project file hierarchy 2025-12-06 11:56:16 +00:00
auth.py ♻️ refactor(auth): remove bcrypt password length limitation 2025-12-06 13:25:18 +00:00
db.py 🔧 chore(repo): restructure project file hierarchy 2025-12-06 11:56:16 +00:00
i18n.py 🐛 fix(i18n): handle missing session in locale resolution 2025-12-06 14:01:30 +00:00
main.py feat(forms): add parsing and validation for price, RAM, and storage 2025-12-06 14:16:39 +00:00
models.py 🔧 chore(repo): restructure project file hierarchy 2025-12-06 11:56:16 +00:00
utils.py feat(forms): add parsing and validation for price, RAM, and storage 2025-12-06 14:16:39 +00:00