Skip to content

biodiversitydata-se/biocollect

 
 

Repository files navigation

Biocollect

Build status

Master branch

Travis Build

Dev branch

Travis Build

About

This repo is a fork of the fieldcapture-hubs repo where the plugin has been promoted to become the host app. From the moment of creation of this repo Biocollect and Merit will go separate ways.

The resulting project has been significantly refactored. All the MERIT inherited server side code base is now under the package name au.org.ala.biocollect.merit. It would be convenient to organically remove all the code that we won't be using in biocollect.

New server side classes that are custom to Biocollect should be under the package name au.org.ala.biocollect

General Information

Technologies

  • Grails framework: 3.3.11
  • Java 8
  • Knockout JS
  • JQuery
  • Gradle

Development Setup

Running Javascript automatic tests

  • Executing the tests requires node.js
  • It is recommended to install the Intellij node.js and karma plugins.
  • To install the test dependencies, run the following command in the repo root folder:
  npm install
  • After that you can run the test directly from Intellij by right-clicking on the karma.conf.js file.

Packages

No packages published

Languages

  • Groovy 60.0%
  • JavaScript 30.6%
  • CSS 4.6%
  • Less 3.6%
  • HTML 0.5%
  • SCSS 0.4%
  • Other 0.3%