Skip to content
This repository has been archived by the owner on Apr 30, 2021. It is now read-only.

Add a 'confirm all problems' button. #64

Open
doppl3r opened this issue Nov 9, 2017 · 1 comment
Open

Add a 'confirm all problems' button. #64

doppl3r opened this issue Nov 9, 2017 · 1 comment

Comments

@doppl3r
Copy link

doppl3r commented Nov 9, 2017

Although the current workflow works great, it would be nice to quickly make a decision for all options rather than manually re-checking every input checkbox.

Would it be possible to add a button that runs these jQuery commands? Perhaps add an alert that says "Are you sure you want to confirm all likely and potential problems?"

$('input[type="checkbox"]').attr('checked', true);
$('input[value="Make Decision(s)"]').click();
@cindyli
Copy link
Contributor

cindyli commented Mar 18, 2018

@amaaniqbal thanks for your interest in AChecker. You probably have seen the GSOC 2018 timeline.

The next requirement on the timeline is to submit the application by March 27. To come up with a good application, these references might be useful:

  1. IDI GSoC Student Application Template;
  2. "How to get started" section on "Upgrade AChecker" project, especially point 2, 3;
  3. GSoC student guides

You are welcome to start working on this problem. Before starting, create a bug report at AChecker bug tracker, with a proposed solution if you've thought about it. Please associate your work with the bug report. I'm glad to help if you have any questions.

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

No branches or pull requests

2 participants