diff --git a/.holo/branches/helm-chart/_balancer.toml b/.holo/branches/helm-chart/_balancer.toml new file mode 100644 index 00000000..3acdeaee --- /dev/null +++ b/.holo/branches/helm-chart/_balancer.toml @@ -0,0 +1,3 @@ +[holomapping] +root = "helm-chart" +files = "**" \ No newline at end of file diff --git a/.holo/config.toml b/.holo/config.toml new file mode 100644 index 00000000..aa3dacf3 --- /dev/null +++ b/.holo/config.toml @@ -0,0 +1,2 @@ +[holospace] +name = "balancer" diff --git a/frontend/src/components/Footer/Footer.tsx b/frontend/src/components/Footer/Footer.tsx index f00f18ec..b194a0d9 100644 --- a/frontend/src/components/Footer/Footer.tsx +++ b/frontend/src/components/Footer/Footer.tsx @@ -64,7 +64,7 @@ function Footer() {
- © 2023 Balancer. All rights reserved. + © 2024 Balancer. All rights reserved.
diff --git a/frontend/src/pages/About/About.tsx b/frontend/src/pages/About/About.tsx index 022001f1..4077eb23 100644 --- a/frontend/src/pages/About/About.tsx +++ b/frontend/src/pages/About/About.tsx @@ -26,10 +26,10 @@ function About() {
Our mission
- Bipolar disorder affects approximately 5.7 million adult Americans - every year. - Delays in the correct diagnosis and proper treatment of bipolar disorder may result in social, occupational, and economic burdens, as well as - an increase in completed suicides. + Bipolar disorder affects approximately 5.7 million adult Americans {' '} + every year. + Delays in the correct diagnosis and proper treatment of bipolar disorder may result in social, occupational, and economic burdens, as well as {' '} + an increase in completed suicides.
The team behind Balancer believes that building a searchable, interactive and user-friendly research tool for bipolar medications has the potential to improve the health and well-being of people with bipolar disorder. @@ -53,8 +53,8 @@ function About() {
Support Us
- Balancer is a not-for-profit, civic-minded, open-source project sponsored by - Code for Philly. + Balancer is a not-for-profit, civic-minded, open-source project sponsored by {' '} + Code for Philly.
We are currently seeking donations to fund the next phase of development. Your contribution will go towards website domains and hosting, helpdesk software and marketing efforts. diff --git a/frontend/src/pages/Feedback/Feedback.tsx b/frontend/src/pages/Feedback/Feedback.tsx index 4497c821..d4e61e40 100644 --- a/frontend/src/pages/Feedback/Feedback.tsx +++ b/frontend/src/pages/Feedback/Feedback.tsx @@ -10,7 +10,7 @@ function Feedback() {

Feedback

- Leave Feedback for the Balancer Team. + Leave feedback for the Balancer Team.

diff --git a/frontend/src/pages/Feedback/FeedbackForm.tsx b/frontend/src/pages/Feedback/FeedbackForm.tsx index 769cf0c7..fc0348b1 100644 --- a/frontend/src/pages/Feedback/FeedbackForm.tsx +++ b/frontend/src/pages/Feedback/FeedbackForm.tsx @@ -200,7 +200,7 @@ const FeedbackForm = () => { className="block text-sm font-medium leading-6 text-gray-900" htmlFor="psychotic-no" > - Bug + Issue { className="block text-sm font-medium leading-6 text-gray-900" htmlFor="psychotic-no" > - General Improvements + General Feedback
diff --git a/server/env.dev b/server/env.dev new file mode 100644 index 00000000..ba73c9ab --- /dev/null +++ b/server/env.dev @@ -0,0 +1,13 @@ +DEBUG=1 +SECRET_KEY=foo +DJANGO_ALLOWED_HOSTS=localhost 127.0.0.1 [::1] localhost:3000 localhost:8000 0.0.0.0 +SQL_ENGINE=django.db.backends.postgresql +SQL_DATABASE=balancer_dev +SQL_USER=balancer +SQL_PASSWORD=balancer +SQL_HOST=db +SQL_PORT=5432 +DATABASE=postgres +LOGIN_REDIRECT_URL= +OPENAI_API_KEY= +PINECONE_API_KEY= \ No newline at end of file