Skip to content

Commit 0ca13ee

Browse files
authored
Merge branch 'code-differently:main' into Lesson_06_quiz-answers
2 parents 7c9bf85 + b87802c commit 0ca13ee

File tree

20 files changed

+269
-23
lines changed

20 files changed

+269
-23
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
name: Check Lesson 06 Pull Request
2+
3+
on:
4+
pull_request:
5+
branches: [ "main" ]
6+
paths:
7+
- "lesson_06/expression/**"
8+
9+
jobs:
10+
build:
11+
12+
runs-on: ubuntu-latest
13+
permissions:
14+
contents: read
15+
16+
steps:
17+
- uses: actions/checkout@v4
18+
19+
- name: Use Node.js
20+
uses: actions/setup-node@v4
21+
with:
22+
node-version: '20.x'
23+
24+
- name: Build Shared Lib with Node.js
25+
working-directory: ./lib/javascript/codedifferently-instructional
26+
run: npm ci
27+
28+
- name: Build Lesson 06 with Node.js
29+
working-directory: ./lesson_06/expression
30+
run: |
31+
npm ci
32+
npm run check
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
name: Check Lesson 06 Quiz Pull Request
2+
3+
on:
4+
pull_request:
5+
branches: [ "main" ]
6+
paths:
7+
- "lesson_06/quiz/**"
8+
9+
jobs:
10+
build:
11+
12+
runs-on: ubuntu-latest
13+
permissions:
14+
contents: read
15+
16+
steps:
17+
- uses: actions/checkout@v4
18+
19+
- name: Use Node.js
20+
uses: actions/setup-node@v4
21+
with:
22+
node-version: '20.x'
23+
24+
- name: Build Shared Lib with Node.js
25+
working-directory: ./lib/javascript/codedifferently-instructional
26+
run: npm ci
27+
28+
- name: Build Lesson 06 Quiz with Node.js
29+
working-directory: ./lesson_06/quiz
30+
run: |
31+
npm ci
32+
npm run check

.github/workflows/check_push.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
- "lib/**"
99
- "lesson_02/quiz/**"
1010
- "lesson_03/quiz/**"
11+
- "lesson_06/quiz/**"
12+
- "lesson_06/expression/**"
1113
jobs:
1214
build:
1315
runs-on: ubuntu-latest
@@ -71,3 +73,16 @@ jobs:
7173
npm ci
7274
npm run compile
7375
npm run lint
76+
77+
- name: Build Lesson 06 Quiz with Node.js
78+
working-directory: ./lesson_06/quiz
79+
run: |
80+
npm ci
81+
npm run compile
82+
npm run lint
83+
84+
- name: Build Lesson 06 Expression with Node.js
85+
working-directory: ./lesson_06/expression
86+
run: |
87+
npm ci
88+
npm run compile
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## User Stories 1
2+
As a Content Creator, I want to be able to see the dislikes and feedback not just the likes, so that you're able to see constructive criticism and pointers on producing better content for your audience .
3+
4+
## User Stories 2
5+
As an Apple Iphone User, I want to be able to adjust my EQ with whatever music app I have such as TIDAL, so that I'm able to enjoy and curate my music experience however I want to.
6+
7+
## User Stories 3
8+
As a VR gamer, I want to be able to specifically adjust my motion adjuster, so that I'm able to tailor it to me to reduce motion sickness while playing the VR system.

lesson_05/Chutt_Lesson_05.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Lesson_05
2+
3+
## 3 User Stories
4+
1.) As an online shopper, I want to use a payment method that is not attached to any of my personal information including my address.
5+
6+
* Response: Create an encrypyted drop box system where the shopper can purchase the drop box with cash or a prepaid card and then use an encrypted bar code or QR code to order items that will be sent to the drop box location.
7+
8+
2.) As a manager, I want to ensure that my employees are completing their daily notes by end of shift to be in compliance.
9+
10+
* Response: Create a plug in into the clock in/clock out feature of the company’s software system so that when the employee is getting ready to clock out a pop up screen will appear that will allow the employee to complete daily notes. The employee won’t be able to clock out unless the daily note is completed.
11+
12+
3.) As an employee, I want to stay on task with workflow assignments throughout the day. Daily tasks are assigned, and I want to complete them all before EOD.
13+
14+
* Response: Create a company-based app or device that operates as a task manager and alarm system. Once employee clocks in as on duty, a daily task list will generate according to position and alarms will be set for every hour to remind employee of task.

lesson_05/JasonWatson/README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# USER STORIES
2+
3+
## User 1
4+
- As a student,
5+
I would like the ability to track assignmemts especially there deadline,
6+
Because I would like to be in a position to manage my time better.
7+
8+
## User 2
9+
- As a patient,
10+
At times I want to book my Doctor's appointment appoint online,
11+
Instead of having to make a phone call or waiting in his/her office.
12+
13+
14+
## User 3
15+
- As an Instructor,
16+
I would like if your website that is used for administering in class survey gives me the ability to add multiple questions.
17+
So I can have the survey display different topics at a time.

lesson_05/dadenaike'sGOODAM/README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## GOODAM User Stories
2+
3+
### <ins>Background</ins>
4+
```Background
5+
User stories created for the app GOODAM. An starter app to organize a variety of public events, to rival app evenbite.
6+
```
7+
8+
1. **Jimmy**:
9+
- As Jimmy I want to see avaible nearby parking so I can plan ahead
10+
11+
2. **Bobby**:
12+
- As an caterer I want to reserve zoned areas and time for my clients
13+
14+
3. **Sarah**
15+
- As Sarah I want to view if kid apporiate so that I can bring my kids

lesson_05/ezra5/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## User's Stories
2+
3+
# Matcha Café
4+
As a matcha enthusiast, I want a restaurant just like Crumbl Cookies but for Matcha. I want to craft my own matcha and try out different flavors recommended by other matcha enthusiasts.
5+
6+
# ChatGPT but for medical field
7+
As a healthcare provider, I want an AI that can help remind me the proper procedure of handling different situation and AI that analyzes sysmptoms for accurate diagnosis.
8+
9+
# AI as a personal assistant.
10+
I want AI to help me keep up with day to day tasks such as budgeting, planning schedule and setting reminders on things I need to do.

lesson_05/jeremiahwing/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## User Stories For An Independent Artist, Frequent Traveler, and Multitasker
2+
3+
- As an independent artist i want to upload my vocal recording, so that I van recieve beat suggestions that match the vibe of my song
4+
5+
- As a frequent traveler, I want to stream my favorite shows and music through my cars sceen, so that I can stay entertained during local drives.
6+
7+
- As a multitasker/deveoper, I want to project my Mac's screen in full-screen mode onto a wall, so that I can enjoy a cinematic experience in any setting.

lesson_05/karenalabi/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
1. User Story 1: Fashion Designer
2+
As a fashion designer, I want to create a digital portfolio where clients can explore my latests designs, customize peices to fit their style, and place orders seamlessly so that I can showcase my creativity, attract high end clients, and transform my passion into a global brand.
3+
4+
5+
2. User Story 2: College Student and Business Owner
6+
As a college student and business owner, I want to develop a system that provides students in financial need with a quarterly paycheck based on their GPA and volunteer hours, so that they can recieve finacial assistance while staying motivated to excel academically and contribute to their community.
7+
8+
9+
3. User Story 3: Young Travelers Society
10+
As a travel enthusiast, I want to create a app that connects travelers by age range, budget, and interests, so that people can easily find compatible travel partners and book trips easily.

0 commit comments

Comments
 (0)