Skip to content

Commit

Permalink
Fix: Correct formatting of embedded table in bonus section
Browse files Browse the repository at this point in the history
Correct formatting of embedded table in bonus section.

Resolves: N/a
See also: N/a
  • Loading branch information
jdmedlock committed May 8, 2019
1 parent 28bf71c commit 3bc12b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Projects/First-DB-App.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,12 +169,14 @@ operation starts and ends.

- [ ] User can see buttons enabled and disabled according to the following
table.

| State | Load DB | Query DB | Clear DB |
|---------------------|----------|----------|----------|
| Initial App display | enabled | enabled | disabled |
| Load DB clicked | disabled | enabled | enabled |
| Query DB clicked | disabled | enabled | enabled |
| Clear DB clicked | enabled | enabled | disabled |

- [ ] User can see additional Customer data fields added to those included
in the code provided. Developer should add date of last order and total sales
for the year.
Expand Down

0 comments on commit 3bc12b8

Please sign in to comment.