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

Bulk set categorical field values #83

Open
Shidash opened this issue May 7, 2019 · 1 comment
Open

Bulk set categorical field values #83

Shidash opened this issue May 7, 2019 · 1 comment

Comments

@Shidash
Copy link
Member

Shidash commented May 7, 2019

There should be a way to set all documents to have a certain value for a specified categorical field. Both the frontend and backend are needed for this. The user interface needs to collect the following values-

  • Document type (which determines which categorical fields to show)
  • Field to set
  • Value to set to (or if it should be cleared entirely)

Eventually we may want to support bulk setting of documents matching search values or bulk deletion, but for now let's just provide this to set/unset values for all documents.

@Shidash
Copy link
Member Author

Shidash commented May 7, 2019

This could also potentially be a Catalyst method (I will probably treat it as such on the backend since it fits well with the Catalyst structure), but is a bit unusual in that it may be something where people want the output to go to an existing field. Which I suppose may be true for other Catalyst methods too. So we should think about how to structure things UI-wise.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Feature Freeze Cleanup
  
General Todo
Development

No branches or pull requests

2 participants