Closed blackgirlbytes closed 3 weeks ago
.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.
@29deepanshutyagi this issue already has a PR in progress and you've been working on the vanilla javascript version of this. This particular issue is for Vue. Here's the list you want to focus on: https://github.com/TBD54566975/tbd-examples/issues/81
but i can work on this issue as well
@29deepanshutyagi I see! I welcome you working on the Vue ones as well, but this particular issue is basically already complete. I'm actually about to press approve and merge in a few minutes https://github.com/TBD54566975/tbd-examples/pull/199
Hi @29deepanshutyagi - wanted to let you know not to try and take an issue that is already assigned to someone else. If you by chance submit a PR for an issue you are not assigned to, you will not receive points for this as it goes against our rules. We just want to make sure everyone has a chance to contribute, one task at a time. We have several open projects with a variety of issues, we encourage you to explore further. Thank you so much ❤️
ok
Create Todo List page component - Vue
🚀 Goal
Create a Todo List page component in Vue 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 Vue.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.vue
componentTodoList.vue
component with the following features:TaskItem.vue
component for individual task display and actionsTaskForm.vue
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! 🎉