David Vogt

Results 15 comments of David Vogt

👍 This would also help immensely when you're managing your dotfiles via VCS. Otherwise, your config shows up as changed every time you get a new token.

The obvious path would be to allow a custom Django app in Caluma, which could contain it's own migrations. But this would open doors for people to install their own...

I agree with both of you. The only reason I'd opt for Django-based migrations is that it already provides a really nice infrastructure for what we need (versioning etc), and...

No it needs to be a full app, I agree, but the users should not be allowed to add models to it - just migrations

Update from some more off-line elaboration: We probably should move away from creating a document, followed by adding it to the table. When #935 is landed, we could also go...

We've looked into this, but unfortunately, due to us using the `relay` pattern, it's not possible. Every node, even of the same type, is separately filterable, and thus must use...

Hmm, not sure - in other places (cases, documents) the family represents a hierarchy. This would be sliightly different here, thus the wording might get confusing. I like the idea...

I think it does make sense to extend the proposal as per @anehx suggestion. Also, we need to think about the inputs / context the JEXL expressions will receive

> > Does this allow you to rename the files as well by supplying an `ID` with a different `name`? > > Currently this is not intended. For this use-case...

> Oh sorry, for the incorrect feedback then! But this feature will not be part of the current ember-caluma implementation for now. So what's the ember-caluma release plan for this?...