Skip to content

Commit

Permalink
docs: change the orders of some steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Gandhi11 committed Jan 6, 2025
1 parent 9256241 commit 2bf018d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,11 @@ Here is a ***sample*** list of things that needs doing but ultimately it's your
- [ ] We need to fix the obvious bugs and errors
- [ ] Client lost his password and saying that he can't reset it, he never received an email. His email is `[email protected]`
- [ ] Client is saying that the page Movies is working but not shown in the menu
- [ ] Client wants to be able to see the details of each movie in a new page. He wants to be able to access it from the list of movies.
- [ ] Client is saying that he can't add a movie to his list, he's getting an error.
- [ ] One of your colleague started to implement a feature to fetch the data of the Star wars movies using the Laravel Jobs system. He didn't finish it, can you do it?
- [ ] Client is saying that there should be 6 movies listed in the Movie page. (Maybe a problem with the application setup?)
- [ ] He also wanted to see only 3 movies per page? Is there a way to add a pagination on the Movie page?
- [ ] Client is saying the search is not working. He wants to be able to search for a movie by title.
- [ ] Client wants to be able to see the details of each movie in a new page. He wants to be able to access it from the list of movies.
- [ ] One of your colleague started to implement a feature to fetch the data of the Star wars movies using the Laravel Jobs system. He didn't finish it, can you do it?
- [ ] Client is saying that he can't add a movie to his list, he's getting an error.
- [ ] Client want a new feature, he wants to be able to generate an image of custom Star wars badge from a form.
- [ ] In the company we make sure that all backend code is tested with a coverage of at least 80%.

0 comments on commit 2bf018d

Please sign in to comment.