forked from microsoft/everyonecancode
-
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.
- Loading branch information
Showing
11 changed files
with
59 additions
and
29 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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Sprint 2 - Source Code Directory | ||
This directory contains the completed source code after the end of each user story. The directory is structured as `app-s02-f02-us02` where | ||
- `s02` - represents the sprint number, in this case sprint 2 | ||
- `f02` - represents the feature number, in this case feature 2 | ||
- `us02` - represents the user story number, in this case user story 2 | ||
|
||
> [!NOTE] | ||
> The code in the directory is the completed solution after the completion of that user story. Like many other things in life, there are many ways to solve a problem. The source code in these directories is just one solution to the problem and does not necessarily represent best practices for a given solution. In many cases we chose simplicity or readability over efficiency. |
8 changes: 8 additions & 0 deletions
8
Track_2_ToDo_App/Sprint-03 - Database Integration/src/README.md
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Sprint 3 - Source Code Directory | ||
This directory contains the completed source code after the end of each user story. The directory is structured as `app-s03-f01-us01` where | ||
- `s03` - represents the sprint number, in this case sprint 3 | ||
- `f01` - represents the feature number, in this case feature 1 | ||
- `us01` - represents the user story number, in this case user story 1 | ||
|
||
> [!NOTE] | ||
> The code in the directory is the completed solution after the completion of that user story. Like many other things in life, there are many ways to solve a problem. The source code in these directories is just one solution to the problem and does not necessarily represent best practices for a given solution. In many cases we chose simplicity or readability over efficiency. |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Sprint 4 - Source Code Directory | ||
This directory contains the completed source code after the end of each user story. The directory is structured as `app-s04-f01-us01` where | ||
- `s04` - represents the sprint number, in this case sprint 4 | ||
- `f01` - represents the feature number, in this case feature 1 | ||
- `us01` - represents the user story number, in this case user story 1 | ||
|
||
> [!NOTE] | ||
> The code in the directory is the completed solution after the completion of that user story. Like many other things in life, there are many ways to solve a problem. The source code in these directories is just one solution to the problem and does not necessarily represent best practices for a given solution. In many cases we chose simplicity or readability over efficiency. |
2 changes: 1 addition & 1 deletion
2
Track_2_ToDo_App/Sprint-07 - Advanced Styling Your Web App/src/README.md
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
8 changes: 4 additions & 4 deletions
8
Track_2_ToDo_App/Sprint-07 - Advanced Styling Your Web App/src/app-s07-f01-us01/app.py
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
8 changes: 4 additions & 4 deletions
8
Track_2_ToDo_App/Sprint-07 - Advanced Styling Your Web App/src/app-s07-f01-us02/app.py
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
8 changes: 4 additions & 4 deletions
8
Track_2_ToDo_App/Sprint-07 - Advanced Styling Your Web App/src/app-s07-f01-us03/app.py
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
8 changes: 4 additions & 4 deletions
8
Track_2_ToDo_App/Sprint-07 - Advanced Styling Your Web App/src/app-s07-f01-us04/app.py
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
8 changes: 4 additions & 4 deletions
8
Track_2_ToDo_App/Sprint-07 - Advanced Styling Your Web App/src/app-s07-f01-us05/app.py
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
8 changes: 8 additions & 0 deletions
8
Track_2_ToDo_App/Sprint-08 - Deploy to the Cloud/src/README.md
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Sprint 8 - Source Code Directory | ||
This directory contains the completed source code after the end of each user story. The directory is structured as `app-s08-f01-us01` where | ||
- `s08` - represents the sprint number, in this case sprint 8 | ||
- `f01` - represents the feature number, in this case feature 1 | ||
- `us01` - represents the user story number, in this case user story 1 | ||
|
||
> [!NOTE] | ||
> The code in the directory is the completed solution after the completion of that user story. Like many other things in life, there are many ways to solve a problem. The source code in these directories is just one solution to the problem and does not necessarily represent best practices for a given solution. In many cases we chose simplicity or readability over efficiency. |
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