Skip to content

Commit

Permalink
updates from feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
memcmahon committed Nov 1, 2023
1 parent 99e556b commit 3ea9dd9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions module5/projects/Capstone.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,21 @@ The project will be split into 4 Phases:
* Development
* Presentation/Documentation

### Project Requirements
### Project Expectations
Your application must include the following:
* Use of an external API
* A database that contains a minimum of 2 related tables (not including Identity tables, if you choose to use Identity)
* CRUD operations for the resources in your database
* this could be accomplished either through user-facing forms, or API endpoints, or a combination.

_Your first priority in this project should be the use of an external API_


## Ideation

### Project Template

Keeping in mind the project requirements; use the following template for your project idea
Keeping in mind the project expectations; use the following template for your project idea

```
### [Project Name]
Expand Down Expand Up @@ -54,7 +56,9 @@ Keeping in mind the project requirements; use the following template for your pr

### Determine MVP

Define the features that will make up your [**Minimum Viable Product**](https://www.agilealliance.org/glossary/mvp/#q=~(infinite~false~filters~(tags~(~'mvp))~searchTerm~'~sort~false~sortDirection~'asc~page~1)). Your MVP may not be your full application as designed in your Project Pitch, but it should include enough features to meet the Project Requirements.
Define the features that will make up your [**Minimum Viable Product**](https://www.agilealliance.org/glossary/mvp/#q=~(infinite~false~filters~(tags~(~'mvp))~searchTerm~'~sort~false~sortDirection~'asc~page~1)). Your MVP may not be your full application as designed in your Project Pitch, but it should include enough features to meet the Project Expectations.

**Your MVP will not include auth**. There is already alot going on in the Project Expectations - if you want to include users/login/logout in your application you should do that **after** your MVP has been achieved.

### Wireframes

Expand Down
2 changes: 1 addition & 1 deletion module5/projects/DemoGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: page
title: Demo Guide
---

A well developmed project domo is a great opportunity to showcase your hard work and to practice talking about a project in front of a group of people. Below is a guide on how to present a project.
A well developmed project demo is a great opportunity to showcase your hard work and to practice talking about a project in front of a group of people. Below is a guide on how to present a project.


## Guidelines
Expand Down

0 comments on commit 3ea9dd9

Please sign in to comment.