Skip to content
This repository has been archived by the owner on May 9, 2019. It is now read-only.

Update readme.md , move service details to docs dir, add logo, add faq #25

Merged
merged 1 commit into from
Mar 8, 2017

Conversation

nomthy
Copy link

@nomthy nomthy commented Feb 24, 2017

Addresses #20 and #24

  • Moved docs under one directory
  • Added a FAQ section
  • Added link to lagom gitter chat page
  • Added link to Lagom git repository
  • Added link to Lagom hello world tutorial

Possible additions are:

  • Screenshots or animated gif showing the auction site in use

@nomthy nomthy force-pushed the update-readme.md branch 3 times, most recently from 1096451 to 81bbd67 Compare February 25, 2017 15:52
@nomthy nomthy changed the title WIP: README.md overhaul Update readme.md , move service details to docs dir, add logo, add faq Feb 25, 2017
@nomthy
Copy link
Author

nomthy commented Feb 25, 2017

@TimMoore @ignasi35 Made changes. Please review

Copy link

@TimMoore TimMoore left a 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!

@TimMoore TimMoore requested a review from ignasi35 February 27, 2017 00:52
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)
Copy link
Contributor

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.
Copy link
Contributor

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.
Copy link
Contributor

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.

Copy link
Author

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.
Copy link
Contributor

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)
Copy link
Contributor

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**.
Copy link
Contributor

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.

Copy link
Author

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)

Copy link
Contributor

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

Copy link
Author

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

Copy link
Contributor

@ignasi35 ignasi35 left a 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.

@nomthy nomthy force-pushed the update-readme.md branch 6 times, most recently from 3f5a8ee to c1feb66 Compare March 1, 2017 10:02
@nomthy nomthy force-pushed the update-readme.md branch from c1feb66 to a6d2987 Compare March 1, 2017 10:04
@nomthy
Copy link
Author

nomthy commented Mar 1, 2017

@ignasi35 made changes

@TimMoore TimMoore requested a review from rstento March 6, 2017 05:36
@rstento
Copy link

rstento commented Mar 6, 2017 via email

@TimMoore
Copy link

TimMoore commented Mar 8, 2017

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

@rstento
Copy link

rstento commented Mar 8, 2017 via email


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)
Copy link

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

@TimMoore
Copy link

TimMoore commented Mar 8, 2017

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!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

4 participants