Skip to content
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

Manage petitions to inrupt's api to retrieve data regarding locations #26

Open
juanmglzs opened this issue Mar 5, 2023 · 2 comments
Open
Assignees
Labels
enhancement New feature or request question Further information is requested

Comments

@juanmglzs
Copy link
Contributor

I don’t know if we are gonna do it like this, but I’m supposing that there’s a main class that calls each of my methods.
For writing I need the user’s pod, pod’s path, list of locations and user’s current dataset. The first parameter comes from @FdezAriasSara ‘s method, the second from @Manuhcuartas ’s method, the third is a list of new locations to add into the POD and the fourth is mine.
For reading I need the user’s pod, pod’s path (same like before). And I’m returning a list of locations.
Also in my class I’m storing the dataset to be reused when writing.

@juanmglzs juanmglzs added the enhancement New feature or request label Mar 5, 2023
@juanmglzs juanmglzs self-assigned this Mar 5, 2023
@juanmglzs
Copy link
Contributor Author

We need a way to filter the list of locations.
An idea cold be using two lists: a list with the ones that are stored and another with the ones to be added

@juanmglzs
Copy link
Contributor Author

The headers will be like

  • async function WriteList(SELECTED_POD, writePath, locList, mySolidDatase) {}: Void

  • async function ReadList(SELECTED_POD, writePath): Listcontent

@juanmglzs juanmglzs added the question Further information is requested label Mar 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant