8000 GitHub - patadams-company/r3z: A timekeeping application written in Kotlin from scratch
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

patadams-company/r3z

 
 

Repository files navigation

r3z

This is an application by Coveros to demonstrate good software practices. As we say in agile... Working software over comprehensive documentation ... but that doesn't mean we can't have pretty good documentation too.

Quick Start:

  • Install Java if you don't already have it.
  • Make sure you have Chrome
  • Clone or download this repo.
    • If you don't know what "clone" means here, just download it.
    • if you download, unzip the downloaded file to its own directory.
  • On the command line in the project directory:
    • run gradlew alltests to run all the tests
    • run gradlew run to run the server, then open https://localhost:12443/ (it uses a self-signed cert)

Summary:

R3z consists of a web application and tests. Its goals are:

  • To provide an ecosystem suitable for practicing agile engineering
  • To enable research and innovation in valuable development techniques
  • To meet business needs in a capabilities-oriented way, rather than being tool driven or following the more typical big-design-up-front waterfall methods
  • To provide a demonstration of the results of deep agile internally, as well as for clients and partners

Getting started:

Check out the development handbook

Theme

What would happen if you built software in the simplest possible way from scratch?

What if our team held quality sacred?

What if we spent all the necessary time to think things through?

What if we incorporated diverse perspectives?

What if testing drove the design?

If we understand that our software is a reflection of our culture, should we not focus on improving that first?

Summary of relevant Gradle commands

  • gradlew alltests - run all the tests in this code
  • gradlew fasttest - run all the fast tests (unit, integration, API)
  • gradlew uitest - run only the ui tests
  • gradlew jar - build the jar, in build/libs/
  • gradlew run - run the application. Stop with ctrl+c

“A complex system that works is invariably found to have evolved from a simple system that worked. The inverse proposition also appears to be true: A complex system designed from scratch never works and cannot be made to work. You have to start over, beginning with a working simple system.”

-- “Gall’s law” John Gall

If you want to build a ship, don't drum up people to collect wood and don't assign them tasks and work, but rather teach them to long for the endless immensity of the sea.

-- Antoine de Saint-Exupery

About

A timekeeping application written in Kotlin from scratch

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Kotlin 96.0%
  • CSS 3.7%
  • Other 0.3%
0