diff --git a/src/views/BugsAndProblems/data.js b/src/views/BugsAndProblems/data.js index 8383f8e..4722b83 100644 --- a/src/views/BugsAndProblems/data.js +++ b/src/views/BugsAndProblems/data.js @@ -1,164 +1,122 @@ const list = [ { - title: "r", - description: "r", - status: "r", - developer: "r", - }, - { - title: "", - description: "", - status: null, - developer: "", - }, - { - title: "", - description: "", - status: null, - developer: "", - }, - { - title: "", - description: "", - status: null, - developer: "", - }, - { - title: "", - description: "", - status: null, - developer: "", - }, - { - title: "", - description: "", - status: null, - developer: "", - }, - { - title: "", - description: "", - status: null, - developer: "", - }, - { - title: "", - description: "", - status: null, + title: "دسکتاپ - بنر بالای سایت", + description: "گرفتن لیست واقعی بنرها از دیتابیس", + status: 0, developer: "", }, { - title: "", - description: "", - status: null, + title: "دسکتاپ - اسلایدر", + description: "اضافه کردن دکمه های اسلایدر", + status: 0, developer: "", }, { - title: "", - description: "", - status: null, + title: "دسکتاپ - منوی بالای سایت", + description: "فعال سازی جستجو", + status: 0, developer: "", }, { - title: "", - description: "", - status: null, + title: "دسکتاپ - منوی بالای سایت", + description: "تعداد محصولات داخل سبد خرید نمایش داده شود", + status: 0, developer: "", }, { - title: "", - description: "", - status: null, + title: "دسکتاپ - صفحه محصولات ", + description: "فیلتر محصولات کاملا درست شود.", + status: 0, developer: "", }, { - title: "", - description: "", - status: null, + title: "دسکتاپ - صفحه محصول", + description: "خطای اجرای منطق داریم", + status: 0, developer: "", }, { - title: "", - description: "", - status: null, + title: "دسکتاپ - صفحه محصول", + description: "اسلایدر عکس محصول کار نمیکند و به سرور وصل نیست.", + status: 0, developer: "", }, { - title: "", - description: "", - status: null, + title: "دسکتاپ - صفحه محصول", + description: "دکمه مشاهده نمونه کار نمیکند.", + status: 0, developer: "", }, { - title: "", - description: "", - status: null, + title: "دسکتاپ - صفحه محصول", + description: "دکمه مشاهده دوره ویدیویی محصول کار نمیکند.", + status: 0, developer: "", }, { - title: "", - description: "", - status: null, + title: "دسکتاپ - صفحه محصول", + description: "قسمت ثبت رضایت مشتری توسط ستاره به سرور وصل نیست", + status: 0, developer: "", }, { - title: "", - description: "", - status: null, + title: "دسکتاپ - صفحه محصول", + description: "اصلاعات منوی سمت چپ واقعی نیست و همچنین دکمه اضافه کردن به سبد خرید کار نمیکند.", + status: 0, developer: "", }, { - title: "", - description: "", - status: null, + title: "دسکتاپ - صفحه محصول", + description: "تب مشخصات اطلاعاتش واقعی نیست.", + status: 0, developer: "", }, { - title: "", - description: "", - status: null, + title: "دسکتاپ - صفحه محصول", + description: "تب پرسش و پاسخ و محتوایی ندارد.", + status: 0, developer: "", }, { - title: "", - description: "", - status: null, + title: "دسکتاپ - صفحه محصول", + description: "امکان ثبت نظر برای محصول فراهم نیست.", + status: 0, developer: "", }, { - title: "", - description: "", - status: null, + title: "دسکتاپ - صفحه ویدئو", + description: "قسمت نمایش ویدئو به api وصل نیست.", + status: 0, developer: "", }, { - title: "", - description: "", - status: null, + title: "دسکتاپ - صفحه ویدئو", + description: "اسلایدر کار نمیکند.", + status: 0, developer: "", }, { - title: "", - description: "", - status: null, + title: "دسکتاپ - صفحه ویدئو", + description: "تب مشخصات و پرسش و پاسخ محتوایی ندارد.", + status: 0, developer: "", }, { - title: "", - description: "", - status: null, + title: "دسکتاپ - صفحه ویدئو", + description: "تب سرفصل ها مرتب نیست.", + status: 0, developer: "", }, { - title: "", - description: "", - status: null, + title: "دسکتاپ - صفحه ویدئو", + description: "اضافه کردن به سبد خرید کار نمیکند.", + status: 0, developer: "", }, { - title: "", - description: "", - status: null, + title: "دسکتاپ - صفحه نمایش ویدئو", + description: "دیزاین این صفحه مرتب نیست کاملا.", + status: 0, developer: "", }, ]; diff --git a/src/views/BugsAndProblems/index.js b/src/views/BugsAndProblems/index.js index 6abd5a6..32f7faa 100644 --- a/src/views/BugsAndProblems/index.js +++ b/src/views/BugsAndProblems/index.js @@ -1,14 +1,17 @@ import React from "react"; import list from "./data"; +const colors = ['bg-white', 'bg-blue-200', 'bg-green-200', 'bg-red-200']; +const statuses = ['کاری انجام نشده', 'در حال انجام', 'انجام شد', 'به مشکل خوردم']; + function Bugs({}) { return (