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

Implement an interface for return date #107

Open
nonprofittechy opened this issue Sep 27, 2021 · 8 comments
Open

Implement an interface for return date #107

nonprofittechy opened this issue Sep 27, 2021 · 8 comments
Labels
bug Something isn't working Depends on Proxy server fix help wanted Extra attention is needed
Milestone

Comments

@nonprofittechy
Copy link
Member

"Administrative Review, Evictions, Detinue orReplevin Cases, Judgement Citation,
Garnishment, Wage Deduction"

response_code: 400, data: {‘objectAugmentationPoint’: [], ‘id’: None, ‘ref’: None, ‘uri’: None, ‘metadata’: [], ‘relationshipMetadata’: [], ‘otherAttributes’: {}, ‘systemEventDateTime’: {‘value’: 1632751272000, ‘id’: None, ‘ref’: None, ‘uri’: None, ‘metadata’: [], ‘relationshipMetadata’: [], ‘otherAttributes’: {}}, ‘systemOperatingModeAbstract’: {‘name’: ‘{http://release.niem.gov/niem/domains/cbrn/4.0/}SystemOperatingModeCode’, ‘declaredType’: ‘ecfv5.gov.niem.release.niem.codes.cbrncl._4.SystemOperatingModeCodeType’, ‘scope’: ‘javax.xml.bind.JAXBElement$GlobalScope’, ‘value’: {‘value’: ‘OPS’, ‘id’: None, ‘ref’: None, ‘uri’: None, ‘metadata’: [], ‘relationshipMetadata’: [], ‘otherAttributes’: {}}, ‘nil’: False, ‘globalScope’: True, ‘typeSubstituted’: False}, ‘systemSimulatedIndicator’: False, ‘credentialsAuthenticatedCode’: {‘value’: ‘AUTHENTICATED’, ‘id’: None, ‘ref’: None, ‘uri’: None, ‘metadata’: [], ‘relationshipMetadata’: [], ‘otherAttributes’: {}}, ‘messageStatusCode’: {‘value’: ‘SYSTEM_ERROR’, ‘id’: None, ‘ref’: None, ‘uri’: None, ‘metadata’: [], ‘relationshipMetadata’: [], ‘otherAttributes’: {}}, ‘messageContentError’: [], ‘messageHandlingError’: {‘objectAugmentationPoint’: [], ‘id’: None, ‘ref’: None, ‘uri’: None, ‘metadata’: [], ‘relationshipMetadata’: [], ‘otherAttributes’: {}, ‘errorCodeText’: {‘value’: ‘-1’, ‘id’: None, ‘ref’: None, ‘uri’: None, ‘metadata’: [], ‘relationshipMetadata’: [], ‘otherAttributes’: {}}, ‘errorCodeDescriptionText’: {‘value’: ‘Unknown error’, ‘id’: None, ‘ref’: None, ‘uri’: None, ‘metadata’: [], ‘relationshipMetadata’: [], ‘otherAttributes’: {}}}, ‘resendRequestIndicator’: {‘value’: False, ‘id’: None, ‘ref’: None, ‘uri’: None, ‘metadata’: [], ‘relationshipMetadata’: [], ‘otherAttributes’: {}}, ‘messageStatusAugmentationPoint’: []}
@purplesky2016
Copy link

The closing } in the name element below seems to be out of place. Should it be ‘{http://release.niem.gov/niem/domains/cbrn/4.0/SystemOperatingModeCode}’, or remove the {} altogether?

‘systemOperatingModeAbstract’: {
	‘name’: ‘{http://release.niem.gov/niem/domains/cbrn/4.0/}SystemOperatingModeCode’, 
	‘declaredType’: ‘ecfv5.gov.niem.release.niem.codes.cbrncl._4.SystemOperatingModeCodeType’, 
	‘scope’: ‘javax.xml.bind.JAXBElement$GlobalScope’, 
	‘value’: {‘value’: ‘OPS’, ‘id’: None, ‘ref’: None, ‘uri’: None, ‘metadata’: [], ‘relationshipMetadata’: [], ‘otherAttributes’: {}}, 
	‘nil’: False, 
	‘globalScope’: True, 
	‘typeSubstituted’: False}, 

@BryceStevenWilley
Copy link
Contributor

@purplesky2016 I think the {} in name is fine. It's a lot of autogenerated SOAP XML stuff to json stuff, and the {} in the string has something to do with the XML namespace binding. It shouldn't be an issue here.

@nonprofittechy
Copy link
Member Author

Per discussion w/ Bryce - it's no longer an error, but we're not getting back useful information about the return date from Tyler

@nonprofittechy nonprofittechy changed the title Cases w/ return dates - unknown error Cases w/ return dates - not getting useful data yet Sep 28, 2021
@nonprofittechy nonprofittechy changed the title Cases w/ return dates - not getting useful data yet Implement an interface for return date Sep 30, 2021
@nonprofittechy
Copy link
Member Author

Blocker on the proxy server side - Tyler got back to us with some suggestions we need to try out.

@BryceStevenWilley
Copy link
Contributor

We currently will show the ReturnDate options that are returned to us. I do think we need to let the user select them, but that's not quite in yet.

@nonprofittechy
Copy link
Member Author

@BryceStevenWilley is this still live? I'm going to remove my assignment

@nonprofittechy nonprofittechy removed their assignment Sep 6, 2022
@BryceStevenWilley
Copy link
Contributor

I think it is, I haven't had to get into return date issues yet, I believe we were just sorta left hanging by Tyler, there wasn't a fix. I'll assign myself though.

@BryceStevenWilley BryceStevenWilley self-assigned this Sep 6, 2022
@BryceStevenWilley
Copy link
Contributor

See SuffolkLITLab/EfileProxyServer#71 for the proxy issue on this

@BryceStevenWilley BryceStevenWilley removed their assignment Jan 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Depends on Proxy server fix help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants