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

Module settings PoC #148

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

julien-c
Copy link

@spolu So, here's where I am – ACE inside Breach looks pretty neat!

screenshot 2014-07-16 a 21 19 00

The main hurdle I've had is with core_store: so far I haven't gotten how it works (!), so I've mocked it up with an in-memory store – let me know how you'd do it. It could be useful to expose a simpler, non-distributed data-store for the time being?

Let me know what you think

// @cb_ {function(err, module)}
// ```
settings_get = function(path, cb_) {
my.core_module.procedures.settings_get(path, null, function(err, settings) {
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@spolu This is a bit fishy... From the module_manager is there a more straightforward way to call methods on the core_store object?

@spolu
Copy link
Owner

spolu commented Jul 16, 2014

That's great!
I'll take care of using gig.fs if you want to have consistent data store.
Can you work on a UI similar to the module out page so that the whole thing is consistent.

I should be able to put some cycle in it today!

@julien-c
Copy link
Author

@spolu Signing off for tonight, but I agree we should definitely have a consistent UI. Let me know how it goes!

@spolu
Copy link
Owner

spolu commented Jul 16, 2014

OK! Awesome stuff.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants