From 6d07e4fa92e79ba0c3658a890938fd62f3b4aeef Mon Sep 17 00:00:00 2001 From: Ben Schmidt Date: Thu, 26 Oct 2023 17:51:03 -0600 Subject: [PATCH 1/3] Re-ordered ToC --- src/SUMMARY.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/SUMMARY.md b/src/SUMMARY.md index af0260d..adfa416 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -14,9 +14,9 @@ - [A LICENSE.md](./projects/license/README.md) - [A RoadMap](./projects/roadmap/README.md) - [Demos](./projects/demos/README.md) - - [February 2nd](./projects/demos/1/README.md) - - [March 16th](./projects/demos/2/README.md) - - [April 6th](./projects/demos/3/README.md) + - [November 30th](./projects/demos/1/README.md) + - [Demo 2](./projects/demos/2/README.md) + - [Demo 3](./projects/demos/3/README.md) --- @@ -28,6 +28,16 @@ --- +# Guides + +- [Django](./guides/Django_Guide/README.md) +- [Git](./guides/Git_Guide/README.md) +- [GraphQL](./guides/GraphQL_API_Guide/README.md) +- [React](./guides/React_Guide/README.md) +- [Web Dev](./guides/Web_Dev_Guide/README.md) + +--- + # Curated online resources - [Dealing With Conflict](./topics/conflict-management-styles/README.md). @@ -43,16 +53,6 @@ --- -# Guides - -- [Django](./guides/Django_Guide/README.md) -- [Git](./guides/Git_Guide/README.md) -- [GraphQL](./guides/GraphQL_API_Guide/README.md) -- [React](./guides/React_Guide/README.md) -- [Web Dev](./guides/Web_Dev_Guide/README.md) - ---- - [Contributing](./CONTRIBUTING.md) [Credits](./CREDITS.md) From d64c0ef0272635cc3aebddbdfa013f2fb2fe67fc Mon Sep 17 00:00:00 2001 From: Ben Schmidt Date: Thu, 2 Nov 2023 15:58:45 -0600 Subject: [PATCH 2/3] Wrote demo 1 instructions --- src/projects/demos/1/README.md | 71 +++++++++++++++++++++++++++++++++- 1 file changed, 70 insertions(+), 1 deletion(-) diff --git a/src/projects/demos/1/README.md b/src/projects/demos/1/README.md index 03f33e5..00c57ee 100644 --- a/src/projects/demos/1/README.md +++ b/src/projects/demos/1/README.md @@ -1,4 +1,73 @@ # Demo & Pitch Night 1 + ## 30 November 2023 -Coming soon... \ No newline at end of file +## Objectives + +Demos are intended to be a check-in of your progress so far and a way for your whole team to show off their work, as well as an opportunity to practice pitching your project to the public. + +This will also let us understand your progress and blockers in order to help you best. + +Since Tech Start is built off 3 pillars, development, strategy, and design, the demos will also focus on these 3 aspects. +Feel free to divide the allocated time between them as you see fit. + +In addition, there may or may not be pizza or snacks present. + +## Time Limit: 15 minutes + +## Suggested talking points + +These are just suggestions and not at all mandatory, but may help get you started. + +### Strategy + +- What is your Total Market, Serviceable Market and Obtainable Market? +- What is your Market Positioning? +- What is your unique value? +- Competition Analysis in terms of market, features etc. +- Does the user research validate the business plan so far? + +### Design + +- After doing user research and synthesizing the data, what did you learn about your users? +- What opportunities/ edge have you discover for your product? +- What were some challenges you faced in this process (user research/ synthesis)? +- How has user research driven you decision on what to include in your MVP? + +### Development + +- What stack are you using? +- What do you aim to include in your MVP? +- How much progress have you made technically? +- What does your roadmap look like? + +## Milestones + +These milestones will give you a rough idea of where you should be by the demo, they are not requirements. + +### Strategy + +- User Research Complete +- Competition Analysis Complete +- Features to be made solidified +- Unique Value Proposition Determined + +### Design + +- User research and synthesis is complete +- Product requirement document created (& MVP features prioritized) +- Low fidelity prototypes started + +### Development + +- Stack chosen +- Cloud services decided upon (if needed) +- Development environment set up +- First commits made by each dev +- Learning of new tech started +- Roadmap created + +## Visual Aids + +We strongly encourage putting together a presentation to help you. +Consider what you might need to show off your projects (if possible), e.g. if you're building a mobile or VR app, you may need to find a solution to show the screen on the projectors. From af8e02254847e9cddbd9de83cee245bc6953c9a7 Mon Sep 17 00:00:00 2001 From: Ben Schmidt Date: Thu, 2 Nov 2023 19:12:14 -0600 Subject: [PATCH 3/3] Minor grammar updates. Added hyperlinks --- src/projects/demos/1/README.md | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/src/projects/demos/1/README.md b/src/projects/demos/1/README.md index 00c57ee..5094b84 100644 --- a/src/projects/demos/1/README.md +++ b/src/projects/demos/1/README.md @@ -30,27 +30,26 @@ These are just suggestions and not at all mandatory, but may help get you starte ### Design - After doing user research and synthesizing the data, what did you learn about your users? -- What opportunities/ edge have you discover for your product? -- What were some challenges you faced in this process (user research/ synthesis)? -- How has user research driven you decision on what to include in your MVP? +- What opportunities / edge have you discovered for your product? +- What were some challenges you faced in the user research and synthesis process and how did you overcome them (or not)? +- How has user research driven your decision on what to include in your MVP? ### Development -- What stack are you using? +- What is your tech stack? - What do you aim to include in your MVP? - How much progress have you made technically? -- What does your roadmap look like? +- What does your [roadmap](../../roadmap/README.md) look like? Feel free to share your project board. ## Milestones -These milestones will give you a rough idea of where you should be by the demo, they are not requirements. +These [milestones](https://docs.techstartucalgary.com/projects/roadmap/index.html#step-1---start-with-milestones) will give you a rough idea of where you should be by the demo, they are not requirements. ### Strategy -- User Research Complete -- Competition Analysis Complete +- Competition analysis complete - Features to be made solidified -- Unique Value Proposition Determined +- Unique Value Proposition determined ### Design