Dibyendu Jana

Results 11 issues of Dibyendu Jana

using admin token, I am trying to get all usage points. ## https://sandbox.greenbuttonalliance.org:8443/DataCustodian/espi/1_1/resource/UsagePoint/?published-max=All&published-min=All&updated-max=All&updated-min=All&max-results=All&start-index=1&depth=All response provides me all usage points --which is fine. But I see links are formatted with subscriptions...

support of multiple authorizations to same third-party for different usage point. Currently, during second authorization to another usage points returns previous authorization details instead of creating new authorization. As the...

Currently ReatialCustomer & User is same entity and transaction data(e.g. linked to RetialCustomer). In our case, we will have delegated user (where primary customer may provide access to one or...

feature

As per the schema (https://github.com/greenbuttonalliance/OpenESPI-Common-java/blob/master/etc/usage.xsd ) reading quality(quality of the reading) has definite set of values.Need validation/check, in reading data import/export, to enforce this.

Though status is numeric (values 0,1). Datatype is used as string. There are other places where string is used.

enhancement

Is it possible to manage relationship with IntervalBlock and MeterReading problematically not thorugh JPA. Having JPA relationship, lots of data is being loaded for Interval Block which is not always...

question

intervalReadings in IntervalBlock needs to be order by time. e.g. @OrderBy("timePeriod.start, timePeriod.duration asc")

enhancement

An usage point can be linked to multiple subscription which is managed by subscriptions relationship. A review is required whether OneToOne reference to subscription is required or not.

Currently RetailCustomer act as an user. It would be better to have User entity and single customer can be accessed by one or more user.

question

While exporting data from Datacustodian, self or related link is formed using entity id in generate XML irrespective of what value is used in import XML. So link value differ...

enhancement