Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / will-1-am/stanford issues and pull requests
#29 - Refactor else if in Cardify to be ternary on final condition;
Pull Request -
State: open - Opened by Will-1-Am about 3 years ago
#29 - Refactor else if in Cardify to be ternary on final condition;
Pull Request -
State: open - Opened by Will-1-Am about 3 years ago
#28 - Add access control to the model, viewModel and the main view;
Pull Request -
State: closed - Opened by Will-1-Am about 3 years ago
Labels: enhancement, hacktoberfest-accepted
#28 - Add access control to the model, viewModel and the main view;
Pull Request -
State: closed - Opened by Will-1-Am about 3 years ago
Labels: enhancement, hacktoberfest-accepted
#27 - Task 1 & 2 Memorize works as demoed in Lectures 1 through 4 and game …
Pull Request -
State: open - Opened by Will-1-Am about 3 years ago
Labels: hacktoberfest-accepted
#27 - Task 1 & 2 Memorize works as demoed in Lectures 1 through 4 and game …
Pull Request -
State: open - Opened by Will-1-Am about 3 years ago
Labels: hacktoberfest-accepted
#26 - Replace the HStack and ForEach with a call to Grid that passes the ca…
Pull Request -
State: closed - Opened by Will-1-Am about 3 years ago
Labels: hacktoberfest-accepted
#26 - Replace the HStack and ForEach with a call to Grid that passes the ca…
Pull Request -
State: closed - Opened by Will-1-Am about 3 years ago
Labels: hacktoberfest-accepted
#25 - Task 2
Pull Request -
State: open - Opened by Will-1-Am about 3 years ago
Labels: hacktoberfest-accepted
#24 - Get the Memorize game working as demonstrated in lectures 1 and 2. Ty…
Pull Request -
State: closed - Opened by Will-1-Am about 3 years ago
Labels: hacktoberfest-accepted
#24 - Get the Memorize game working as demonstrated in lectures 1 and 2. Ty…
Pull Request -
State: closed - Opened by Will-1-Am about 3 years ago
Labels: hacktoberfest-accepted
#23 - Refactor the font modifier to something more simple;
Pull Request -
State: closed - Opened by Will-1-Am about 3 years ago
Labels: hacktoberfest-accepted
#23 - Refactor the font modifier to something more simple;
Pull Request -
State: closed - Opened by Will-1-Am about 3 years ago
Labels: hacktoberfest-accepted
#22 - Refactor the contents of GeometryReader to reduce the code complexity…
Pull Request -
State: closed - Opened by Will-1-Am about 3 years ago
Labels: hacktoberfest-accepted
#22 - Refactor the contents of GeometryReader to reduce the code complexity…
Pull Request -
State: closed - Opened by Will-1-Am about 3 years ago
Labels: hacktoberfest-accepted
#21 - Create a control panel of drawing constants to get rid of magic numbers
Pull Request -
State: closed - Opened by Will-1-Am about 3 years ago
Labels: hacktoberfest-accepted
#21 - Create a control panel of drawing constants to get rid of magic numbers
Pull Request -
State: closed - Opened by Will-1-Am about 3 years ago
Labels: hacktoberfest-accepted
#20 - Wrap the CardView ZStack with a GeometryReader view that will offer t…
Pull Request -
State: closed - Opened by Will-1-Am about 3 years ago
Labels: hacktoberfest-accepted
#20 - Wrap the CardView ZStack with a GeometryReader view that will offer t…
Pull Request -
State: closed - Opened by Will-1-Am about 3 years ago
Labels: hacktoberfest-accepted
#19 - Make the UI reactive by adding conformance to the ObservableObject pr…
Pull Request -
State: closed - Opened by Will-1-Am about 3 years ago
Labels: hacktoberfest-accepted
#19 - Make the UI reactive by adding conformance to the ObservableObject pr…
Pull Request -
State: closed - Opened by Will-1-Am about 3 years ago
Labels: hacktoberfest-accepted
#18 - Prefix the choose(card:) method declaration with the mutating keyword…
Pull Request -
State: closed - Opened by Will-1-Am about 3 years ago
Labels: hacktoberfest-accepted
#17 - 03 lecture
Pull Request -
State: closed - Opened by Will-1-Am about 3 years ago
Labels: hacktoberfest-accepted
#17 - 03 lecture
Pull Request -
State: closed - Opened by Will-1-Am about 3 years ago
Labels: hacktoberfest-accepted
#16 - Add a new element to the emojis array and let the size of the emojis …
Pull Request -
State: closed - Opened by Will-1-Am about 3 years ago
Labels: hacktoberfest-accepted
#16 - Add a new element to the emojis array and let the size of the emojis …
Pull Request -
State: closed - Opened by Will-1-Am about 3 years ago
Labels: hacktoberfest-accepted
#15 - Add onTapGesture to CardView to activate an intent;
Pull Request -
State: closed - Opened by Will-1-Am about 3 years ago
Labels: hacktoberfest-accepted
#14 - Add default values to the Card struct to cleanup the Card creation co…
Pull Request -
State: closed - Opened by Will-1-Am about 3 years ago
Labels: hacktoberfest-accepted
#13 - 02 lecture
Pull Request -
State: closed - Opened by Will-1-Am about 3 years ago
Labels: hacktoberfest-accepted
#12 - Add a viewModel property to use the model data in ContentView;
Pull Request -
State: closed - Opened by Will-1-Am about 3 years ago
Labels: hacktoberfest-accepted
#12 - Add a viewModel property to use the model data in ContentView;
Pull Request -
State: closed - Opened by Will-1-Am about 3 years ago
Labels: hacktoberfest-accepted
#11 - 02 lecture
Pull Request -
State: closed - Opened by Will-1-Am about 3 years ago
Labels: hacktoberfest-accepted
#11 - 02 lecture
Pull Request -
State: closed - Opened by Will-1-Am about 3 years ago
Labels: hacktoberfest-accepted
#10 - Add createCardContent(pairIndex:) as a global function on a temporary…
Pull Request -
State: closed - Opened by Will-1-Am about 3 years ago
Labels: hacktoberfest-accepted
#9 - Add a content constant to the MemoryGame initialiser that calls a car…
Pull Request -
State: closed - Opened by Will-1-Am about 3 years ago
Labels: hacktoberfest-accepted
#8 - 02 lecture
Pull Request -
State: closed - Opened by Will-1-Am about 3 years ago
Labels: hacktoberfest-accepted
#7 - Update the MemoryGame declaration to include the CardContent "don't c…
Pull Request -
State: closed - Opened by Will-1-Am about 3 years ago
Labels: hacktoberfest-accepted
#6 - Add a new Swift file to the project and name it MemoryGame;
Pull Request -
State: closed - Opened by Will-1-Am about 3 years ago
Labels: hacktoberfest-accepted
#5 - 01 lecture
Pull Request -
State: closed - Opened by Will-1-Am about 3 years ago
Labels: hacktoberfest-accepted
#4 - 01 lecture
Pull Request -
State: closed - Opened by Will-1-Am about 3 years ago
Labels: hacktoberfest-accepted
#3 - Update README & .gitignore
Pull Request -
State: closed - Opened by Will-1-Am about 3 years ago
#2 - Create a new CardView struct to contain the layered face up card view;
Pull Request -
State: closed - Opened by Will-1-Am about 3 years ago
Labels: hacktoberfest-accepted
#1 - 01 lecture
Pull Request -
State: closed - Opened by Will-1-Am about 3 years ago