-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Matchmaking service page #55
Comments
A note for integration with DCO Data: The Decade DCO for Data has a requests page - we can attempt to have this point to our ODIS Matchmaking interface. |
The JSON-LD patterns needed for this are drafted in iodepo/odis-in#3 The minimum specifications for Offers and Demands are templates we can populate through a UI. This need not be complex, mostly a form that helps users enter valid schema.org values into the fields. Minimum specs for |
For the UI/UX and website @maicol07 et al. The aim is to create a form where a user can create either an offer or a demand, with their inputs validated against the schema definitions above. Each offer or demand should then be rendered as JSON-LD/schema.org documents, and pushed to the backend (@fils @jmckenna) where the OIH team can then handle it (e.g. matchmaking via a standard query derived from the offer/demand.json). For Demands: To avoid user / ID management, the UI should (on the completion and submission of the form) generate a persistent URL with a hash of the request, such that the user can use that URL to check for any (near) matches. We'll have to create the backend functions to serve this, but the creation of such URLs can be drafted now. (cc @arnounesco ) |
@fils - elements relevant to the backend here. On Offers - the submitter of the offer should be able to delete it. As we're not using user management. There's a field in the Offer pattern that is the expiration date of the offer. This should be mandatory, and the offer will expire after this date (i.e. the backend system will delete or disable it). If they want to delete it before the expiration, there'll need to be another measure such as a one-time log-in using an email address or similar. If the user enters a contact email (which we could verify, on submission), we can trigger an autoreminder that their offer is about to expire, and ask if they'd like to extend it. It would be very good if they could click a link to a pre-filled form that they can edit and resubmit. |
On Demands: We should allow the user to select whether they'd like to make the Demand public, so those that could meet it can see it and contact them. @fils in the back-end, this would mean we can integrate these into the KG and expose them on the UI as another facet |
xref: iodepo/odis-arch#287
On the UI/UX dev side, this should be a question of creating a form-like interface. IODE to provide backend elements.
The text was updated successfully, but these errors were encountered: