Submissions
Tuna record canister -- the canister handle tuna recording with Vessel, Location and Holder. you can record/changeTunaHolder and delete record. Hope the canister help your learning and feel free to give my any feedback.
FEEDBACK
# Todo app This is an to-do canister/smart contract that allows users to do CRUD operations on to-dos. The dApp also allows users to fetch individual to-dos, all to-dos or to-dos by category(tag).
Here are the 2 functions I have added to add value to this canister:
The getFavToDos
function retrieves the favourite todo stored in the canister and returns them as a list.
setFavTodo
help user to set favourite flag to todo and use it to prioritize tasks.
set name's canister help developer to debug console.
VirtualDoctor is a canister program that allows users to book sessions with doctors. Both users and doctors can create their profiles and perform CRUD operations on their records. Additionally, users can book sessions with specific doctors and perform CRUD operations on booking records.
Add a time slot to the Booking Record and check if the time slot is available for the user and doctor.
This pull request addresses the need to incorporate a time slot feature into the Booking Record. This enhancement will allow users to schedule appointments with doctors based on specific time slots.
Here are the key changes made in this pull request:
Addition of Time Slot to Booking Record: We've introduced a new field in the Booking Record called startAt, endAt. This field will store the designated time for the appointment.
Availability Check for User and Doctor: To ensure that the chosen time slot is available, we've implemented a check. This verification process involves examining the schedules of both the user and the doctor involved in the booking.
By incorporating these changes, we aim to enhance the user experience by providing a more intuitive and efficient booking process. Users can now select a suitable time slot with confidence, knowing that it aligns with both their own schedule and the availability of the designated doctor.
Dacade is an open-sourced platform and is created in collaboration with multiple contributors. Go to the repository to start contributing.