Open Issues Need Help
View All on GitHubAI Summary: Enhance the project's README.md file by adding a screenshot of the dashboard UI and optionally, a short demo video showcasing key functionalities. Improve the setup instructions for clarity if necessary. This will improve the project's credibility and attract more contributors.
An open-source hospital OS for local clinics. Offline-first. Built for impact.
AI Summary: Develop a complete inventory module for an offline-first hospital operating system. This involves creating backend API endpoints (CRUD operations) using FastAPI, defining database schemas and models, and building a frontend interface (add item form and item list table) using Next.js and Tailwind CSS. The frontend should be minimally styled and consistent with the existing design.
An open-source hospital OS for local clinics. Offline-first. Built for impact.
AI Summary: Develop a complete billing module for a hospital operating system, including both frontend and backend components. The backend requires creating a Pydantic schema for bills, adding API routes, and potentially a SQLAlchemy model. The frontend needs a form for creating bills (BillForm.tsx) and a table to list existing bills (BillList.tsx), referencing existing patient modules for structure.
An open-source hospital OS for local clinics. Offline-first. Built for impact.