defrag / app

Commit History

Update app/templates/dashboard.html
e22e7ec
verified

cjo93 commited on

Remove all personal data and make app generic
48a31b2
verified

cjo93 commited on

Update app/templates/dashboard.html
e18f965
verified

cjo93 commited on

Update app/templates/dashboard.html
343b171
verified

cjo93 commited on

Update app/templates/dashboard.html
6e742a9
verified

cjo93 commited on

Update app/main.py
d5f3ce0
verified

cjo93 commited on

Update app/templates/dashboard.html
89536d5
verified

cjo93 commited on

Update app/main.py
6dae2d6
verified

cjo93 commited on

Update app/engine.py
e537d07
verified

cjo93 commited on

Update app/models.py
354d1cf
verified

cjo93 commited on

Update app/main.py
7254c98
verified

cjo93 commited on

Update app/main.py
92a212f
verified

cjo93 commited on

Fix Julian day precision and numerology accuracy
9565193
verified

cjo93 commited on

Update app/main.py
d1fdb7d
verified

cjo93 commited on

Final fix.
5b24acb
verified

cjo93 commited on

Update app/templates/dashboard.html
8f71b33
verified

cjo93 commited on

Update app/engine.py
d209765
verified

cjo93 commited on

Update app/main.py
b6cb861
verified

cjo93 commited on

Update app/main.py
042fb13
verified

cjo93 commited on

Update app/main.py
6946d25
verified

cjo93 commited on

Update app/main.py
ac48d11
verified

cjo93 commited on

Update app/main.py
eed2ee9
verified

cjo93 commited on

PERMANENT FIX: Add comprehensive error handling and validation to clinical_analysis endpoint - Wrap entire endpoint in try-except for graceful error handling - Add input validation for required fields (name, date, time) - Add safe datetime parsing with specific error messages - Fix sun_sign_index calculation using modulo to prevent IndexError - Validate engine data before accessing planetary positions - Handle numerology calculation errors gracefully - Return detailed error responses with error type and traceback - Add defensive getattr() calls throughout - Prevent silent failures by logging errors This ensures the API always returns JSON responses (success or error) rather than silently failing, making debugging much easier.
cb0bc9f
verified

cjo93 commited on

FIX: Implement missing calculation methods in engine.py to enable natal chart processing
0ad9f78
verified

cjo93 commited on

INTEGRATE: Connect numerology calculations to clinical analysis endpoint
994ee83
verified

cjo93 commited on

ENHANCE: Add input validation, numerology calculations, and data models
691872d
verified

cjo93 commited on

FIX: Add form validation to check required fields before submission
1c475b4
verified

cjo93 commited on

FIX: Add event parameter to enroll function definition (line 376)
d9d5a46
verified

cjo93 commited on

FIX: Add event parameter to enroll() button onclick handler
5fa8a2d
verified

cjo93 commited on

FIX: Remove stray 'L' character from line 419 - JavaScript syntax error
9e70e76
verified

cjo93 commited on

FIX: Correct JavaScript enroll() function - proper closing braces and complete button text
e27e665
verified

cjo93 commited on

FINAL FIX: Add missing 'def' keyword to stream_audio function definition
0fb82c4
verified

cjo93 commited on

FIX: Correct indentation for stream_audio function - remove unexpected indent
6528662
verified

cjo93 commited on

CRITICAL FIX: Add missing closing brace for return statement - fixes syntax error
1377065
verified

cjo93 commited on

FINAL FIX: Correct syntax - add line break between return and decorator
414d8f9
verified

cjo93 commited on

Fix stray HTML in name field and remove canvas innerHTML bug
70a9057
verified

cjo93 commited on

Update app/templates/dashboard.html
4021997
verified

cjo93 commited on

UI: Change to Siri-like deep colors + remove personal defaults from placeholders
8378dc3
verified

cjo93 commited on

CRITICAL FIX: Correct Python syntax error on line 81 - API endpoint now functional
80d5899
verified

cjo93 commited on

FIX: Change button color to emerald gradient + add try/catch error handling
46e07a4
verified

cjo93 commited on

FIX: Remove syntax error '}sis;' on line 409 - initialize button now functional
2226765
verified

cjo93 commited on

FIX: Complete data.synthesis assignment - button now works
0785414
verified

cjo93 commited on

CRITICAL FIX: Add missing function definition on line 82 - resolves IndentationError
1934575
verified

cjo93 commited on

CRITICAL FIX: Remove indentation error on line 44 - app now ready
827f39d
verified

cjo93 commited on

Remove Stripe gate temporarily - can be added back later with dependencies=[Depends(verify_gate)]
4039579
verified

cjo93 commited on

URGENT FIX: Bypass payment gate temporarily for testing - restore real data functionality
22ae927
verified

cjo93 commited on

Remove Gate Access Status panel - clean UI phase 1
2243b21
verified

cjo93 commited on

Optimize iOS input methods with native pickers, hide canvas animation until AI generates visual content
4d6a766
verified

cjo93 commited on

Update font to Inter, add iOS optimizations and mobile-first responsive design
f500942
verified

cjo93 commited on

Replace green particles with true iridescent Gemini-like monochrome flowing visual
2c54694
verified

cjo93 commited on