Skip to content
This repository was archived by the owner on Mar 9, 2021. It is now read-only.

MehdiSaffar/pisano-hackathon-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Evrak İşim (MyPaperWork) Project - (Pisano Hackathon 2018)

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:

Pisano Hackathon

Exbibyte Team

4 developers:

Workflow of App

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

Example Workflow

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:

  1. Photo (Document)
  2. Pay for citizenship card (Action)
  3. Citizenship Card (Document)
  4. Pay for passport fee (Action)
  5. Deposit for Paying Passport Fee (Document)
  6. Apply for passport (Action)
  7. Passport (Document)

Technical Details

The frontend was initially created with create-react-app then changed to include CSS Modules. Uses mobx reactive state management framework.

About

Frontend of Evrakİşim platform - Pisano Hackathon 2018

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors