-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: change the orders of some steps
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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%. |