gigs part 1 -Sammy Alvarado - MVP#147
Open
SammyAlvarado wants to merge 17 commits into
Open
Conversation
Created the initial project.
Created New UITableViewController scene which I changed the cell's style to Subtitle.
Added new GigsTableViewController.
Created the a new LoginViewController
Added a new Model that holds the Bearer Token.
Added a new user model to hold login information of the end-user
Added GigGontroller to allow us to sign up and save or data to the API.
Created new function for signUp which carries errors functionality to notify the developer of error. Example if data was not sent to the API or returned.
Created a signIn Function that will allow the user to signIn after signing Up. In addition I created functionality that allows developers to receive a Token from the API when confirming that login was successful.
By creating an instance of GigController it will allow us to perform networking calling to the API.
Setting up our loginType using while using the gigController
Added a new UIViewController and added two segues that will Show and View the data when selected.
Created UIView Interface for detail view this will be used to allow end- user to see and interact with data from the API.
Added new Cocoa touch files that will allow users to create new gigs which and be saved to the API.
Added Gig model with properties that hold a title, description, and due date data.
Created a new function that will fetch all the gigs from the API.
Finished creating a URLSessionDataTask to get and post a new Gig model to the API.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Just finished the project and it works its MVP!!! @PercivalN