Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions 01_introduction/01_javascript_1_track_my_show.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
### What is `Track My Shows` ?

Track my shows is a project that will help you keep track of whatever shows you are currently watching, so basically the name says it all. Have you ever watched a couple of episodes of a series then left it for awhile, and then the moment you decided to continue watching you realized you've forgotten which episode you've reached? This project will also help you read comments on the show/episode you plan to watch, so that you can decide if it's worth your time. While building this project you'll learn a lot about React.js, Django REST Framework and the powerful tools you can integrate with them.

The technologies that will be used in this project are:

- React
- Django
Track My Shows is a project that will help you keep track of whatever shows you are currently watching. The name says it all! Have you ever watched a couple of episodes of a series, left it for awhile, and then the moment you decided to continue watching you realized you've forgotten which episode you've reached? This project will allow you to read comments on the show/episode you plan to watch, so that you can decide if it's worth your time. While building this project you'll learn a lot about [React](https://reactjs.org/), [Django REST Framework](https://www.django-rest-framework.org/) and the powerful tools you can integrate with them.
18 changes: 9 additions & 9 deletions 01_introduction/02_javascript_1_trello_and_github.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
In this project you'll be using both `Trello` and `git`.
In this project you'll be using both `Trello` and `git` to help you manage your project.

#### Trello

`Trello` is a tool used to help you keep track of your work. What you need to do...what you've already done and so on.
`Trello` is a tool used to help you keep track of your work. What you need to do, what you've already done and so on.

Open the project's `Trello` board which you'll find in the `Resources` section. In the board you'll find 4 lists:
Open the project's `Trello` board which you'll find in the `Resources` section. In the board you'll find 5 lists:

- `IceBox`: this list has all the cards/functionalities that are nice to have but not necessary (iceboxed), or you can say they are extra features you can add later.
- `Backlog`: this list has all the cards/functionalities that you need to build in order for your project to reach the MVP level.
- `Doing`: this list will have all the cards/functionalities that you are currently working on.
- `Review`: this list will have all the cards/functionalities that you've finished but still need to be reviewed by someone.
- `Done`: this list will have all the cards/functionalities that are done.
- `IceBox`: This list has all the cards/functionalities that are nice to have but not necessary (iceboxed). You can say they are extra features you can add later.
- `Backlog`: This list has all the cards/functionalities that you need to build in order for your project to reach the MVP stage.
- `Doing`: This list will have all the cards/functionalities that you are currently working on.
- `Review`: This list will have all the cards/functionalities that you've finished, but still need to be reviewed by someone.
- `Done`: This list will have all the cards/functionalities that are done.

Right now all the cards are in the `backlog` and `IceBox` lists because we haven't started working on the project YET. As we start working on this project, we'll be moving the cards to the proper list.
Right now all the cards are in the `Backlog` and `IceBox` lists because we haven't started working on the project YET. As we start working on this project, we'll be moving the cards to the proper list.

---

Expand Down