-
Notifications
You must be signed in to change notification settings - Fork 4
/
app.properties
106 lines (86 loc) · 2.78 KB
/
app.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
# =========================================================================
# this is a simple properties file
# meant to curate important meta data
# about what a team is building
#
# each entry should have a single value
# or a list of comma separated values
#
# this file can be filled incrementally
# since fields like app.urls (links to the deployed solutions)
# might not have been created right now, so you can leave that
# entry blank till the value is available
#
# the file should be at the root of a repo and should be in all repos
# =========================================================================
# about the product
# =================
# name of the product
name:farmhub
# what SDG goal(s) does
# the product solve. this
# should be the SDG goal number
sdgs:2
# name (not link) of repo
repos:BuildForSDG/team-010-frontend
# URL(s) to the deplyed
# app for the solution
# e.g frontend UI app pr backend API
app.urls:https://staged-team-010-frontend.herokuapp.com/
# URL(s) to the Codacy
# dashbaord for this repo
# e.g https://app.codacy.com/gh/BuildForSDG/farmify-frontend/dashboard
codacy.urls: https://app.codacy.com/gh/BuildForSDG/Team-010-Frontend/dashboard
travis.urls: https://travis-ci.com/github/BuildForSDG/team-010-frontend
coveralls.urls: https://coveralls.io/builds/30956094
# YES if the solution
# is solving for COVID-19
# otherwise, NO
app.forCOVID19: YES
# what industries
# does this solution
# or its problem statement fall
# under, e.g Agriculture
# pick from this list : https://www.opensecrets.org/industries/alphalist.php
app.industries:Agriculture
# about the codebase
# ==================
# what are the major
# coding languages used
# to create the solution
code.languages:Javascript, Es6
# what are the major
# frameworks and libraries
# used to create the solution
code.frameworks:node.js, express.js, react.js
# what Facebook open source framework
# library, tool, or platform API
# is the codebase using
code.opensource.facebook:react.js, jest.js
# If the team created something
# as a by-product of building the
# product, and that something is now
# open shource, pls list them
code.opensource.contributions:
# about the team
# ==============
# name of the team
team.name:team-010
project.team.members:Enang favor, Samson Samuel, Amaitari Hezekiah Phillips, Ezeoke Chidera, Johnbull Gibson, Mark Folorunso Oluwaseun, Olatun Bosun, Orim Dominic, Rosak Agbolade Adeyini, Sunday Nwoye
# github username
# of the team's TTL(s)
team.ttls:RuthChisom
# github username
# of the team's mentor(s)
team.mentors:JohnMadakin
# name of the team's
# Slack channel in the
# BuildforSDG Slack
# workspace
team.slackchannel:team-010
# == DO NOT EDIT ==
# about the program
# =================
program.cohort:1
program.name:BuildforSDG
program.community:https://github.com/BuildForSDG