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

ListWidget with more capabilities: add/remove/modification #88

Open
m-vdb opened this issue Sep 1, 2015 · 1 comment
Open

ListWidget with more capabilities: add/remove/modification #88

m-vdb opened this issue Sep 1, 2015 · 1 comment

Comments

@m-vdb
Copy link
Contributor

m-vdb commented Sep 1, 2015

Hi @jschrewe,

In our project, we needed the ListField(FileField) structure to have more capabilities:

  • allow removal of elements (the current code is buggy)
  • have a better widget to allow removal + modification

I did some work on our fork to have this possibility, you can find it here: Work4Labs#8.

Some comments about what I did:

  • commits are not atomic, I used a trial / error approach
  • the code is not factorised as wanted, I didn't want to change your code too much
  • there are no tests (reason for number 1)

We are relying on this project a lot in our production environment, and I'm wondering several things: how active is your repo? Do you still use your code in production environment? Would you be inclined to let me be a contributor of the project? Can we setup tests (circleci / travis / other?) ?

Let me know what you think, I'm open for a quick chat :)

@m-vdb
Copy link
Contributor Author

m-vdb commented Sep 1, 2015

cc @olivierlefloch

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

No branches or pull requests

1 participant