threefoldtecharchive / jumpscaleX_core

Apache License 2.0
1 stars 6 forks source link

generated CRUD actors for the models in packages with ACL #258

Closed despiegk closed 4 years ago

despiegk commented 4 years ago

info

andrewayoub commented 4 years ago

TODO:

andrewayoub commented 4 years ago

code can be found here: https://github.com/threefoldtech/jumpscaleX_threebot/tree/development/ThreeBotPackages/zerobot/models_crud

code generation works well, you can run the test by j.threebot.package.models_crud.test()

TODO:

andrewayoub commented 4 years ago

since the default access for actors should be only for admins, the generated actors use the default authentication, currently this isn't the case since we mage the default access is public.

but away from the authentication everything works as expected, please see the test code and docs for full example

xmonader commented 4 years ago

@andrewayoub you is revisiting to make sure it's aligned with https://github.com/threefoldtech/home/issues/399

andrewayoub commented 4 years ago

bending on https://github.com/threefoldtech/jumpscaleX_core/issues/256

xmonader commented 4 years ago

crud actors are implemented and correctly generated, awaiting ACLs.

despiegk commented 4 years ago

will create new FR