tania-core
Tania is a farm management software for the hobbyist and smallholder farmer.
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (15.4%) to scientific vocabulary
Keywords
Keywords from Contributors
Repository
Tania is a farm management software for the hobbyist and smallholder farmer.
Basic Info
- Host: GitHub
- Owner: usetania
- License: apache-2.0
- Language: Go
- Default Branch: 2.0-dev
- Homepage: https://usetania.org
- Size: 21.5 MB
Statistics
- Stars: 802
- Watchers: 33
- Forks: 164
- Open Issues: 34
- Releases: 6
Topics
Metadata Files
README.md
Warning
This is the development branch of Tania. Changes can occur nightly. If you need the stable branch you can checkout the master branch.
Roadmap
You can check the roadmap in Tania's GitHub project.
Tania is a free and open source farm management software. You can manage your farm areas, farm reservoirs, farm tasks, inventories, and the crop growing progress. It is designed for any type of farms.
Download Tania for Windows x64 and Linux x64 on the release page.
Getting Started
This software is built with Go programming language. It means you will get an executable binary to run on your machine. You don't need extra software like MAMP, XAMPP, or WAMP to run Tania, but you may need MySQL database if you choose to use it instead of SQLite (the default database.)
If your OS is not listed on our releases page, you have to build Tania for your OS by yourself. You can follow our instructions to build Tania.
Prerequisites
Building Instructions
THIS DOCUMENTATION WILL BE UPDATED LATER
We are in the progress of building the new frontend application.
Database Engine
Tania uses SQLite as the default database engine. You may use MySQL as your database engine by replacing sqlite with mysql at tania_persistence_engine field in your backend/conf.json.
{
"app_port": "8080",
"tania_persistence_engine": "sqlite",
"demo_mode": true,
"upload_path_area": "uploads/areas",
"upload_path_crop": "uploads/crops",
"sqlite_path": "db/sqlite/tania.db",
"mysql_host": "127.0.0.1",
"mysql_port": "3306",
"mysql_dbname": "tania",
"mysql_user": "root",
"mysql_password": "root",
"redirect_uri": [
"http://localhost:8080",
"http://127.0.0.1:8080"
],
"client_id": "f0ece679-3f53-463e-b624-73e83049d6ac"
}
Run The Test
Use go test ./... inside the backend folder to run all the Go tests.
REST APIs
Tania have REST APIs to easily integrate with any softwares, even you can build a mobile app client for it. You can import the JSON file inside Postman directory to Postman app.
Contributing to Tania
We welcome contributions, but request you to follow these guidelines.
Localisation
You can help us to localise Tania into your language by following these steps:
- Copy
frontend/languages/template.potand paste it tofrontend/languages/localedirectory. - Rename it with your language locale code e.g:
en_AU.po,de_DE.po, etc. - Fill
msgstrkey with your translation. You can edit the.pofile by using text editor or PO Edit software. - Pull request your translation to the
masterbranch.
Build Tania localisation by yourself
THIS DOCUMENTATION WILL BE UPDATED LATER
We are in the progress of building the new frontend application.
Then follow the instruction to build Tania.
Support Us
We will move from OpenCollective to GitHub sponsorship. Thank you for all your donation in OpenCollective.
Contributors
This project exists thanks to all the people who contribute.
Backers
Copyright and License
Copyright to Tania and other contributors under Apache 2.0 open source license.
Owner
- Name: Tania
- Login: usetania
- Kind: organization
- Location: Estonia
- Website: https://usetania.org
- Repositories: 4
- Profile: https://github.com/usetania
Farm management software for the hobbyist and smallholder farmer.
GitHub Events
Total
- Issues event: 4
- Watch event: 44
- Issue comment event: 1
- Fork event: 6
Last Year
- Issues event: 4
- Watch event: 44
- Issue comment event: 1
- Fork event: 6
Committers
Last synced: 6 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Adhatama | a****a@g****m | 457 |
| Kerwin Jorbina | k****a@g****m | 238 |
| Geraldine Granada | g****a@g****m | 106 |
| Asep Bagja Priandana | b****z@g****m | 101 |
| Pablo Jiménez Pascual | p****o@j****e | 52 |
| dependabot[bot] | 4****] | 48 |
| Purwandi | f****0@g****m | 45 |
| Yasin Junet | y****e@g****m | 24 |
| retnoika | s****a@g****m | 24 |
| Didiet Noor | l****a@g****m | 23 |
| Sucipto | c****p@p****m | 5 |
| harkce | h****t@g****m | 2 |
| kosnick | k****x@g****m | 2 |
| Dzung Do | d****o@o****n | 1 |
| Jhonatas Mendes | 5****s | 1 |
| Joko Susilo | s****8@g****m | 1 |
| deepsource-autofix[bot] | 6****] | 1 |
| joelschutz | 4****z | 1 |
| trendspotter | t****r | 1 |
| wotnak | 5****k | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 16
- Total pull requests: 98
- Average time to close issues: 13 days
- Average time to close pull requests: 8 days
- Total issue authors: 9
- Total pull request authors: 4
- Average comments per issue: 1.5
- Average comments per pull request: 0.62
- Merged pull requests: 29
- Bot issues: 0
- Bot pull requests: 95
Past Year
- Issues: 5
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 2
- Pull request authors: 0
- Average comments per issue: 0.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- rmsonge (4)
- mmafrar (2)
- bepitulaz (2)
- 26Jon (2)
- poVoq (1)
- leogaggl (1)
- jhonatas-mendes (1)
- pimar57 (1)
- dvn0 (1)
Pull Request Authors
- dependabot[bot] (94)
- saosangmo (2)
- bepitulaz (1)
- pablojimpas (1)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- github.com/asaskevich/EventBus v0.0.0-20200907212545-49d423059eef
- github.com/fsnotify/fsnotify v1.5.1
- github.com/go-sql-driver/mysql v1.6.0
- github.com/gofrs/uuid v4.0.0+incompatible
- github.com/labstack/echo/v4 v4.5.0
- github.com/labstack/gommon v0.3.0
- github.com/mattn/go-colorable v0.1.8
- github.com/mattn/go-isatty v0.0.13
- github.com/mattn/go-sqlite3 v1.14.8
- github.com/mitchellh/mapstructure v1.4.1
- github.com/pariz/gountries v0.0.0-20200430155801-1c6a393df9c7
- github.com/sasha-s/go-deadlock v0.3.1
- github.com/sirupsen/logrus v1.8.1
- github.com/spf13/cast v1.4.1
- github.com/spf13/pflag v1.0.5
- github.com/spf13/viper v1.8.1
- github.com/stretchr/objx v0.3.0
- github.com/stretchr/testify v1.7.0
- golang.org/x/crypto v0.0.0-20210817164053-32db794688a5
- golang.org/x/net v0.0.0-20210825183410-e898025ed96a
- golang.org/x/sys v0.0.0-20210823070655-63515b42dcdf
- golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b
- golang.org/x/text v0.3.7
- golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
- gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
- 600 dependencies
- 287 dependencies
- @types/node ^17.0.19 development
- @types/react 17.0.19 development
- eslint 7.32.0 development
- eslint-config-next 11.1.2 development
- typescript 4.4.2 development
- @fortawesome/fontawesome-svg-core ^1.2.36
- bootstrap ^5.1.0
- next ^12.1.0
- react ^17.0.2
- react-bootstrap ^2.0.0-beta.6
- react-dom ^17.0.2
- react-icons ^4.2.0
- sass ^1.39.0
- actions/checkout v3 composite
- github/codeql-action/analyze v2 composite
- github/codeql-action/autobuild v2 composite
- github/codeql-action/init v2 composite
- actions/checkout v3 composite
- golangci/golangci-lint-action v3 composite