-
Notifications
You must be signed in to change notification settings - Fork 2
Rename FactorDFG.data / fnctype becomes... #1119
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
Comments
Assigned to me for spike on impact on current Rust SDK work. |
Also related and blocking the current factor serialization design: #1077 |
Is the I'm leaning towards only Is this definition accurate: We also have |
Hi @Affie , i think we discussed a lot of this earlier today. I'm going to look into if SDK.rs has issues with JSON (or at least how to move that forward, but after that we may need to reconnect on what we want to do with this task). |
I only know of 2 outstanding design aspects
|
Yes, sounds good, So there will be
the shortened one looks fine to me. |
Unassigning from me and moved to Triage -- I finished the spike on JSONCRUD for SDK.rs and we can work around graphql_client hard-types with new callback approach for splicing in rust's |
Hi @Affie think you are busy with these tasks anyway? |
Yes I think it is easiest to do the rafactor as part of #1127 |
sounds like two questions:
|
I'm leaning towards keeping FactorDFG as is but I'm open to changing it if there are good reasons. |
@Affie and I had a long frustrating conversation to confirm what we already know: That factor data fields need to be updated for DFG 1 milestone. This ticket is the confluence of many other comments including the most recent:
Context for larger work beyond this issue:
FactorDFG.observFnc
, and replace associated old accessors such as@deprecate getObservationFunction(::FactorDFG) getFactorFunction(::FactorCompute)
.TAC
FactorDFG.observFnc
(side by side with old.data / .fnctype
)FactorDFG.observFnc_type::String
Investigate splitting factor operational part from 'constant' part of factor #992getObservationFunction(::FactorDFG)
getFactorType
usegetObservationFunction( DFG or Compute )
Additional links from discussion:
The text was updated successfully, but these errors were encountered: