Health Data Management

The Center for Health and Alcohol Information (CISA) is a non-governmental organization that has been operating for nearly two decades with the aim of expanding the discussion about the alcohol-health relationship.

The Challenge

The goal of CISA is to connect Brazil through data, contributing to the dissemination of scientific knowledge and preventing harmful alcohol use. Therefore, in the context of our partnership, it is essential that promotional information be presented in a visual and educational manner on their platforms

Solution Definition

Based on the understanding of the data to be displayed, the Liven team understood how to optimize the visualization desired by the partner by integrating between the CISA's database and a web platform, seeking the best solution and quality in delivery.

case-poc-dev-second-paragraph

Tech Highlight

  • As the solution involved front-end development, Next.js was used to integrate the database with the website.
  • Through an integration with Google Sheets, the CISA team can update the database with new information that is automatically reflected in the website's charts. Therefore, each year, the team is able to upgrade to the most recent data.
function DynamicChart() {
  const [data, setData] = useState([]);

  useEffect(() => {
    fetch("/api/chart-data")
      .then((res) => res.json())
      .then((data) => setData(data))
      .catch((err) => 
        console.error(`Error fetching data: ${err}`)
      );
  }

  return (
    <div>
      <h1>Dados: </h1>
      <Chart data={data} />
    </div>
  );
}

Project feedback

NPS 100!!
Mariana Thibes

Coordenadora Geral @Cisa

Find out more