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

Refactor the infinite field #524

Open
jlambe opened this issue Jul 13, 2018 · 11 comments
Open

Refactor the infinite field #524

jlambe opened this issue Jul 13, 2018 · 11 comments
Assignees

Comments

@jlambe
Copy link
Contributor

jlambe commented Jul 13, 2018

Rewrite the infinite field.

@jlambe jlambe added this to the 1.4.0 milestone Jul 13, 2018
@jlambe jlambe self-assigned this Jul 13, 2018
@jlambe jlambe removed this from the 1.4.0 milestone Oct 23, 2018
@dgines
Copy link

dgines commented Mar 28, 2019

Hello ! When will this feature available in 2.0 version?

Thank you.

Note: I´m glad with the update from today !!

@jlambe
Copy link
Contributor Author

jlambe commented Mar 29, 2019

@dgines No time yet defined.

On release 2.1, we focus on enhancing the new field API and simplify the creation of custom fields for users. Not sure if I can make it as well with the infinite field.

Nonetheless, as the field needs some refactoring due to storage issues, perhaps you can provide more details on what case you might expect to use it and how. Your feedback can really help here :)

@dgines
Copy link

dgines commented Apr 5, 2019

image

For example:
I have to create multiple "Product Kits". (1 -> n)
Kit gots: productID´s, imageKit.

@jlambe
Copy link
Contributor Author

jlambe commented Apr 5, 2019

In your case, I suppose that the way products should be added is "dynamic". Like you have a list of all available products and then on another list, you add the required one. Is that correct ?

@dgines
Copy link

dgines commented Apr 8, 2019

That´s it !

@npsouza
Copy link

npsouza commented Apr 21, 2019

Hello,

I'm using 1.3 version and using infinite fields as in the example below. The user can add, sort and remove the desired items and each post can have their list

image

How to do this in 2.0 version? Thank you

@jlambe
Copy link
Contributor Author

jlambe commented Apr 22, 2019

There is no infinite field for the moment on 2.0. It will be implemented back at some point but I can't give you a date.

@npsouza
Copy link

npsouza commented Apr 22, 2019

Thanks, no problem.

There an another way to do this, or similar, in actual version?

@jlambe
Copy link
Contributor Author

jlambe commented Apr 22, 2019

@nathanopereira It depends on what you're trying to do but you could setup a custom post type and then use the new Field::choice field to define a select field where your end-user can select the sales contact.

@mikhaelr
Copy link

Hello, any update on this ? The framework is awesome and I’m so excited to use it in a real project but the lack of a repeater/infinite field prevent me to do so, I’m so used to it in ACF, it’s just really convenient. Nonetheless, thanks for your great work !

@ogorzalka
Copy link
Contributor

It would be a great addition 😎 ACF database schema is really ugly 🤢

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

No branches or pull requests

5 participants