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

Roadmap #2

Open
8 tasks
ricokahler opened this issue Mar 25, 2021 · 2 comments
Open
8 tasks

Roadmap #2

ricokahler opened this issue Mar 25, 2021 · 2 comments
Labels
help wanted Extra attention is needed

Comments

@ricokahler
Copy link
Owner

ricokahler commented Mar 25, 2021

Edit: this repo has been stale for a little and needs some TLC. This issue represents the work for the stable release of super pane.

  • repo overhaul. get a dev set up working with sanity v3
  • properly rewrite bulk operations so that they work with permissions. support bulk versions of all existing sanity operations
  • rewrite preview mechanism to use sanity preview mechanism more
  • improve column selector and previews integrate it with the above preview mechanism
  • basic filtering
  • advanced filtering
  • sorting
  • bulk editing
@ricokahler ricokahler added the help wanted Extra attention is needed label Mar 25, 2021
@BenjaminWalsh
Copy link

Hey @ricokahler I went to try this out in my project - what I'd like to see is the same formatting - or at least the same options - for functions that configure the results super pane. In this case using a GROQ with existing $id parameter.

S.listItem(id)
    .title('Normal List per Band')
    .child(
      createSuperPane(S)
      .schemaType('product')
      .title('Product List')
      .filter(`_type == "product" && references($id)`)
      .params({ id })
      ),

vs

S.listItem(id)
    .title('Normal List per Band')
    .child(
      createSuperPane('product', S)
      ),

I could also make great use of exposing the bulk actions menu to custom document actions as you've mentioned above!

@jeanpco
Copy link

jeanpco commented Oct 28, 2023

@ricokahler Hey Rico!

Where do you stand with that To-do list? Did you ever get around it? If not, and if you need help. I'd like to involve myself. That being said, I've never contributed to anything in the past, so not exactly sure where I'd need to begin. Feel free to reach back by email if ever thats easier [email protected]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants