Code Monkey home page Code Monkey logo

jboss-unifiedpush-quickstarts's People

Contributors

cvasilak avatar danielpassos avatar edewit avatar sebastienblanc avatar sgilda avatar tadeaskriz avatar vibe13 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

jboss-unifiedpush-quickstarts's Issues

Review of new mobile quickstarts

  1. Important - The title should begin with the quickstart folder name, followed by a colon, then followed by a very short description. The 'Summary' metadata tag is for the longer description. The jboss website and QS tools use the text before the ':' to figure out the quickstart folder name and I'm not sure they will parse it correctly withe the leading '#'. For example, change the title for the push-contacts-mobile to:

    push-contacts-mobile: Push Contacts Mobile
    =========================== 
    
  2. I find the push-contacts-mobile quickstart README confusing.

  • This folder contains 4 client applications and 2 server applications. I understand one server app is dependent on the other. It is not clear from this page how you build the pieces, what order to do it, or even how to get to the instructions for them. I think it's more the layout of the page and lack of links that's confusing. Maybe adding sections for the 'Server Applications' and 'Client Applications' would help. I will try to come up with something and email it or issue a pull.
  • Is it possible to create a POM file in the root directory of this quickstart that will build all the pieces in the correct order, similar to the way the inter-app quickstart does it in EAP (see https://github.com/jboss-developer/jboss-eap-quickstarts)?
  • The README file for this does not provide any instructions. The quickstart names should be links to the individual quickstart README files.
  1. Instead of using '/path/to/', the other quickstarts use 'QUICKSTART_HOME for the path to the root directory of the quickstarts. For example, In the push-helloworld-android quickstart 'Customize and Build Application', step 1 would be:

    Open `QUICKSTART_HOME/push-helloworld-android/src/org/jboss/aerogear/unifiedpush/helloworld/Constants.java` for editing.
    
  2. Have you run the QS tools checker (mvn -U org.jboss.maven.plugins:qstools:check) against the root directory of this project? I found a number of private API violations and a few README metadata issues. Also found property values issues with the push-contacts-mobile/client/push-contacts-mobile-android/pom.xml file.

  3. If you want to share the script to build README.html from README.md, you need to replace the '```' in the markdown files. The script can't seem to handle that syntax. For example, replace:

For Linux:   EAP_HOME/bin/standalone.sh -Djboss.socket.binding.port-offset=200
For Windows: EAP_HOME\bin\standalone.bat -Djboss.socket.binding.port-offset=200

with

    For Linux:   EAP_HOME/bin/standalone.sh -Djboss.socket.binding.port-offset=200
    For Windows: EAP_HOME\bin\standalone.bat -Djboss.socket.binding.port-offset=200

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.