ripe-tech / ripe-sdk

The public Javascript SDK for RIPE Core
https://www.platforme.com
Apache License 2.0
8 stars 4 forks source link

Feat: Add promise-based default getter #263

Closed joao-conde closed 3 years ago

joao-conde commented 3 years ago
- -
Issue --
Dependencies --
Decisions Add getDefaultsP and bump packages.
ripe-tobias-bot[bot] commented 3 years ago

Woof, Woof!

Thank you for submitting the "Feat: Add promise-based default getter" pull request 😎.

Please do not forget to review our internal guidelines:

Engaging in the development process in the best possible way helps it being efficient and fast.

Your friend, Tobias (Platforme's mascot)

Tobias Bot
gcandal commented 3 years ago

Add a https://github.com/ripe-tech/ripe-sdk/blob/master/CHANGELOG.md entry.

This seems to really be missing, but why do you need it?

joao-conde commented 3 years ago

Current approach for CSR-PRC: having the page with the loaded model and change parts that need changing. Problem is for future requests it must be set to the defaults again (because last request may have changed something I do not wish to change).