Jules
Jules
THis is on my todo list after a fire, and one other HybridApp backend issue.
Aiming to work on this this week!
I have been held up by change in priorities, this is still on my roadmap after we ship HybridApp NewDot signup and redirect to classic tasks.
OKAY. I am not going to jynx myself this time... @war-in, is the desired format under `Onyx Data` still correct? If so I'll start by refactoring the hardcoded `tryNewDot` response...
Sounds good to me 👍 I am a bit worried that during login when we build the onyxData the tryNewDot value hasn't yet been set and won't be available.
Okay, I'm returning the full NVP data in `SigninUser` locally: Same for `SignUpUser` user:
Next week I need to figure out why `tryNewDot` is now always returning `true`. Auth?
> Next week I need to figure out why tryNewDot is now always returning true. Bug fixed. PR is ready for review, I just need to fix a remaining test...
> So now those commands should return NVP, right? @war-in yeah, once merged the full tryNewDot NVP data will be returned within onyxData for all of these cases. In addition...
To avoid duplicated onyx data I had to make a large refactor and update automated tests. That's all done now and the final step is to see if I can...