User Story
As a user
I want to save my global routing preferences
So that the AI can consider my preferences when generating routes
Acceptance Criteria
- User can access a Profile page via navigation that contains the preferences
- Preferences page contains a list with multiple preferences and a textbox for adding more preferences
- Preferences is a set of text
- Preferences apply globally to all routes
- User can save their preferences
- Saved preferences persist between sessions
- Navigation includes links to Home and Profile pages
Technical Notes
- Store preferences as a set of text
- Preferences passed to AI with each route request
- Consider character limit if needed
- Simple save mechanism (button or auto-save)