generated from BuildForSDG/js-starter
-
Notifications
You must be signed in to change notification settings - Fork 2
/
app.properties
103 lines (83 loc) · 2.4 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
# =========================================================================
# 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: HomStall
# what SDG goal(s) does
# the product solve. this
# should be the SDG goal number
sdgs:2
# name (not link) of repo
repos:Homstall-frontend, Homstall-backend
# URL(s) to the deplyed
# app for the solution
# e.g frontend UI app pr backend API
app.urls:
# 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-019-backend/dashboard
# YES if the solution
# is solving for COVID-19
# otherwise, NO
app.forCOVID19: NO
# 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: Agribuisness
# about the codebase
# ==================
# what are the major
# coding languages used
# to create the solution
code.languages: Javascript
# what are the major
# frameworks and libraries
# used to create the solution
code.frameworks: Express
# what Facebook open source framework
# library, tool, or platform API
# is the codebase using
code.opensource.facebook:
# 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-019
# github username
# of the team's TTL(s)
team.ttls: Daemonicc, soguazu
# github username
# of the team's mentor(s)
team.mentors: valenstical
# name of the team's
# Slack channel in the
# BuildforSDG Slack
# workspace
team.slackchannel:Team-019
# == DO NOT EDIT ==
# about the program
# =================
program.cohort:1
program.name:BuildforSDG
program.community:https://github.com/BuildForSDG