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

Add a cleanup framework #180

Open
sunilshetye opened this issue Feb 19, 2019 · 0 comments
Open

Add a cleanup framework #180

sunilshetye opened this issue Feb 19, 2019 · 0 comments

Comments

@sunilshetye
Copy link
Collaborator

Add a cleanup framework for input of parameters of the blocks on double clicking them. Any input in the popup will be cleaned up. There is no failure in this cleanup process.

Design a simple input box with multiple fields and a submit + cancel buttons. For each input field, add cleanup types. After cleanup, the input value may be modified. On submission, the submit box should close. Here are some sample cleanup types:

  • removespaces (all spaces will be removed)
  • replacesemicolonwithcomma (all ; will be replaced with ,)

It should be easy to add more types later. This can also be implemented using a third-party free/libre and open source framework (this should be clearly mentioned in the submission).

e.g. A field can have these cleanup types: "removespaces,replacesemicolonwithcomma".

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

1 participant