Coder Social home page Coder Social logo

task-system's Introduction

Laravel Starter Template

task-system's People

Contributors

hassankadhim avatar zal3 avatar hassanhass avatar gruce avatar hmh6a avatar

Stargazers

Manar Naseer avatar  avatar

Watchers

 avatar

task-system's Issues

Search Ui / Backend

Usage:

public $search;
protected $listeners = ['search'];

public function search($value){
  $this->search = $value;
}

commentbel

  • Comments Project CRUD
  • Comments Tasks CRUD

Project CRUD

Project CRUD

  • Create a new Project
  • Editing
  • Search
  • Delete Project
  • Show

:sparkles: **Welcome to GitHub Projects** :sparkles:

We're so excited that you've decided to create a new project! Now that you're here, let's make sure you know how to get the most out of GitHub Projects.

  • Create a new project
  • Give your project a name
  • Press the ? key to see available keyboard shortcuts
  • Add a new column
  • Drag and drop this card to the new column
  • Search for and add issues or PRs to your project
  • Manage automation on columns
  • Archive a card or archive all cards in a column

Home Page

  • احصائيات

  • احصائيات المشاريع المكتملة و غير المكتملة خلال اسبوع شهر سنة .

  • احصائيات المهام المكتملة و غير المكتملة خلال اسبوع شهر سنة .

  • احصائيات نسبة الانجاز لكل مشروع .

  • تصدير البيانات المشاريع اسبوعي شهري سنوي
    يتظمن

  • نسبة لانجاز المشروع بشكل عام

  • نسبة انجاز المهام مع العدد

  • تفاصيل الموضفين في المشروع مثال عدد المهام الموكلة لكل موظف وعدد المكتملة وغير المكتملة

  • جارتارت

Tabs Component Ui

Usage:


protected $listeners = ['updatedSelectedTab'];
public function updatedSelectedTab($value){ $this->selectedTab = $value; }

public function mount(){
        $this->tabs = [__('ui.projects'), __('ui.add')];
        $this->selectedTab = 0;
}


in your blade

@section('header-actions')
@livewire('ui.tabs', ['tabs' => $tabs, 'selectedTab' => $selectedTab])
@endsection

Task CRUD

Task CRUD

  • Create New Task
  • Update Task
  • Delete Task
  • Search task

CRUD Employee

Project CRUD

  • Create a new Employee
  • Editing Employee
  • Delete Employee

Project Export Data

يتظمن

  • نسبة لانجاز المشروع بشكل عام
  • نسبة انجاز المهام مع العدد
  • تفاصيل الموضفين في المشروع مثال عدد المهام الموكلة لكل موظف وعدد المكتملة وغير المكتمل

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.