generated from BuildForSDGCohort2/TAU
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathapp.properties
108 lines (87 loc) · 2.47 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
107
108
# =========================================================================
# 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:Bloodbank manager
# what SDG goal(s) does
# the product solve. this
# should be the SDG goal number
sdgs:3
# name (not link) of repo
repos:
# URL(s) to the deplyed
# app for the solution
# e.g frontend UI app pr backend API
app.urls:
# URL to the Codacy
# dashbaord for this repo
# e.g https://app.codacy.com/gh/BuildForSDG/farmify-frontend/dashboard
codacy.url:
# Generate a project token for this repo
# in the Codacy dashboard, and put it here
# See: https://support.codacy.com/hc/en-us/articles/207994675-Project-API
codacy.project.token:
# 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:Health
# about the codebase
# ==================
# what are the major
# coding languages used
# to create the solution
code.languages:php
# what are the major
# frameworks and libraries
# used to create the solution
code.frameworks:symfony
# 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-1435
# github username
# of the team's TTL(s)
team.ttls:enigma972
# github username
# of the team's mentor(s)
team.mentors:ann-mukundi
# name of the team's
# Slack channel in the
# BuildforSDG Slack
# workspace
team.slackchannel:team-1435
# == DO NOT EDIT ==
# about the program
# =================
program.cohort:2
program.name:BuildForSDGCohort2
program.community:https://github.com/BuildForSDGCohort2