avbhatt / SOCS

0 stars 0 forks source link

Workflow #2

Closed avbhatt closed 6 years ago

avbhatt commented 6 years ago

Map user/helper process for first design.

i.e. 1) user highlights + right-clicks 2) notification on helper page 3) helper clicks and navigates to page 4) help commences

avbhatt commented 6 years ago
ianphilm commented 6 years ago

Every time a helper travels to new URL, fire event that pings DB for outstanding issues, populating them in the notifications menu. We do need way to synchronously update helper clients when an outstanding issue in the DB is removed, so that all helper clients remove an issue when it has been dealt with by other helper/removed by the user.

ianphilm commented 6 years ago

When a user initiates right-click event, save necessary context about event (to start out, probably just the URL they're currently on) and save to an "outstanding issues" DB, which will somehow notify all active helpers on page of a user that needs help.

avbhatt commented 6 years ago

Initial plans concluded.