Laravel-Backpack / docs

55 stars 130 forks source link

Docs for all column types added in v6 #405

Closed tabacitu closed 1 year ago

tabacitu commented 1 year ago

In v6 we're having a column type for each field type:

That means... we need docs for the new ones.

pxpm commented 1 year ago

Hello @karandatwani92 can you please take over this ?

You can check on https://github.com/Laravel-Backpack/docs/blob/master/6.x/crud-columns.md and https://github.com/Laravel-Backpack/docs/blob/master/6.x/crud-fields.md and create a list of what columns are missing docs.

You can also use the mentioned PR's by @tabacitu as a reference.

Cheers

karandatwani92 commented 1 year ago

create a list of what columns are missing docs.

@tabacitu @pxpm

Current Status:

image

Need to document the following columns:

Two fields don't have columns:

tabacitu commented 1 year ago

Awesome breakdown @karandatwani92 ! Let's do it! 💪

@jorgetwgroup I remember we talked about doing the dropzone column - what happened to that?

@pxpm can you please create a google_map column type? I see it as TEXT, not image or map or anything like that. Something that could work inside the List operation too. Probably outputting the address, and on hover show the lat/lang? 🤷‍♂️ what do you guys think?

jcastroa87 commented 1 year ago

hi @tabacitu, column is here: https://github.com/Laravel-Backpack/PRO/pull/125/files was add 3 weeks ago, even you review and ask for some changes.

Cheers.

tabacitu commented 1 year ago

Awesome! Then @karandatwani92 we're only missing google_map 🎉