Open kendricktan opened 7 years ago
From slide 5:
New wireframe with comments for SC functions Note on student flow: After a student registers, selecting 1+ tags and hits submit, I think it should land them on this page. We should iterate on each of those tags using filterByTag and get all of the teachers relevant to their selected tags back.
after clicking on a teacher give ability to message them
Example datetime picker from: https://www.npmjs.com/package/react-datetime-calendar Alternative:
Store the message on the blockchain:
function sendMessage(address to, string content) // last argument must be {from: msg.sender}
// 'to' address will be the teacher's address
Create a Meeting:
function newMeeting (address teacher, address student, string description, uint timestamp)
// function call must include {value: maxSpend}
// description can be null for now
Picking a tutor (see slide 5)