Skip to content

gigs part 1 -Sammy Alvarado - MVP#147

Open
SammyAlvarado wants to merge 17 commits into
bloominstituteoftechnology:masterfrom
SammyAlvarado:master
Open

gigs part 1 -Sammy Alvarado - MVP#147
SammyAlvarado wants to merge 17 commits into
bloominstituteoftechnology:masterfrom
SammyAlvarado:master

Conversation

@SammyAlvarado

Copy link
Copy Markdown

Just finished the project and it works its MVP!!! @PercivalN

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.
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.

1 participant