-
Notifications
You must be signed in to change notification settings - Fork 127
Update readme.md , move service details to docs dir, add logo, add faq #25
Conversation
1096451
to
81bbd67
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great. Thanks, @nomthysmylz!
README.md
Outdated
|
||
## Queries handled | ||
This is a sample Scala auction site using the Lagom Framework. A java version of the auction site is also available [here](https://github.com/lagom/online-auction-java) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"There's also a java version of this sample app available."
I prefer not using the word 'here' for linking.
* **getItem** - Gets an item by an ID. | ||
* **getItemsForUser** - Gets a list of items in a provided status that are owned by a given user. | ||
## Getting started | ||
To get started make sure you have sbt and git installed on your system. You will also need an active internet connection. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
README.md
Outdated
|
||
## Queries handled | ||
We recommend using a decent machine and having at least 8GB of RAM for development. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Either specify the machine we recommend or avoid vague statement like decent.
Feel free to remove the System requirements
section if you are unfamiliar with the minimum requirements now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed it
README.md
Outdated
|
||
## Events emitted | ||
For a simple, gentler, introduction to Lagom, have a look at the [Hello World Tutorial](http://www.lagomframework.com/documentation/1.3.x/scala/GettingStarted.html) in the docs. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello World is not a tutorial but a Gitter8 seed. This statement could confuse users making them think there's more when they click on the link than what there really is.
README.md
Outdated
|
||
## Commands handled | ||
If you have any troubles and need help, feel free to ask in the [Gitter channel](https://gitter.im/lagom/lagom) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
## Events emitted | ||
|
||
* **AuctionStarted** (public) - When the auction is started, in response to **startAuction**. | ||
* **ItemUpdated** (private) - When user editable fields on an item are updated in response to **createItem**. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this page copy paster from the online-auction-java
?
Note to self: I'm not sure the scala version currently complies with this docs. We'll have to review later... Since the Edit Item
feature is being worked on in a separate PR we can review this docs when the feature is complete.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmmm.... I had use ItemEvent.scala#L13 as my reference and the event is listed in the current README.md
README.md
Outdated
@@ -1,135 +1,61 @@ | |||
# Auction system | |||
[![Lagom](docs/logo.png)](https://github.com/lagom/lagom) | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
logo looks great but too big IMHO.
Please resize to half or less. See https://gist.github.com/uupaa/f77d2bcf4dc7a294d109
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed this made it 50% of window size
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is looking great. I'd like @rstento to have a look at the main page (readme.md) when @nomthysmylz considers this mergeable.
3f5a8ee
to
c1feb66
Compare
@ignasi35 made changes |
Is this the only documentation on using online auction? If it is, I think
it should include a description of what to expect when you run it, and how
to use it, create items, bids, etc. If that exists elsewhere, the readme
should link to it.
…On Sun, Mar 5, 2017 at 11:36 PM, Tim Moore ***@***.***> wrote:
@TimMoore <https://github.com/TimMoore> requested your review on:
lagom/online-auction-scala#25
<#25> Update readme.md
, move service details to docs dir, add logo, add faq.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#25 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AV1DexjOOM0GnvWevDhLsDUcvTFx1Rkvks5ri5tDgaJpZM4MLIQO>
.
--
Ruth Stento
User Experience Lead
Lightbend
512-818-6459
<http://lightbend.com>
|
@rstento are you OK with merging this pull request as is and then adding usage documentation in a separate, future one? We would also need to add it to the Java version. |
absolutely, we can further enhance in the future.
…On Tue, Mar 7, 2017 at 9:39 PM, Tim Moore ***@***.***> wrote:
@rstento <https://github.com/rstento> are you OK with merging this pull
request as is and then adding usage documentation in a separate, future one?
We would also need to add it to the Java version.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#25 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AV1De4TSx2stjNOdI1j8FNAZEwZVoeUtks5rjiLYgaJpZM4MLIQO>
.
--
Ruth Stento
User Experience Lead
Lightbend
512-818-6459
<http://lightbend.com>
|
|
||
System architecture: | ||
[![Gitter](https://img.shields.io/gitter/room/gitterHQ/gitter.svg)](https://gitter.im/lagom/lagom?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [<img src="https://img.shields.io/travis/lagom/lagom.svg"/>](https://travis-ci.org/lagom/lagom) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now that we have a Travis CI build for this project, it probably makes sense to use the badge for that build rather than the main lagom/lagom
one https://travis-ci.org/lagom/online-auction-scala
I'll go ahead and merge this now, but if you'd like to update the Travis CI badge in a separate pull request, that would be a great next step. Thanks! |
Addresses #20 and #24
Possible additions are: