-
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.
Part 2 of a brief project documentation (#16)
1. **8480a40** Added documentation provided by `professor Filipe Tório` in the course materials and explored additional topics in README New files: - "docs/Concep\303\247\303\243oMyFinanceWeb.pdf" - docs/Exemplo_Tabela_Plano_Contas.png - docs/Exemplo_Tabela_Transacao.png - docs/MyFinanceWeb-ModelagemArquitetural.png 1. **6df82ec** Added a numbering system for sections and instructions to feed database with sample data 1. **2eb4146** Inserted section about execution 1. **abf554e** Inclusion of screen prototypes as visual examples of what is expected to see New files: - docs/Plano de Contas.png - "docs/Transa\303\247\303\265es.png" 1. **7e2d4d5** Fixed line breaks around pictures 1. **d34325e** Removed IIS profiles from `launchSettings.json` 1. **b4234a9** Added `launch.json` to enable easy debugging through VS Code New file: - .vscode/launch.json 1. **0c217eb** Added pre-defined tasks to the file `tasks.json` to automate a bit building, running and watching myfinance-web project New file: - .vscode/tasks.json 1. **7497133** Recreated file `launch.json` with functional debugging configuration and deleted file `tasks.json` - not required at this moment Deleted file: - .vscode/tasks.json 2. **1b584c0** Added instructions to run and debug using VS Code - this is a bare minimal configuration New files: - docs/Exemplo-VSCode-debugging.png - docs/dotnet_run_exemplo.png
- Loading branch information
Showing
11 changed files
with
83 additions
and
20 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,14 @@ | ||
{ | ||
// Use IntelliSense to learn about possible attributes. | ||
// Hover to view descriptions of existing attributes. | ||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | ||
"version": "0.2.0", | ||
"configurations": [ | ||
{ | ||
"name": "Debug myfinance-web", | ||
"type": "dotnet", | ||
"request": "launch", | ||
"projectPath": "${workspaceFolder}\\myfinance-web.csproj", | ||
} | ||
] | ||
} |
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
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
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.