Prerna Mehra

Results 27 comments of Prerna Mehra

> Is this PR the current stopper? I think so, with this PR, also all failing test should pass in https://github.com/parse-community/Parse-SDK-JS/pull/1373. Then we can make changes accordingly in https://github.com/parse-community/parse-dashboard/pull/1721 to...

> Do you need a hand with this PR, or this ready for review? I think it is ready for review.

> @sadakchap is this PR ready for review? Yes @mtrezza, I believe it is ready to be reviewed now.

> @sadakchap Could you please take a look at this? This is the continuation of our discussion in #1688. Sure, and yes I agree with new suggestion.

@mtrezza should we remove tooltip from only readonly && date fields or all readonly fields? And if we remove tooltip will these styles give intuition about readonly field?

@mtrezza I'm not sure whether we can set `authData` back to `null`. Please refer this [testcase](https://github.com/parse-community/parse-server/blob/191d80b6677f8ee6f6a0ccd3bde2bf6bb50f9a20/spec/ParseUser.spec.js#L1212-L1223) in parse-server.

> The main question is to understand why the equalTo method is not using the addCondition($key, $condition, $value) method, because when looking in other analytic SDKs, they are implementing equalTo...

> In MongoDB, the value `null` is _sometimes_ treated the same as if the field does not exist at all. In other words, these two documents are sometimes treated as...

> Do you mean that is how you personally use the filter to query for a)? yes. > It may return the same results, but the correct - because more...

> Not sure whether Parse Server supports this yet, you would have to look into the code, it may exist but not be in the docs. I look into this...