KNoodle is KNoWS' (and OxfordHCC's) Solid-based alternative to Doodle It allows you to find time slots that work for different people, by using their availability calendar which is made available through a Solid pod.
This is a Next.js project bootstrapped with create-next-app.
First, run the development server:
npm run dev
# or
yarn devOpen http://localhost:3000 with your browser to see the result.
- Update the variable
employeesUrlinsrc/utils/participantsHelper.jsto point to your list of people that will use KNoodle. - Update the method
fetchParticipantWebIDsinsrc/utils/participantsHelper.jsto extract the people from the data that is found atemployeesUrl. - Update the variable
participantsinsrc/components/Schedule.jsto remove the dummy people.
- All of the react components are found under
src/components/andsrc/pages/ src/utils/contains code for data fetching and manipulationsrc/data/contains dummy data for the calendar component which can be ignored
This code is copyrighted by Ghent University – imec and released under the MIT license.