-
Notifications
You must be signed in to change notification settings - Fork 0
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
Ability to add a Tasks #7
Comments
FYI @sohilpandya A photo of a paper sketch is extremely useful in this kind of situation too 👍 Good for historical reasons! |
Added ability to navigate to and from the new AddTaskView Controller, was stuck on how I would go about dismissing the view, managed to find the related method 😄 |
Little update Solved the issue by resigning the first responder for the text field
|
Halted work for the day, current status:
|
update I am putting this task on halt and taking a slight detour, I've had a chance to speak with @nazywamsiepawel about the best way to go about storing the data and he recommends that I look into core data rather than Core Data is how most of the data should be stored for the app and takes its grounding from SQL, so eventually you will be able to form relationships in your database. |
@sohilpandya after spending some time with core data and understanding the fundamentals you can use one of the wrappers (like https://github.com/carambalabs/SugarRecord) to make development faster. |
Thank you @nazywamsiepawel ! |
I've updated the todo list on the top to now include the ability to remove tasks as well as the tasks now being stored in core data. Time required to build the additional view and flow for adding tasks: 4 Hours |
As a user I would like to add a new task
Once we have set up the basics in #6 we can move onto providing the users with the ability to add new tasks.
Potentially need to figure out the best place to store this data. Potentially do some research around how to save to local phone storage.
The text was updated successfully, but these errors were encountered: