About This Project
This mobile application is designed to manage the members of Jahanuri, a Korean alternative medicine center located in Seoul. Jahanuri contacted me via email to create a mobile app for both Android and iOS platforms. For this project, I used React-Native, Django, and Graphene.
Technical Sheet
React-Native
Apollo
TypeScript
Styled-Components
Sentry
Django
Graphene
Heroku
What Jahanuri Needs
This application is aimed at Jahanuri's customers and anyone interested in the Jahanuri alternative medicine center. Typically, customers visit the center by appointment to get information. However, due to the COVID-19 situation, Jahanuri decided to develop an application to collect data from customers. The app includes features such as a checklist form, survey form, report form, contact information, and a member application form.
Multi Select
In a few models, I used MultiSelectField from django-multiselectfield to select multiple choices. MultiSelectField is essentially a CharField that stores the selected values as a comma-separated string.
About Colors
Co-founders of Jahanuri, Mrs. Kim Eun-Suk and Mr. Jang Jin-gi, have published a couple of books. They wanted to choose the application's main color from one of theirĀ books' cover.
#F2F2F2
#4A9AA5
Long Term Gains
Through this project, I gained substantial experience with Django Admin and forms, utilizing various types to collect data from Jahanuri's customers. I'm currently learning data visualization techniques to better present customer health information and conditions using graphs and charts. The admin page for Jahanuri is scheduled for an update in September 2020.