-
Notifications
You must be signed in to change notification settings - Fork 17
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
Create to do list page component - Vanilla.js #87
Comments
.take |
Thanks for taking this issue! Let us know if you have any questions! |
.take |
The issue you are trying to assign to yourself is already assigned. |
Hey @VANSH3104 if the issue is assigned, you cant take the issue. Please look for an unassigned issue and complete one of them. We have tons. I've seen you do this a few times. If you need help with finding one, reach out in the Discord. You can actually lose points from taking an already assigned ticket. Cc: @taniashiba |
@VANSH3104 - You can view all available project hubs here: https://github.com/orgs/TBD54566975/projects/44 there are tons of issues like Rizel mentioned. We take user experience seriously and want to make sure everyone has a fair chance to contribute, please keep this in mind. |
.take |
The issue you are trying to assign to yourself is already assigned. |
Create Todo List page component - Vanilla
🚀 Goal
Create a Todo List page component in Vanilla that allows users to manage their tasks within our Decentralized Web App (DWA) starter, utilizing the Decentralized Web Node (DWN) for data storage and retrieval.
🤔 Background
We need to implement the Todo List page for our Vanilla.js DWA starter, mirroring the functionality of the existing React implementation. This page should include task management features and integrate with the TodoDwnRepository for DWN operations.
🔑 Tasks and Acceptance Criteria
TodoListPage.vanilla
componentTodoList.vanilla
component with the following features:TaskItem.vanilla
component for individual task display and actionsTaskForm.vanilla
component for adding/editing tasksTodoDwnRepository
class for DWN operations:listTasks()
createTask(task)
updateTask(task)
deleteTask(recordId)
findTaskRecord(recordId)
listTasksRecords()
🌟 Resources
Getting Started
Questions?
If you have any questions or need clarification, please comment on this issue or join our Discord community.
Happy coding! 🎉
The text was updated successfully, but these errors were encountered: