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

Feature/conference stubs 16 #17

Merged
merged 2 commits into from
Feb 7, 2015
Merged

Conversation

chenry
Copy link
Contributor

@chenry chenry commented Feb 7, 2015

This pull request fulfills #16

Specifically, there is now an endpoint /conference that will retrieve a mock list of conference view objects with their associated location.

This can be tested by bringing up the application and hitting the /conference url. This only does a GET. POST, UPDATE and DELETE operations are not yet supported.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 0.0% when pulling 1a1639b on feature/conference_stubs_16 into a00b4d8 on develop.

@mccrackend
Copy link
Contributor

Builds, runs, spits out lots of stub. LGTM.

One thing we should try to address in a future PR is the outbound DateTime format. I'll create an issue to discuss that proposal.
eg. 2012-04-23T18:25:43
Source

@@ -4,7 +4,7 @@
import org.springframework.boot.autoconfigure.EnableAutoConfiguration;
import org.springframework.context.annotation.ComponentScan;

@ComponentScan
@ComponentScan(basePackages = {"hello", "com.ioextendedgr.web"})
Copy link
Contributor

Choose a reason for hiding this comment

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

Can we move this Application.java class out of this /hello/ package?

Copy link
Contributor

Choose a reason for hiding this comment

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

Nevermind. I already created an issue to do all this cleanup..

mccrackend added a commit that referenced this pull request Feb 7, 2015
…onference_stubs_16

Feature/conference stubs 16
@mccrackend mccrackend merged commit 9ff7600 into develop Feb 7, 2015
@mccrackend mccrackend deleted the feature/conference_stubs_16 branch February 7, 2015 22:38
@chenry
Copy link
Contributor Author

chenry commented Feb 8, 2015

@mccrackend When you merged this in and brought the branch back, was there something missing that you were looking for as to not close out the #16 ?

@mccrackend
Copy link
Contributor

Weird. Not sure why it didn't auto close the issue - i thought it normally did that.

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.

None yet

3 participants