-
Notifications
You must be signed in to change notification settings - Fork 20
Create settings page component - Vue #70
Comments
.take |
Thanks for taking this issue! Let us know if you have any questions! |
hi @blackgirlbytes @leordev, regarding DRL (Decentralized Resource Locator) utility functions, can I have more documentation on this, it's pretty unclear from the implementation on the react version how I'm to use it to retrieve the stored data from dwn, it throws
|
i also tested the implementation on the react version and it seems to be same result, am I to implement a different function that uses |
Hmm, I'll have to look into this deeper. Leo might know best because he made the React project, but he may take a bit to respond. In the mean time, I know this file has a list of the available DRLs. Let me try to do dig a little deeper to get back to you https://github.com/TBD54566975/dwn-server/blob/e14fb80281e31a88aa57b85f067887e8e5191547/src/http-api.ts#L238 |
ok thanks, also what's the use of the DRLs, I thought we could easily retrieve data using the DWNs operations @blackgirlbytes |
yes you can use DWN operations to retrieve data. I think the idea is that , we can read the data from the DWNs without any extra code just by using the native browser fetch API.. the urls works out of the box in any browser context. So it's just an alternative streamlined way to fetch and render data. |
Create settings page component - Vue
🚀 Goal
Create a Settings page component in Vue that allows users to manage their profile settings within our Decentralized Web App (DWA) starter.
🤔 Background
We need to implement the Settings page for our Vue.js DWA starter, mirroring the functionality of the existing React implementation. This page should include a profile settings component and utilize Decentralized Resource Locator (DRL) functions for data management.
🔑 Tasks and Acceptance Criteria
SettingsPage.vue
componentProfileSettings.vue
component with the following features:drlFetchRecord
drlFetchRecordJson
drlReadProtocolUrl
drlReadProtocol
drlReadProtocolJson
🌟 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: