Evrakİşim (MyPaperWork) is an online crowdsourced search engine which allows users to know the steps required to retrieve some official document from start to end. It achieves this by storing a graph of dependencies of official documents, sorts them topologically and displays them to the user.
This is the frontend repository.
You can check out:
- Details of the hackathon can be found in Pisano Hackathon Website
- If that link is broken or changed check it out from Archive.is backup of Pisano Hackathon Website
4 developers:
- Halit Ozsoy aka corupta as React Native Developer
- Mehdi Saffar as React Developer
- Nazmican Çalık as Express (Node.js) Developer
- Kemal Tulum as Project Coordinator/Designer, Angular Developer
Search for a document, the app lists you how to get it step by step topologically sorted, considering other document dependencies.
You can navigate to other documents' pages and add & view comments to each document
In order to get a passport, you will need your citizenship card, deposit for paying passport fee, etc. And to get deposit for paying passport, you will need your citizenship card, your photo, and some money. And to get citizenship card, you need your photo.
In that case, when you search for how to get a passport. Listed steps are:
- Photo (Document)
- Pay for citizenship card (Action)
- Citizenship Card (Document)
- Pay for passport fee (Action)
- Deposit for Paying Passport Fee (Document)
- Apply for passport (Action)
- Passport (Document)
The frontend was initially created with create-react-app then changed to include CSS Modules.
Uses mobx reactive state management framework.