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

Removed Task Functionality from DTR RI #173

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

zacharyrobin
Copy link
Contributor

Ticket DMREEX-1114 removal of task functionality from DTR RI

Copy link
Collaborator

@KeeyanGhoreshi KeeyanGhoreshi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This removes most of the task code, but there are still some extra bits left in that can also be removed, like the tasks property of the App.jsx state and the setTasks function.

@@ -543,14 +542,6 @@ export default class App extends Component {
};

renderButtons(ref) {
const element = (<div><div><TaskPopup smart = {this.smart} />
<div className="task-button">
<label>Attestation</label> <input type="checkbox" onChange={()=>{this.setTasks()}} id="attestationCheckbox"></input>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are we trying to remove the attestation button as well?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nope, we still need the attestation button. Thanks Keeyan

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

Successfully merging this pull request may close these issues.

3 participants