Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 1.55 KB

README.md

File metadata and controls

48 lines (31 loc) · 1.55 KB

🍜 KNoodle

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.

Local development

You may need to initialise the application first, and then start the development server.

Install dependencies

npm i

Initialisation

npx prisma generate

Run development server

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

Suggested changes for your use case

  1. Update the variable employeesUrl in src/utils/participantsHelper.js to point to your list of people that will use KNoodle.
  2. Update the method fetchParticipantWebIDs in src/utils/participantsHelper.js to extract the people from the data that is found at employeesUrl.
  3. Update the variable participants in src/components/Schedule.js to remove the dummy people.

Development

  • All of the react components are found under src/components/ and src/pages/
  • src/utils/ contains code for data fetching and manipulation
  • src/data/ contains dummy data for the calendar component which can be ignored

License

This code is copyrighted by Ghent University – imec and released under the MIT license.