~ekez/tui-webpage

8e60aef10436bcc0b39d75ae94b1493ba2555c8e — Zeke Medley 1 year, 8 months ago cf1e917
Add ambient media assignment
2 files changed, 2 insertions(+), 1 deletions(-)

M workers-site/assignment.js
M workers-site/submit.js
M workers-site/assignment.js => workers-site/assignment.js +1 -1
@@ 112,7 112,7 @@ const handleAssignmentRequest = async (assignment) => {
}

const getAssignmentList = async () => {
    return ["My Profile", "Lab 1 - Intro to Physical Computing", "Tangible Bits", "Lab 2 - Digital I/O"]
    return ["My Profile", "Lab 1 - Intro to Physical Computing", "Tangible Bits", "Lab 2 - Digital I/O", "Ambient Media"]
}

export const handleAssignmentsRequest = async (searchParams) => {

M workers-site/submit.js => workers-site/submit.js +1 -0
@@ 33,6 33,7 @@ const submitHTML = name => `
	      <option value="Lab 1 - Intro to Physical Computing">Lab 1 - Intro to Physical Computing</option>
 	      <option value="Tangible Bits">Tangible Bits</option>
 	      <option value="Lab 2 - Digital I/O">Lab 2 - Digital I/O</option>
              <option value="Ambient Media">Ambient Media</option>
	    </select>
</div>
<div id="writeup">