Coder Social home page Coder Social logo

easygraph's Introduction

EasyGraph

EasyGraph uygulaması hızlı graphql queryleri oluşturup çıktılarını alabildiğimiz basit bir tool olarak adlandırabiliriz.

  • Query görüntüleme
  • Mutation görüntüleme
  • Query veya mutation altında olabilen type'ları görüntüleme ve seçme

işlemlerini yapmaktadır.

Gereksinimler

  • React kütüphanesi kullanılarak geliştirilmiş ui uygulaması
  • Graphql ile tasarlanmış Node.js API uygulaması

API

Database schema

User: {
    id: ID,
    name: String,
    surname: String,
    email: String,
}

Position: {
    id: ID,
    name: String,
    status: Boolean,
}

Match: {
    id: ID,
    user: ID,
    position: ID,
    score: Int
}

Yukarıda verilen database şemasına göre aşağıdaki graphql cevabının gelmesi beklenir.

Graphql response

"match": {
    "score": 100,
    "position": {
        "name": "Good position",
        "status": true,
    },
    "user": {
        "fullname": "Aaron Swartz"
        "email": "[email protected]"

    }
}

Frontend

React application

Signup A (1)

EasyGraph uygulamasında query ve mutation'ların görüntülendiği alan vardır. (bu durum için mutation gerekmez.) Görüntülenen her query ve altındaki field için birer checkbox bulunur. Eğer ana type altındaki herhangi bir type'ın subfield'ları var ise o fieldlar da seçilebilir. Generate butonuna tıklandığı durumda sağ tarafta text olarak easyGraph hazır! volia 🎉

Kaynaklar

Adımlar

  • Bu repo forklanır
  • develop branch'i 'içerisinde geliştirme yapılır.
  • EasyGraph hazır olduğunda https://github.com/TalentGrid-io/easygraph reposuna pull request açılır.
  • Açılan PR üzerinden teknik görüşme
  • Teknik ekip ile tanışma
  • CEO ile tanışma
  • Merge 🍻

Açıklamalar

  • Hızlı ve daha rahat development ortamı için
    • Json database kullanılabilir.
    • create-react-app ile React uygulaması kurulabilir.
    • express-graphql veya apollo-graphql kullanılabilir.
    • her commit projeye yapılan anlamlı bir eklemedir.
  • Eğer açılan pull request master branch'ine merge edilmişse Tebrikler 🚀 birlikte talentgrid ekosistemini geliştirmeye başladık demektir. Eğer istersen bu easyGraph uygulamasını açık kaynak olarak tüm dünyaya sunabiliriz.

Başarılar 🤜

easygraph's People

Contributors

livacengiz avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.