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

made load tasks from csv files feature #91 #127

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

Sanat-Jha
Copy link
Collaborator

Related Issue

Closes #91

Type of Change

Put x inside the square bracket to specify what type of change your PR is:

  • New Feature

Description of Change

User can use earlier exported csv file of tasks to load new tasks in app.

Demo

image
image
image
image

title: row[0].toString(),
description: row[1].toString(),
isCompleted: row[2].toString().toLowerCase() == 'true',
hasDeadline: row[3].toString().toLowerCase() == 'true',
Copy link
Collaborator

Choose a reason for hiding this comment

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

@Sanat-Jha This is no longer a field inside class Task. Please update accordingly

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@Akshit517 Updated, please review.

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.

[Feat]Import tasks from backup csv
2 participants