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

Have a working query language by merging models #8

Merged
merged 6 commits into from Sep 7, 2020

Conversation

gcandal
Copy link
Contributor

@gcandal gcandal commented Sep 4, 2020

Move what was decoupled in utils to inside the model, similarly to https://github.com/hivesolutions/appier/blob/master/src/appier/model.py .

@gcandal
Copy link
Contributor Author

gcandal commented Sep 4, 2020

@joamag this one's for you but can't assign 😞

@joamag
Copy link
Contributor

joamag commented Sep 4, 2020

@joamag this one's for you but can't assign 😞

lol :)

@joamag joamag self-assigned this Sep 4, 2020
@joamag joamag added the enhancement New feature or request label Sep 4, 2020
@joamag joamag self-requested a review September 4, 2020 20:55
js/util/data.js Outdated
find = true,
norm = true
) {
export const getDataObject = function(params = {}, options = {}) {
Copy link
Contributor

Choose a reason for hiding this comment

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

rename to getObject

js/util/data.js Outdated
@@ -125,8 +120,13 @@ const _findTypes = function(params) {
return result;
};

const _findDefaults = function(params) {
const _findDefaults = function(params, options) {
Copy link
Contributor

Choose a reason for hiding this comment

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

default options to empty object

@joamag joamag merged commit 8fe7ba3 into hivesolutions:master Sep 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants