GithubHelp home page GithubHelp logo

adflix's Introduction

Adflix

  • Link shortener by kadoklabs llc.

adflix's People

Contributors

kadirgun avatar okanfidan avatar

Watchers

 avatar

adflix's Issues

User Modelinde api ile veriyi sunarken gizlenmesi gerekenler

Api'de "/accounts" dizinine istek atarken, aşağıda ki field'ler response'de sunulmaması gerekiyor;

  • id
  • email_verified_at
  • status
  • updated_at

token ile işlem yaptığımız için, id'ye gerek yok. Date field'lerinde sadece created_at kalması lazım çünkü front-end kısmında, kayıt tarihini kullanıcıya göstermek isteyebiliriz.

Issue'yi kapatmadan önce, yorum olarak ilgili commit'in linkini belirtin.

Publisher menü elemeanları db'den çekilecek.

Publisher kısmında

  • Main menü
    • Submenu

şeklinde bir menü yapısı olacak ve menülerin hrefleri olacak. Menüler'in api tarafından çıktısı şu şekilde olmalıdır;
Order sistemi olacak. Bu şekilde admin panel'de sıralamayı değiştirebileceğiz. Hem main linkler arası order hemde alt linklerin kendi arasında orderi olmalı.

[
  { label: 'Dashboard', icon: 'gauge', link: '/' },
  {
    label: 'Market news',
    icon: IconNotes,
    links: [
      { label: 'Overview', link: '/' },
      { label: 'Forecasts', link: '/' },
      { label: 'Outlook', link: '/' },
      { label: 'Real time', link: '/' },
    ],
  },
  {
    label: 'Releases',
    icon: IconCalendarStats,
    links: [
      { label: 'Upcoming releases', link: '/' },
      { label: 'Previous releases', link: '/' },
      { label: 'Releases schedule', link: '/' },
    ],
  },
  { label: 'Analytics', icon: IconPresentationAnalytics, link: '/' },
  { label: 'Contracts', icon: IconFileAnalytics, link: '/' },
  { label: 'Settings', icon: IconAdjustments, link: '/' },
  {
    label: 'Security',
    icon: IconLock,
    links: [
      { label: 'Enable 2FA', link: '/' },
      { label: 'Change password', link: '/' },
      { label: 'Recovery codes', link: '/' },
    ],
  },
]

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.