Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release: v0.1.3 #70

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .holo/branches/helm-chart/_balancer.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[holomapping]
root = "helm-chart"
files = "**"
2 changes: 2 additions & 0 deletions .holo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[holospace]
name = "balancer"
2 changes: 1 addition & 1 deletion frontend/src/components/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ function Footer() {
</div>
</div>
<div className="flex justify-center rounded px-4 py-2 ">
© 2023 Balancer. All rights reserved.
© 2024 Balancer. All rights reserved.
</div>
</footer>
</div>
Expand Down
12 changes: 6 additions & 6 deletions frontend/src/pages/About/About.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ function About() {
<div className="text-3xl font-bold mt-20">Our mission</div>
<div className="flex flex-col justify-between w-full">
<div className="text-lg mt-8 text-gray-500">
Bipolar disorder affects approximately 5.7 million adult Americans
<a href="https://www.dbsalliance.org/education/bipolar-disorder/bipolar-disorder-statistics/" className="underline" target="_blank"> every year</a>.
Delays in the correct diagnosis and proper treatment of bipolar disorder may result in social, occupational, and economic burdens, as well as
<a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2796048/" className="underline" target="_blank"> an increase in completed suicides</a>.
Bipolar disorder affects approximately 5.7 million adult Americans {' '}
<a href="https://www.dbsalliance.org/education/bipolar-disorder/bipolar-disorder-statistics/" className="underline" target="_blank">every year</a>.
Delays in the correct diagnosis and proper treatment of bipolar disorder may result in social, occupational, and economic burdens, as well as {' '}
<a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2796048/" className="underline" target="_blank">an increase in completed suicides</a>.
</div>
<div className="text-lg mt-5 text-gray-500">
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.
Expand All @@ -53,8 +53,8 @@ function About() {
<div className="text-3xl font-bold">Support Us</div>
<div className="text-lg mt-5 pr-56 pl-56 text-gray-500 flex flex-col items-center justify-center text-center">
<div className="text-xl font-bold">
Balancer is a not-for-profit, civic-minded, open-source project sponsored by
<a href="https://codeforphilly.org/" className="underline" target="_blank"> Code for Philly</a>.
Balancer is a not-for-profit, civic-minded, open-source project sponsored by {' '}
<a href="https://codeforphilly.org/" className="underline" target="_blank">Code for Philly</a>.
</div>
<div className="mt-5">
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.
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/pages/Feedback/Feedback.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function Feedback() {
<h2 className="desc">Feedback</h2>
<p className="mx-auto mt-5 hidden
max-w-[100%] text-center font-satoshi text-log text-gray-400 sm:text-x; md:block">
Leave Feedback for the Balancer Team.
Leave feedback for the Balancer Team.
</p>
<FeedbackForm />
</div>
Expand Down
4 changes: 2 additions & 2 deletions frontend/src/pages/Feedback/FeedbackForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ const FeedbackForm = () => {
className="block text-sm font-medium leading-6 text-gray-900"
htmlFor="psychotic-no"
>
Bug
Issue
</label>
<input
id="general-improvements"
Expand All @@ -213,7 +213,7 @@ const FeedbackForm = () => {
className="block text-sm font-medium leading-6 text-gray-900"
htmlFor="psychotic-no"
>
General Improvements
General Feedback
</label>
</div>
</dd>
Expand Down
13 changes: 13 additions & 0 deletions server/env.dev
Original file line number Diff line number Diff line change
@@ -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=
Loading