atsign-foundation / mwc_demo

Code for Mobile World Congress 2022 demo with ZARIOT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IT Expo demo features needed and bugs

cconstab opened this issue · comments

For the most part the bugs/features are listed in the video below

Challenges:

Deleting HrO2Receiver objects

Most important is to delete HrO2Receiver objects

Current method is Hro2DataService.deleteReceiver(HrO2Receiver hrO2Receiver)

Issue currently seems to be in the data.value == hrO2Receiver

Editing HrO2Receiver objects

The form for creating an HrO2Receiver is here. The simple approach is to create a new edit receiver form with initial values from a receiver object that can be changed and then update it using the putReceiver(HrO2Receiver hrO2Receiver) method.

video2427348735.mp4

I now have the ability to delete receivers (yay!) Same pattern can be used for data owners I would think

#47 Needs a look and merge

The issue I did have was that I can only add one receiver @nickelskevin this is probably a hang over from big json to atKeys? Just needs a tweek ..

Bed now

I have added the feature where we can edit a receiver by clicking on it.

#48

Can a data owner be deleted? I get an error like this after deleting the atsign "anthony":

Marking this as 8SP (GeekyAnts team, Colin time and Kevin time) and closing