justAcoderguy / justAcoderguy/RecipeApp
Verify the login and logout redirects
- Dominant language
- Python
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Logout redirect should go to landing page
Login redirect should go to a url which goes to a view which will check if user information has been filled in before ,
if yes :
-> user will be redirected to the home page
if no:
-> user will have to go through various page slides to confirm information such as :
1. diet
2. allergy/intollerances
3. lets keep it till here/ check api documentation for more user information as required
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the login and logout entry points and reviewing the API documentation referenced in the issue. Trace how user information is checked and how the landing, home, and information pages are connected. Done means logout reaches the landing page, while login routes completed users home and others through the specified information steps.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- authentication, backend, web-dev
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100