tomm3hgunn / Jayhawk-Go

0 stars 1 forks source link

Add user preference features #50

Closed mrpete5 closed 1 year ago

mrpete5 commented 1 year ago

After the registration and login is completed. Need to brainstorm ideas for preference features. Only idea I have is a time zone setting which aligns with the game start times throughout the site.

tomm3hgunn commented 1 year ago

Maybe letting the user pick certain teams to follow, and it'd be its own page with only the chosen teams.

mrpete5 commented 1 year ago

Researching time zone features. Probably will start a preference page on a new branch.

tomm3hgunn commented 1 year ago

Django has timezone awareness when pulling from the db. See https://docs.djangoproject.com/en/4.1/topics/i18n/timezones/

mrpete5 commented 1 year ago

I started setting up a preferences page, but holding off on further work for a while. Feel free to jump in. It's the preference_branch

mrpete5 commented 1 year ago

@tomm3hgunn Awaiting check and merge with dev

tomm3hgunn commented 1 year ago

@mrpete5 Go ahead and make a pull request. Thats when I can check and merge