File: /home/imensosw/www/imenso.co/dev/gravity/gravity_live.sql
-- phpMyAdmin SQL Dump
-- version 4.8.3
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: Sep 22, 2019 at 10:40 PM
-- Server version: 5.6.44-cll-lve
-- PHP Version: 7.2.7
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET AUTOCOMMIT = 0;
START TRANSACTION;
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
--
-- Database: `gravity_live`
--
-- --------------------------------------------------------
--
-- Table structure for table `calendars`
--
CREATE TABLE `calendars` (
`id` int(10) UNSIGNED NOT NULL,
`calendar_date` date NOT NULL,
`date_name` varchar(100) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `calendars`
--
INSERT INTO `calendars` (`id`, `calendar_date`, `date_name`) VALUES
(1, '2018-01-01', '01 Jan 2018'),
(2, '2018-01-02', '02 Jan 2018'),
(3, '2018-01-03', '03 Jan 2018'),
(4, '2018-01-04', '04 Jan 2018'),
(5, '2018-01-05', '05 Jan 2018'),
(6, '2018-01-06', '06 Jan 2018'),
(7, '2018-01-07', '07 Jan 2018'),
(8, '2018-01-08', '08 Jan 2018'),
(9, '2018-01-09', '09 Jan 2018'),
(10, '2018-01-10', '10 Jan 2018'),
(11, '2018-01-11', '11 Jan 2018'),
(12, '2018-01-12', '12 Jan 2018'),
(13, '2018-01-13', '13 Jan 2018'),
(14, '2018-01-14', '14 Jan 2018'),
(15, '2018-01-15', '15 Jan 2018'),
(16, '2018-01-16', '16 Jan 2018'),
(17, '2018-01-17', '17 Jan 2018'),
(18, '2018-01-18', '18 Jan 2018'),
(19, '2018-01-19', '19 Jan 2018'),
(20, '2018-01-20', '20 Jan 2018'),
(21, '2018-01-21', '21 Jan 2018'),
(22, '2018-01-22', '22 Jan 2018'),
(23, '2018-01-23', '23 Jan 2018'),
(24, '2018-01-24', '24 Jan 2018'),
(25, '2018-01-25', '25 Jan 2018'),
(26, '2018-01-26', '26 Jan 2018'),
(27, '2018-01-27', '27 Jan 2018'),
(28, '2018-01-28', '28 Jan 2018'),
(29, '2018-01-29', '29 Jan 2018'),
(30, '2018-01-30', '30 Jan 2018'),
(31, '2018-01-31', '31 Jan 2018'),
(32, '2018-02-01', '01 Feb 2018'),
(33, '2018-02-02', '02 Feb 2018'),
(34, '2018-02-03', '03 Feb 2018'),
(35, '2018-02-04', '04 Feb 2018'),
(36, '2018-02-05', '05 Feb 2018'),
(37, '2018-02-06', '06 Feb 2018'),
(38, '2018-02-07', '07 Feb 2018'),
(39, '2018-02-08', '08 Feb 2018'),
(40, '2018-02-09', '09 Feb 2018'),
(41, '2018-02-10', '10 Feb 2018'),
(42, '2018-02-11', '11 Feb 2018'),
(43, '2018-02-12', '12 Feb 2018'),
(44, '2018-02-13', '13 Feb 2018'),
(45, '2018-02-14', '14 Feb 2018'),
(46, '2018-02-15', '15 Feb 2018'),
(47, '2018-02-16', '16 Feb 2018'),
(48, '2018-02-17', '17 Feb 2018'),
(49, '2018-02-18', '18 Feb 2018'),
(50, '2018-02-19', '19 Feb 2018'),
(51, '2018-02-20', '20 Feb 2018'),
(52, '2018-02-21', '21 Feb 2018'),
(53, '2018-02-22', '22 Feb 2018'),
(54, '2018-02-23', '23 Feb 2018'),
(55, '2018-02-24', '24 Feb 2018'),
(56, '2018-02-25', '25 Feb 2018'),
(57, '2018-02-26', '26 Feb 2018'),
(58, '2018-02-27', '27 Feb 2018'),
(59, '2018-02-28', '28 Feb 2018'),
(60, '2018-03-01', '01 Mar 2018'),
(61, '2018-03-02', '02 Mar 2018'),
(62, '2018-03-03', '03 Mar 2018'),
(63, '2018-03-04', '04 Mar 2018'),
(64, '2018-03-05', '05 Mar 2018'),
(65, '2018-03-06', '06 Mar 2018'),
(66, '2018-03-07', '07 Mar 2018'),
(67, '2018-03-08', '08 Mar 2018'),
(68, '2018-03-09', '09 Mar 2018'),
(69, '2018-03-10', '10 Mar 2018'),
(70, '2018-03-11', '11 Mar 2018'),
(71, '2018-03-12', '12 Mar 2018'),
(72, '2018-03-13', '13 Mar 2018'),
(73, '2018-03-14', '14 Mar 2018'),
(74, '2018-03-15', '15 Mar 2018'),
(75, '2018-03-16', '16 Mar 2018'),
(76, '2018-03-17', '17 Mar 2018'),
(77, '2018-03-18', '18 Mar 2018'),
(78, '2018-03-19', '19 Mar 2018'),
(79, '2018-03-20', '20 Mar 2018'),
(80, '2018-03-21', '21 Mar 2018'),
(81, '2018-03-22', '22 Mar 2018'),
(82, '2018-03-23', '23 Mar 2018'),
(83, '2018-03-24', '24 Mar 2018'),
(84, '2018-03-25', '25 Mar 2018'),
(85, '2018-03-26', '26 Mar 2018'),
(86, '2018-03-27', '27 Mar 2018'),
(87, '2018-03-28', '28 Mar 2018'),
(88, '2018-03-29', '29 Mar 2018'),
(89, '2018-03-30', '30 Mar 2018'),
(90, '2018-03-31', '31 Mar 2018'),
(91, '2018-04-01', '01 Apr 2018'),
(92, '2018-04-02', '02 Apr 2018'),
(93, '2018-04-03', '03 Apr 2018'),
(94, '2018-04-04', '04 Apr 2018'),
(95, '2018-04-05', '05 Apr 2018'),
(96, '2018-04-06', '06 Apr 2018'),
(97, '2018-04-07', '07 Apr 2018'),
(98, '2018-04-08', '08 Apr 2018'),
(99, '2018-04-09', '09 Apr 2018'),
(100, '2018-04-10', '10 Apr 2018'),
(101, '2018-04-11', '11 Apr 2018'),
(102, '2018-04-12', '12 Apr 2018'),
(103, '2018-04-13', '13 Apr 2018'),
(104, '2018-04-14', '14 Apr 2018'),
(105, '2018-04-15', '15 Apr 2018'),
(106, '2018-04-16', '16 Apr 2018'),
(107, '2018-04-17', '17 Apr 2018'),
(108, '2018-04-18', '18 Apr 2018'),
(109, '2018-04-19', '19 Apr 2018'),
(110, '2018-04-20', '20 Apr 2018'),
(111, '2018-04-21', '21 Apr 2018'),
(112, '2018-04-22', '22 Apr 2018'),
(113, '2018-04-23', '23 Apr 2018'),
(114, '2018-04-24', '24 Apr 2018'),
(115, '2018-04-25', '25 Apr 2018'),
(116, '2018-04-26', '26 Apr 2018'),
(117, '2018-04-27', '27 Apr 2018'),
(118, '2018-04-28', '28 Apr 2018'),
(119, '2018-04-29', '29 Apr 2018'),
(120, '2018-04-30', '30 Apr 2018'),
(121, '2018-05-01', '01 May 2018'),
(122, '2018-05-02', '02 May 2018'),
(123, '2018-05-03', '03 May 2018'),
(124, '2018-05-04', '04 May 2018'),
(125, '2018-05-05', '05 May 2018'),
(126, '2018-05-06', '06 May 2018'),
(127, '2018-05-07', '07 May 2018'),
(128, '2018-05-08', '08 May 2018'),
(129, '2018-05-09', '09 May 2018'),
(130, '2018-05-10', '10 May 2018'),
(131, '2018-05-11', '11 May 2018'),
(132, '2018-05-12', '12 May 2018'),
(133, '2018-05-13', '13 May 2018'),
(134, '2018-05-14', '14 May 2018'),
(135, '2018-05-15', '15 May 2018'),
(136, '2018-05-16', '16 May 2018'),
(137, '2018-05-17', '17 May 2018'),
(138, '2018-05-18', '18 May 2018'),
(139, '2018-05-19', '19 May 2018'),
(140, '2018-05-20', '20 May 2018'),
(141, '2018-05-21', '21 May 2018'),
(142, '2018-05-22', '22 May 2018'),
(143, '2018-05-23', '23 May 2018'),
(144, '2018-05-24', '24 May 2018'),
(145, '2018-05-25', '25 May 2018'),
(146, '2018-05-26', '26 May 2018'),
(147, '2018-05-27', '27 May 2018'),
(148, '2018-05-28', '28 May 2018'),
(149, '2018-05-29', '29 May 2018'),
(150, '2018-05-30', '30 May 2018'),
(151, '2018-05-31', '31 May 2018'),
(152, '2018-06-01', '01 Jun 2018'),
(153, '2018-06-02', '02 Jun 2018'),
(154, '2018-06-03', '03 Jun 2018'),
(155, '2018-06-04', '04 Jun 2018'),
(156, '2018-06-05', '05 Jun 2018'),
(157, '2018-06-06', '06 Jun 2018'),
(158, '2018-06-07', '07 Jun 2018'),
(159, '2018-06-08', '08 Jun 2018'),
(160, '2018-06-09', '09 Jun 2018'),
(161, '2018-06-10', '10 Jun 2018'),
(162, '2018-06-11', '11 Jun 2018'),
(163, '2018-06-12', '12 Jun 2018'),
(164, '2018-06-13', '13 Jun 2018'),
(165, '2018-06-14', '14 Jun 2018'),
(166, '2018-06-15', '15 Jun 2018'),
(167, '2018-06-16', '16 Jun 2018'),
(168, '2018-06-17', '17 Jun 2018'),
(169, '2018-06-18', '18 Jun 2018'),
(170, '2018-06-19', '19 Jun 2018'),
(171, '2018-06-20', '20 Jun 2018'),
(172, '2018-06-21', '21 Jun 2018'),
(173, '2018-06-22', '22 Jun 2018'),
(174, '2018-06-23', '23 Jun 2018'),
(175, '2018-06-24', '24 Jun 2018'),
(176, '2018-06-25', '25 Jun 2018'),
(177, '2018-06-26', '26 Jun 2018'),
(178, '2018-06-27', '27 Jun 2018'),
(179, '2018-06-28', '28 Jun 2018'),
(180, '2018-06-29', '29 Jun 2018'),
(181, '2018-06-30', '30 Jun 2018'),
(182, '2018-07-01', '01 Jul 2018'),
(183, '2018-07-02', '02 Jul 2018'),
(184, '2018-07-03', '03 Jul 2018'),
(185, '2018-07-04', '04 Jul 2018'),
(186, '2018-07-05', '05 Jul 2018'),
(187, '2018-07-06', '06 Jul 2018'),
(188, '2018-07-07', '07 Jul 2018'),
(189, '2018-07-08', '08 Jul 2018'),
(190, '2018-07-09', '09 Jul 2018'),
(191, '2018-07-10', '10 Jul 2018'),
(192, '2018-07-11', '11 Jul 2018'),
(193, '2018-07-12', '12 Jul 2018'),
(194, '2018-07-13', '13 Jul 2018'),
(195, '2018-07-14', '14 Jul 2018'),
(196, '2018-07-15', '15 Jul 2018'),
(197, '2018-07-16', '16 Jul 2018'),
(198, '2018-07-17', '17 Jul 2018'),
(199, '2018-07-18', '18 Jul 2018'),
(200, '2018-07-19', '19 Jul 2018'),
(201, '2018-07-20', '20 Jul 2018'),
(202, '2018-07-21', '21 Jul 2018'),
(203, '2018-07-22', '22 Jul 2018'),
(204, '2018-07-23', '23 Jul 2018'),
(205, '2018-07-24', '24 Jul 2018'),
(206, '2018-07-25', '25 Jul 2018'),
(207, '2018-07-26', '26 Jul 2018'),
(208, '2018-07-27', '27 Jul 2018'),
(209, '2018-07-28', '28 Jul 2018'),
(210, '2018-07-29', '29 Jul 2018'),
(211, '2018-07-30', '30 Jul 2018'),
(212, '2018-07-31', '31 Jul 2018'),
(213, '2018-08-01', '01 Aug 2018'),
(214, '2018-08-02', '02 Aug 2018'),
(215, '2018-08-03', '03 Aug 2018'),
(216, '2018-08-04', '04 Aug 2018'),
(217, '2018-08-05', '05 Aug 2018'),
(218, '2018-08-06', '06 Aug 2018'),
(219, '2018-08-07', '07 Aug 2018'),
(220, '2018-08-08', '08 Aug 2018'),
(221, '2018-08-09', '09 Aug 2018'),
(222, '2018-08-10', '10 Aug 2018'),
(223, '2018-08-11', '11 Aug 2018'),
(224, '2018-08-12', '12 Aug 2018'),
(225, '2018-08-13', '13 Aug 2018'),
(226, '2018-08-14', '14 Aug 2018'),
(227, '2018-08-15', '15 Aug 2018'),
(228, '2018-08-16', '16 Aug 2018'),
(229, '2018-08-17', '17 Aug 2018'),
(230, '2018-08-18', '18 Aug 2018'),
(231, '2018-08-19', '19 Aug 2018'),
(232, '2018-08-20', '20 Aug 2018'),
(233, '2018-08-21', '21 Aug 2018'),
(234, '2018-08-22', '22 Aug 2018'),
(235, '2018-08-23', '23 Aug 2018'),
(236, '2018-08-24', '24 Aug 2018'),
(237, '2018-08-25', '25 Aug 2018'),
(238, '2018-08-26', '26 Aug 2018'),
(239, '2018-08-27', '27 Aug 2018'),
(240, '2018-08-28', '28 Aug 2018'),
(241, '2018-08-29', '29 Aug 2018'),
(242, '2018-08-30', '30 Aug 2018'),
(243, '2018-08-31', '31 Aug 2018'),
(244, '2018-09-01', '01 Sep 2018'),
(245, '2018-09-02', '02 Sep 2018'),
(246, '2018-09-03', '03 Sep 2018'),
(247, '2018-09-04', '04 Sep 2018'),
(248, '2018-09-05', '05 Sep 2018'),
(249, '2018-09-06', '06 Sep 2018'),
(250, '2018-09-07', '07 Sep 2018'),
(251, '2018-09-08', '08 Sep 2018'),
(252, '2018-09-09', '09 Sep 2018'),
(253, '2018-09-10', '10 Sep 2018'),
(254, '2018-09-11', '11 Sep 2018'),
(255, '2018-09-12', '12 Sep 2018'),
(256, '2018-09-13', '13 Sep 2018'),
(257, '2018-09-14', '14 Sep 2018'),
(258, '2018-09-15', '15 Sep 2018'),
(259, '2018-09-16', '16 Sep 2018'),
(260, '2018-09-17', '17 Sep 2018'),
(261, '2018-09-18', '18 Sep 2018'),
(262, '2018-09-19', '19 Sep 2018'),
(263, '2018-09-20', '20 Sep 2018'),
(264, '2018-09-21', '21 Sep 2018'),
(265, '2018-09-22', '22 Sep 2018'),
(266, '2018-09-23', '23 Sep 2018'),
(267, '2018-09-24', '24 Sep 2018'),
(268, '2018-09-25', '25 Sep 2018'),
(269, '2018-09-26', '26 Sep 2018'),
(270, '2018-09-27', '27 Sep 2018'),
(271, '2018-09-28', '28 Sep 2018'),
(272, '2018-09-29', '29 Sep 2018'),
(273, '2018-09-30', '30 Sep 2018'),
(274, '2018-10-01', '01 Oct 2018'),
(275, '2018-10-02', '02 Oct 2018'),
(276, '2018-10-03', '03 Oct 2018'),
(277, '2018-10-04', '04 Oct 2018'),
(278, '2018-10-05', '05 Oct 2018'),
(279, '2018-10-06', '06 Oct 2018'),
(280, '2018-10-07', '07 Oct 2018'),
(281, '2018-10-08', '08 Oct 2018'),
(282, '2018-10-09', '09 Oct 2018'),
(283, '2018-10-10', '10 Oct 2018'),
(284, '2018-10-11', '11 Oct 2018'),
(285, '2018-10-12', '12 Oct 2018'),
(286, '2018-10-13', '13 Oct 2018'),
(287, '2018-10-14', '14 Oct 2018'),
(288, '2018-10-15', '15 Oct 2018'),
(289, '2018-10-16', '16 Oct 2018'),
(290, '2018-10-17', '17 Oct 2018'),
(291, '2018-10-18', '18 Oct 2018'),
(292, '2018-10-19', '19 Oct 2018'),
(293, '2018-10-20', '20 Oct 2018'),
(294, '2018-10-21', '21 Oct 2018'),
(295, '2018-10-22', '22 Oct 2018'),
(296, '2018-10-23', '23 Oct 2018'),
(297, '2018-10-24', '24 Oct 2018'),
(298, '2018-10-25', '25 Oct 2018'),
(299, '2018-10-26', '26 Oct 2018'),
(300, '2018-10-27', '27 Oct 2018'),
(301, '2018-10-28', '28 Oct 2018'),
(302, '2018-10-29', '29 Oct 2018'),
(303, '2018-10-30', '30 Oct 2018'),
(304, '2018-10-31', '31 Oct 2018'),
(305, '2018-11-01', '01 Nov 2018'),
(306, '2018-11-02', '02 Nov 2018'),
(307, '2018-11-03', '03 Nov 2018'),
(308, '2018-11-04', '04 Nov 2018'),
(309, '2018-11-05', '05 Nov 2018'),
(310, '2018-11-06', '06 Nov 2018'),
(311, '2018-11-07', '07 Nov 2018'),
(312, '2018-11-08', '08 Nov 2018'),
(313, '2018-11-09', '09 Nov 2018'),
(314, '2018-11-10', '10 Nov 2018'),
(315, '2018-11-11', '11 Nov 2018'),
(316, '2018-11-12', '12 Nov 2018'),
(317, '2018-11-13', '13 Nov 2018'),
(318, '2018-11-14', '14 Nov 2018'),
(319, '2018-11-15', '15 Nov 2018'),
(320, '2018-11-16', '16 Nov 2018'),
(321, '2018-11-17', '17 Nov 2018'),
(322, '2018-11-18', '18 Nov 2018'),
(323, '2018-11-19', '19 Nov 2018'),
(324, '2018-11-20', '20 Nov 2018'),
(325, '2018-11-21', '21 Nov 2018'),
(326, '2018-11-22', '22 Nov 2018'),
(327, '2018-11-23', '23 Nov 2018'),
(328, '2018-11-24', '24 Nov 2018'),
(329, '2018-11-25', '25 Nov 2018'),
(330, '2018-11-26', '26 Nov 2018'),
(331, '2018-11-27', '27 Nov 2018'),
(332, '2018-11-28', '28 Nov 2018'),
(333, '2018-11-29', '29 Nov 2018'),
(334, '2018-11-30', '30 Nov 2018'),
(335, '2018-12-01', '01 Dec 2018'),
(336, '2018-12-02', '02 Dec 2018'),
(337, '2018-12-03', '03 Dec 2018'),
(338, '2018-12-04', '04 Dec 2018'),
(339, '2018-12-05', '05 Dec 2018'),
(340, '2018-12-06', '06 Dec 2018'),
(341, '2018-12-07', '07 Dec 2018'),
(342, '2018-12-08', '08 Dec 2018'),
(343, '2018-12-09', '09 Dec 2018'),
(344, '2018-12-10', '10 Dec 2018'),
(345, '2018-12-11', '11 Dec 2018'),
(346, '2018-12-12', '12 Dec 2018'),
(347, '2018-12-13', '13 Dec 2018'),
(348, '2018-12-14', '14 Dec 2018'),
(349, '2018-12-15', '15 Dec 2018'),
(350, '2018-12-16', '16 Dec 2018'),
(351, '2018-12-17', '17 Dec 2018'),
(352, '2018-12-18', '18 Dec 2018'),
(353, '2018-12-19', '19 Dec 2018'),
(354, '2018-12-20', '20 Dec 2018'),
(355, '2018-12-21', '21 Dec 2018'),
(356, '2018-12-22', '22 Dec 2018'),
(357, '2018-12-23', '23 Dec 2018'),
(358, '2018-12-24', '24 Dec 2018'),
(359, '2018-12-25', '25 Dec 2018'),
(360, '2018-12-26', '26 Dec 2018'),
(361, '2018-12-27', '27 Dec 2018'),
(362, '2018-12-28', '28 Dec 2018'),
(363, '2018-12-29', '29 Dec 2018'),
(364, '2018-12-30', '30 Dec 2018'),
(365, '2018-12-31', '31 Dec 2018');
-- --------------------------------------------------------
--
-- Table structure for table `issues`
--
CREATE TABLE `issues` (
`id` int(10) UNSIGNED NOT NULL,
`project_id` int(10) UNSIGNED NOT NULL,
`priority_id` int(10) UNSIGNED NOT NULL,
`issue_status_id` int(10) UNSIGNED NOT NULL,
`assignment_from` int(10) UNSIGNED DEFAULT NULL,
`assignment_to` int(10) UNSIGNED DEFAULT NULL,
`issue_description` text NOT NULL,
`description` text,
`issue_doc_url` varchar(500) NOT NULL,
`start_date` date NOT NULL,
`end_date` date NOT NULL,
`issue_date` date NOT NULL,
`status_update_at` date DEFAULT NULL,
`created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
`updated_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `issues`
--
INSERT INTO `issues` (`id`, `project_id`, `priority_id`, `issue_status_id`, `assignment_from`, `assignment_to`, `issue_description`, `description`, `issue_doc_url`, `start_date`, `end_date`, `issue_date`, `status_update_at`, `created_at`, `updated_at`) VALUES
(1, 11, 1, 4, 1, 7, 'Add Project: Change the description input to text editor', NULL, '', '2018-02-13', '2018-02-22', '2018-02-13', '2018-02-14', '2018-02-13 20:06:09', '2018-02-15 12:16:26'),
(2, 4, 3, 4, 3, 2, 'Error in Manager Home', NULL, '', '2018-02-13', '2018-02-13', '2018-02-13', '2018-02-15', '2018-02-13 21:16:18', '2018-02-28 11:52:34'),
(3, 6, 1, 4, 1, 4, 'Login Page- Fix the design of login page', NULL, 'https://cla.nthrivee', '2018-02-13', '2018-02-14', '2018-02-13', '2018-03-08', '2018-02-13 23:38:02', '2018-03-17 16:03:05'),
(4, 1, 3, 4, 3, 7, 'Area Chart displaying the total of all the projects of the list (not started)', NULL, '', '2018-02-20', '2018-02-23', '2018-02-14', NULL, '2018-02-14 12:18:02', '2018-02-28 12:27:46'),
(5, 1, 3, 4, 3, 7, 'Filters are not working on the area chart (Total Funds)', NULL, '', '2018-02-14', '2018-02-15', '2018-02-14', NULL, '2018-02-14 12:18:35', '2018-02-28 12:27:53'),
(6, 2, 3, 4, 3, 4, 'Remove the text box appearing in the \'Enable\' and \'Disable\' Language option', NULL, '', '2018-02-14', '2018-02-15', '2018-02-14', '2018-03-08', '2018-02-14 12:20:25', '2018-03-13 12:27:24'),
(7, 2, 3, 4, 3, 2, 'Provide the link of \'Imenso\' at the footer of all pages', NULL, '', '2018-02-14', '2018-02-15', '2018-02-14', '2018-02-27', '2018-02-14 12:21:16', '2018-02-28 12:30:00'),
(8, 2, 2, 4, 3, 4, 'Close button is not visible in the chat feature in case of large titles', NULL, '', '2018-02-14', '2018-02-15', '2018-02-14', '2018-03-08', '2018-02-14 12:22:27', '2018-03-13 15:20:31'),
(9, 2, 1, 4, 3, 7, 'Close button does not get eliminated after uploading the image in the chat feature', NULL, '', '2018-02-14', '2018-02-21', '2018-02-14', '2018-03-27', '2018-02-14 12:23:33', '2018-03-27 17:20:50'),
(10, 3, 3, 4, 3, 2, 'User Home Screen: Search feature button is not working', NULL, '', '2018-02-14', '2018-02-15', '2018-02-14', '2018-04-05', '2018-02-14 12:26:58', '2018-04-05 19:40:29'),
(11, 3, 1, 1, 3, 2, 'User Home Screen: News feeds, New Stock, Recommended Jewellery features are not working', NULL, '', '2018-02-14', '2018-02-15', '2018-02-14', NULL, '2018-02-14 12:28:11', '2018-04-02 14:44:06'),
(12, 3, 3, 4, 3, 2, 'User Home Screen: Sorting is not working correctly (When switching is done among \'Product\' and \'Price\')', NULL, '', '2018-02-14', '2018-02-15', '2018-02-14', '2018-04-05', '2018-02-14 12:29:12', '2018-04-05 17:17:10'),
(13, 3, 3, 1, 3, 2, 'Favorites Screen: Clicking on Products Image Slider slides up multiple images at a time (on first click)', NULL, 'http://prntscr.com/j39agc', '2018-02-14', '2018-02-15', '2018-02-14', NULL, '2018-02-14 12:29:44', '2018-04-10 15:32:12'),
(14, 3, 2, 4, 3, 2, 'Favorites Screen: Product details are not shown in the More details section of a particular product', NULL, '', '2018-02-14', '2018-02-15', '2018-02-14', '2018-04-05', '2018-02-14 12:30:07', '2018-04-05 17:15:43'),
(15, 3, 2, 4, 3, 2, 'Admin Dashboard Sceen: Dashboard features are static (Not fuctional)', NULL, '', '2018-02-14', '2018-02-15', '2018-02-14', '2018-04-06', '2018-02-14 12:30:53', '2018-04-06 16:58:54'),
(16, 3, 3, 4, 3, 2, 'Admin Dashboard Sceen: Not showing up the inquiry message the product inquired in the Inquiry section', NULL, '', '2018-02-14', '2018-02-15', '2018-02-14', '2018-04-06', '2018-02-14 12:31:28', '2018-04-07 13:47:06'),
(17, 3, 3, 4, 3, 2, 'Products Screen: Messages are overlapping by clicking delete product multiple times', NULL, 'http://prntscr.com/j39bb4', '2018-02-14', '2018-02-15', '2018-02-14', '2018-04-17', '2018-02-14 12:32:45', '2018-04-18 14:01:41'),
(18, 3, 2, 2, 3, 2, 'Products Screen, Customer Screen: Sortings are not working on records', NULL, 'http://prntscr.com/j39bri', '2018-02-14', '2018-02-15', '2018-02-14', '2018-04-05', '2018-02-14 12:33:36', '2018-04-10 15:35:06'),
(19, 3, 3, 4, 3, 2, 'Not showing info of products while scrolling over them (First visit)', NULL, '', '2018-02-14', '2018-02-15', '2018-02-14', '2018-03-19', '2018-02-14 12:34:08', '2018-03-19 16:55:18'),
(20, 3, 1, 4, 3, 4, 'Update the alignments of the product name displayed', NULL, 'https://drive.google.com/open?id=1JFLigkPuGErt2hahH_DHF3RJ5HYyhuGE', '2018-02-14', '2018-02-15', '2018-02-14', '2018-03-08', '2018-02-14 12:34:50', '2018-03-13 15:19:51'),
(21, 3, 3, 1, 3, 2, 'Chat Screen: Message Count is not incremented by the chat among Customers and Staff members', NULL, '', '2018-02-14', '2018-02-15', '2018-02-14', NULL, '2018-02-14 12:35:25', '2018-04-02 14:54:17'),
(22, 3, 3, 1, 3, 2, 'Chat Screen: Login/Logout and Currently Watching are not updated till refreshing the page', NULL, '', '2018-02-14', '2018-02-15', '2018-02-14', NULL, '2018-02-14 12:36:02', '2018-04-02 14:54:33'),
(23, 3, 3, 3, 3, 2, 'Chat Screen: Online Status is not dynamic in the chat session', NULL, '', '2018-02-14', '2018-02-15', '2018-02-14', '2019-07-11', '2018-02-14 12:36:28', '2019-07-11 13:15:55'),
(24, 3, 3, 4, 3, 2, 'Inquiry Screen: Inquiry sending time is not correct', NULL, 'https://drive.google.com/open?id=1f1Xq2yA3b_W2gqp2kAlboy-jqzAZpyfb', '2018-02-14', '2018-02-15', '2018-02-14', '2018-04-05', '2018-02-14 12:37:35', '2018-04-05 17:09:07'),
(25, 3, 3, 4, 3, 2, 'User Home Screen: Message displayed over user name is incorrect', NULL, 'https://drive.google.com/open?id=1Pgq26-WWhxCl8vkQUQOuO97YVvPE9dzL', '2018-02-14', '2018-02-15', '2018-02-14', '2018-04-05', '2018-02-14 12:43:51', '2018-04-05 19:38:56'),
(26, 4, 3, 4, 3, 4, 'Error in upload of css in editing records of Admin panel', NULL, '', '2018-02-13', '2018-02-13', '2018-02-14', NULL, '2018-02-14 12:46:50', '2018-02-15 13:18:42'),
(27, 11, 1, 4, 1, 7, 'Add Team member: Break the full name in two fields. First Name and Last name', NULL, '', '2018-02-14', '2018-02-15', '2018-02-14', '2018-02-14', '2018-02-14 13:28:58', '2018-02-15 12:17:38'),
(28, 11, 1, 4, 1, 7, 'Add Task: Add a new text field after Due On', NULL, '', '2018-02-14', '2018-02-15', '2018-02-14', '2018-02-14', '2018-02-14 13:30:26', '2018-02-15 12:18:10'),
(29, 4, 3, 4, 3, 4, 'Update the spells', NULL, 'http://prntscr.com/ieh1b0', '2018-02-14', '2018-02-14', '2018-02-14', '2018-03-08', '2018-02-14 13:45:30', '2018-03-13 15:23:46'),
(30, 4, 3, 4, 3, 2, 'Add User Screen: Provide reset feature on all the fields of the forms', NULL, '', '2018-02-14', '2018-02-14', '2018-02-14', '2018-02-15', '2018-02-14 13:47:23', '2018-04-23 12:05:12'),
(31, 4, 3, 4, 3, 4, 'Update alignments', NULL, 'http://prntscr.com/ieheos', '2018-02-14', '2018-02-14', '2018-02-14', '2018-03-08', '2018-02-14 14:26:03', '2018-03-19 12:58:14'),
(34, 4, 3, 4, 3, 2, 'Records missing in the database table of Admin Panel', NULL, '', '2018-02-14', '2018-02-15', '2018-02-14', '2018-02-15', '2018-02-14 15:01:14', '2018-02-28 11:53:24'),
(35, 4, 3, 4, 3, 2, 'Anomalies in the Role Chart Section in the Admin Panel', NULL, '', '2018-02-14', '2018-02-15', '2018-02-14', '2018-02-15', '2018-02-14 15:01:54', '2018-02-28 11:53:31'),
(36, 11, 3, 4, 1, 2, 'My Tasks: Only show the task in the list whose predessesor is 100% completed.', NULL, '', '2018-02-14', '2018-02-15', '2018-02-14', '2018-02-23', '2018-02-14 19:19:35', '2018-02-24 11:53:21'),
(37, 11, 2, 4, 1, 2, 'Projects: Make the days, hrs, and status dynamic', NULL, '', '2018-02-14', '2018-02-15', '2018-02-14', '2018-02-23', '2018-02-14 19:20:50', '2018-02-24 11:53:30'),
(38, 11, 3, 4, 1, 7, 'My Issues: The priority should be color coded as per high, low and medium', NULL, '', '2018-01-14', '2018-01-15', '2018-02-14', '2018-02-15', '2018-02-14 19:22:24', '2018-02-23 12:16:07'),
(39, 11, 3, 4, 1, 7, 'Projects: Show all the team members involved in the project in the project list', NULL, '', '2018-02-14', '2018-02-16', '2018-02-14', '2018-02-15', '2018-02-14 19:23:47', '2018-02-23 12:26:58'),
(46, 11, 1, 4, 1, 7, 'Date and time of making updates are not right in the Project Update Section', NULL, '', '2018-02-20', '2018-02-21', '2018-02-20', '2018-02-22', '2018-02-20 16:11:01', '2018-02-23 12:22:37'),
(47, 11, 1, 4, 1, 2, 'Provide notifications for the prescribed user mentioned in updates', NULL, '', '2018-02-20', '2018-02-21', '2018-02-20', '2018-02-24', '2018-02-20 18:44:28', '2018-02-28 12:31:52'),
(48, 11, 2, 4, 1, 2, 'Alignments are not in proper order', NULL, '', '2018-02-20', '2018-02-22', '2018-02-20', NULL, '2018-02-20 19:00:29', '2018-02-23 12:32:49'),
(50, 11, 3, 4, 1, 2, 'Status and progress labels are missing of project section', NULL, '', '2018-02-21', '2018-02-21', '2018-02-21', '2018-02-23', '2018-02-21 19:51:58', '2018-02-24 11:53:40'),
(51, 11, 2, 4, 1, 2, 'Update the alignments of the comment section after completion of the project', NULL, '', '2018-02-21', '2018-02-22', '2018-02-21', '2018-02-23', '2018-02-21 20:03:29', '2018-02-24 11:55:22'),
(52, 11, 3, 4, 1, 7, 'User can login even if it is set as inactive', NULL, '', '2018-02-21', '2018-02-21', '2018-02-21', '2018-02-22', '2018-02-21 20:15:31', '2018-02-23 12:28:07'),
(53, 11, 2, 4, 1, 2, 'Alignment of buttons gets disturbed while adding or updating the records', NULL, 'http://prntscr.com/i', '2018-02-21', '2018-02-21', '2018-02-21', '2018-02-23', '2018-02-21 20:16:52', '2018-02-24 11:57:00'),
(54, 11, 2, 4, 1, 2, 'Alignments of project page gets disturbed on adding extra records', NULL, 'http://prntscr.com/i', '2018-02-21', '2018-02-21', '2018-02-21', '2018-02-23', '2018-02-21 22:54:12', '2018-02-24 12:00:18'),
(55, 5, 3, 4, 3, 4, 'Correct the spell in the image of the spin wheel and the message displayed', NULL, '', '2018-02-22', '2018-02-23', '2018-02-22', NULL, '2018-02-22 18:49:45', '2018-02-28 12:00:05'),
(56, 5, 3, 4, 3, 5, 'Display the timely message for the condition applied from the spinning wheel', NULL, '', '2018-02-22', '2018-02-23', '2018-02-22', NULL, '2018-02-22 19:25:22', '2018-02-28 12:00:12'),
(57, 5, 2, 4, 3, 5, 'Update the icon diplayed', NULL, 'https://drive.google', '2018-02-22', '2018-02-23', '2018-02-22', NULL, '2018-02-22 19:25:58', '2018-02-28 12:00:17'),
(58, 5, 1, 4, 3, 5, 'Correct the formatting of the Questions', NULL, 'https://drive.google', '2018-02-22', '2018-02-23', '2018-02-22', NULL, '2018-02-22 20:18:47', '2018-03-06 10:58:58'),
(59, 5, 2, 4, 3, 5, 'Update the formatting of the image', NULL, 'https://drive.google', '2018-02-22', '2018-02-23', '2018-02-22', NULL, '2018-02-22 20:19:48', '2018-02-28 12:07:45'),
(60, 5, 2, 4, 3, 5, 'Display the status in the required conditions', NULL, 'https://drive.google', '2018-02-22', '2018-02-22', '2018-02-22', NULL, '2018-02-22 20:21:38', '2018-02-28 12:07:56'),
(61, 5, 2, 4, 3, 4, 'Update the spells of the image', NULL, 'https://drive.google', '2018-02-22', '2018-02-22', '2018-02-22', NULL, '2018-02-22 20:23:37', '2018-02-28 12:08:04'),
(62, 5, 2, 4, 3, 4, 'Update the spells', NULL, 'https://drive.google.com/open?id=100Dm8CbEIXlerppGMafFhz0CgZEMqqHp', '2018-02-22', '2018-02-22', '2018-02-22', NULL, '2018-02-22 20:25:15', '2018-02-28 12:08:15'),
(63, 5, 3, 4, 3, 5, 'Update the alignments of the Score Board', NULL, 'https://drive.google.com/open?id=1ENprCy5w8Aee3wzmqJH2ABmQUJ3uJLCh', '2018-02-22', '2018-02-23', '2018-02-22', NULL, '2018-02-22 20:26:33', '2018-03-13 15:27:53'),
(64, 5, 2, 4, 3, 5, 'Update the Score format (Example: 1,500) on scoring 1500 points', NULL, '', '2018-02-22', '2018-02-22', '2018-02-22', NULL, '2018-02-23 02:35:16', '2018-03-13 15:27:59'),
(65, 11, 2, 4, 1, 2, 'Changing the status of the issues does not remove it from the previous list', NULL, '', '2018-02-23', '2018-02-24', '2018-02-23', '2018-02-23', '2018-02-23 19:24:11', '2018-02-24 12:00:29'),
(66, 11, 2, 4, 1, 2, 'Projects still remains in the list even if there are no issues or tasks are to be resolved', NULL, '', '2018-02-23', '2018-02-24', '2018-02-23', '2018-02-23', '2018-02-23 19:39:19', '2018-02-23 15:26:08'),
(67, 11, 1, 4, 1, 2, 'Link the completed tasks/issues to the related project', NULL, '', '2018-02-23', '2018-02-24', '2018-02-23', '2018-02-24', '2018-02-24 05:01:05', '2018-02-28 13:07:22'),
(68, 11, 1, 4, 1, 2, 'Give the count to Task and Issues under project like we did in My Work Page', NULL, 'http://prntscr.com/iispib', '2018-02-23', '2018-02-24', '2018-02-23', '2018-02-24', '2018-02-24 05:02:34', '2018-02-28 12:31:21'),
(69, 11, 2, 4, 1, 3, 'Check the functionality of tasks completed in dashboard', NULL, '', '2018-02-24', '2018-02-25', '2018-02-24', '2018-03-01', '2018-02-24 19:02:38', '2018-03-01 17:24:34'),
(70, 5, 2, 4, 3, 4, 'Update the spell of the final score board', NULL, '', '2018-02-27', '2018-02-28', '2018-02-27', NULL, '2018-02-27 21:35:39', '2018-02-28 12:08:46'),
(71, 5, 2, 4, 3, 5, 'Scores must not be negetive (Min set to 0)', NULL, '', '2018-02-27', '2018-02-28', '2018-02-27', '2018-04-05', '2018-02-27 21:55:04', '2018-04-05 17:02:49'),
(74, 5, 2, 4, 3, 5, 'Moving images gets dis-aligned when seen on view board.', NULL, 'https://drive.google.com/open?id=1zD3KOg6zKF-83Gkyqxv34w6S5rRukWX2', '2018-02-27', '2018-02-28', '2018-02-27', NULL, '2018-02-28 02:11:10', '2018-04-24 13:46:54'),
(75, 5, 2, 4, 3, 5, 'The dots of Chance Cards, Books and Spin are larger in sizes when seen on view board', NULL, 'https://drive.google.com/open?id=1EteP-4szVvEG1AgK7qw7bb-IfitqoWDJ', '2018-02-27', '2018-02-28', '2018-02-27', NULL, '2018-02-28 02:12:57', '2018-04-24 13:46:59'),
(76, 5, 2, 4, 3, 5, 'Disable the View Board button when players are moving', NULL, 'https://drive.google', '2018-02-27', '2018-02-28', '2018-02-27', NULL, '2018-02-28 02:25:43', '2018-02-28 11:55:44'),
(77, 1, 3, 4, 3, 7, 'Add the bubble chart funtionality to the demo version of Impactify (Dev and Live)', NULL, '', '2018-02-27', '2018-02-28', '2018-02-28', '2018-02-28', '2018-02-28 19:35:34', '2018-02-28 16:20:07'),
(78, 11, 3, 4, 3, 2, 'Predecessor functionality has some malfunctioning', NULL, '', '2018-03-05', '2018-03-06', '2018-02-28', NULL, '2018-02-28 20:05:40', '2018-03-19 13:09:51'),
(79, 11, 1, 4, 3, 7, 'Issues Screen: Closing an issue doesn\'t gets reflected on the Issues Count', NULL, '', '2018-02-28', '2018-03-01', '2018-02-28', NULL, '2018-02-28 23:03:01', '2018-05-22 14:47:59'),
(80, 11, 3, 4, 1, 2, 'My work Side comments - There should be project name and link in each task updates', NULL, '', '2018-03-01', '2018-03-02', '2018-02-28', '2018-03-05', '2018-03-01 00:37:56', '2018-03-13 14:53:43'),
(81, 5, 2, 4, 3, 4, 'Increase the size of the scores displayed on the Score Board', NULL, '', '2018-02-28', '2018-03-01', '2018-02-28', '2018-03-08', '2018-03-01 02:00:28', '2018-03-13 15:07:40'),
(82, 11, 2, 1, 3, 7, 'Updates Screen: New updates are treated as recent only when the comments are recently added into it', NULL, '', '2018-03-01', '2018-03-02', '2018-03-01', NULL, '2018-03-01 23:44:43', '2018-04-07 12:50:03'),
(83, 11, 3, 4, 1, 1, 'Task are not showing in my work after assignment', NULL, '', '2018-03-05', '2018-03-05', '2018-03-04', '2018-03-05', '2018-03-05 03:12:52', '2018-03-13 14:53:47'),
(84, 5, 2, 4, 3, 4, 'Update the spell', NULL, 'https://drive.google.com/open?id=1ZyF5Px_VwYYwiet_3krasloFzd03vc3n', '2018-03-05', '2018-03-05', '2018-03-05', '2018-03-08', '2018-03-05 22:04:44', '2018-03-13 15:07:44'),
(85, 5, 2, 4, 3, 5, 'Update the message', NULL, 'https://drive.google.com/open?id=11eIBUJkGXiLRJh-G4f3rM2zBbig4hsrg', '2018-03-05', '2018-03-06', '2018-03-05', NULL, '2018-03-05 22:07:11', '2018-03-19 13:41:03'),
(86, 5, 2, 4, 3, 5, 'Correct the screens malfunctioning', NULL, 'https://drive.google.com/open?id=1THUyIJxnqUxy6TqhDDFjMNHoe3JBsCYQ', '2018-03-05', '2018-03-06', '2018-03-05', NULL, '2018-03-05 22:08:06', '2018-04-05 15:26:16'),
(88, 11, 2, 1, 3, 7, 'Issues Screen: Multiple clicks on the edit button in Issues resets the values of the fields', NULL, '', '2018-03-05', '2018-03-06', '2018-03-05', NULL, '2018-03-05 23:37:15', '2018-04-07 12:50:11'),
(89, 5, 3, 1, 3, 5, 'Remove the card bonus icons from the Final Win screen when the user wins', NULL, 'http://prntscr.com/j399e0', '2018-03-06', '2018-03-06', '2018-03-05', NULL, '2018-03-06 00:33:56', '2018-04-10 15:30:08'),
(90, 5, 2, 4, 3, 4, 'Update the size of the logo displayed', NULL, 'https://drive.google.com/open?id=1cErWKvpkGXUSn3-748dQCFq7rXYnaBWU', '2018-03-05', '2018-03-06', '2018-03-05', '2018-03-08', '2018-03-06 00:53:30', '2018-03-13 15:11:00'),
(91, 11, 3, 4, 1, 2, 'On update section when I comment over someones comment the loader keeps running', NULL, '', '2018-03-05', '2018-03-06', '2018-03-05', NULL, '2018-03-06 01:41:04', '2018-03-31 14:33:15'),
(92, 11, 3, 4, 1, 7, 'All the emails are not working', NULL, '', '2018-03-06', '2018-03-06', '2018-03-05', NULL, '2018-03-06 01:41:24', '2018-03-19 13:10:01'),
(93, 5, 3, 1, 3, 5, 'Make the images of the game dynamic wherever required (as in original)', NULL, '', '2018-03-05', '2018-03-06', '2018-03-06', NULL, '2018-03-06 18:34:44', '2018-03-17 15:11:46'),
(94, 2, 3, 4, 1, 2, 'When translator signs-up system hangs and doesnt go the next step of uploading document. We have to hit refresh and then login to add first language pair [Issue still exists - cleared cache, works in Mozilla, but NOT in Chrome]', NULL, '', '2018-03-07', '2018-03-08', '2018-03-07', '2018-03-21', '2018-03-07 19:12:57', '2018-03-27 17:22:30'),
(95, 15, 2, 4, 3, 4, 'Update the spell', NULL, 'https://drive.google.com/open?id=1KvCH5AnJdrfnEgp9p1lfdzb8Us1rDFDl', '2018-03-10', '2018-03-10', '2018-03-10', NULL, '2018-03-10 21:22:28', '2018-03-16 17:41:43'),
(96, 15, 2, 4, 3, 5, 'Update the Alignments and the Case of the titles displayed', NULL, 'https://drive.google.com/open?id=1f0w3ABvQCAUmRbfnqTFyLuR7yKVZA9GE', '2018-03-10', '2018-03-10', '2018-03-10', NULL, '2018-03-10 21:23:02', '2018-03-20 19:01:41'),
(97, 15, 2, 4, 3, 4, 'Make the image dynamic', NULL, 'https://drive.google.com/open?id=1gybbgl4ZqWZi-gEm0Wi5rn4FufHU55fF', '2018-03-10', '2018-03-10', '2018-03-10', NULL, '2018-03-10 21:23:36', '2018-03-16 17:42:00'),
(98, 15, 2, 4, 3, 4, 'Update the Image-1', NULL, 'https://drive.google.com/open?id=1a9x8YF1U7CRgNiU4lgoJJf8tFp7o81CP', '2018-03-10', '2018-03-10', '2018-03-10', '2018-03-16', '2018-03-10 21:23:57', '2018-03-20 16:08:58'),
(99, 15, 2, 4, 3, 4, 'Update the Message displayed', NULL, 'https://drive.google.com/open?id=13nYImHXhPGU20krU9oa1ipyyXK5SeM1O', '2018-03-10', '2018-03-10', '2018-03-10', NULL, '2018-03-10 21:24:29', '2018-03-16 17:42:38'),
(100, 15, 2, 4, 3, 4, 'Update the Image-2', NULL, 'https://drive.google.com/open?id=1SZWKiQizKM90CMP5ub1YqRgoiWIf7kgS', '2018-03-12', '2018-03-12', '2018-03-12', NULL, '2018-03-13 01:26:14', '2018-03-16 17:43:19'),
(101, 15, 2, 4, 3, 5, 'Update the Image-3', NULL, 'https://drive.google.com/open?id=1nzDqLV4fwgHhH2fkwaSX58ZgjqTq6HEn', '2018-03-12', '2018-03-12', '2018-03-12', '2018-03-16', '2018-03-13 01:26:55', '2018-03-17 12:29:52'),
(102, 15, 2, 4, 3, 5, 'Update the Image', NULL, 'https://drive.google.com/open?id=12MYqULGyBIS9JK2Zxr4k1XoolNspAyg-', '2018-03-12', '2018-03-12', '2018-03-12', '2018-03-16', '2018-03-13 01:27:05', '2018-03-17 12:30:09'),
(103, 15, 2, 4, 3, 5, 'Update the effects of the smilies image as in original', NULL, 'https://drive.google.com/open?id=1Y2waQqw1SSCV8lZlCPid8g9nZcGxIdOa', '2018-03-12', '2018-03-12', '2018-03-12', NULL, '2018-03-13 01:27:33', '2018-04-10 12:21:49'),
(104, 15, 2, 4, 3, 4, 'Update the Image-6', NULL, 'https://drive.google.com/open?id=1P_W9mKg3FgL-krfAotaeLZ8TTUAmdIrT', '2018-03-12', '2018-03-12', '2018-03-12', NULL, '2018-03-13 01:27:46', '2018-03-16 17:44:55'),
(106, 15, 2, 4, 3, 4, 'Update the Image alignments', NULL, 'https://drive.google.com/open?id=13w5xC_hGwpPzOYovtBeczGf2SYboDXpc', '2018-03-12', '2018-03-12', '2018-03-12', NULL, '2018-03-13 01:28:38', '2018-03-17 12:30:22'),
(107, 15, 3, 4, 3, 5, 'Screen does not gets reset on entering the next round', NULL, '', '2018-03-12', '2018-03-12', '2018-03-12', NULL, '2018-03-13 01:46:58', '2018-03-17 12:30:30'),
(108, 15, 3, 4, 3, 5, 'Player wins the round even when some patients left out in the game', NULL, '', '2018-03-12', '2018-03-12', '2018-03-12', NULL, '2018-03-13 01:48:20', '2018-03-17 12:30:38'),
(109, 15, 3, 4, 3, 5, 'Patients gets disappeared on reaching at the end of the table', NULL, '', '2018-03-12', '2018-03-12', '2018-03-12', NULL, '2018-03-13 02:41:17', '2018-03-17 12:30:46'),
(110, 15, 3, 4, 3, 5, 'Patients stops for a while on receiving the wrong pills', NULL, '', '2018-03-12', '2018-03-12', '2018-03-12', NULL, '2018-03-13 02:43:22', '2018-03-20 17:32:17'),
(111, 11, 2, 1, 3, 4, 'My Work Screen: Fix the size of the projects displayed in the project section (Gets disaligned by adding new users)', NULL, '', '2018-03-13', '2018-03-14', '2018-03-13', NULL, '2018-03-13 21:55:16', '2018-04-02 12:50:42'),
(112, 15, 2, 4, 3, 4, 'Fix the size and alignments of the screens in help section as in original version', NULL, '', '2018-03-13', '2018-03-14', '2018-03-13', NULL, '2018-03-13 22:39:38', '2018-03-16 17:25:39'),
(113, 2, 3, 4, 1, 2, 'Enterprise feature - If Enterprise have 100 words and assignment is also of 100 words. It is not showing the option to Pay via Free word.', NULL, '', '2018-03-14', '2018-03-15', '2018-03-14', '2018-03-19', '2018-03-15 00:04:29', '2018-03-22 12:22:54'),
(114, 2, 3, 4, 1, 7, 'Enterprise feature - Change the wording and show word balance as per the attached screenshot', NULL, 'http://prntscr.com/ir1jhi', '2018-03-14', '2018-03-15', '2018-03-14', '2018-03-27', '2018-03-15 00:07:53', '2018-03-27 17:21:00'),
(115, 2, 3, 4, 1, 2, 'Enterprise Feature- Also change the \"Free word\" to \"Available Word Balance\"on award popup to', NULL, '', '2018-03-14', '2018-03-15', '2018-03-14', '2018-03-19', '2018-03-15 00:32:34', '2018-03-22 12:06:08'),
(116, 2, 2, 4, 1, 7, 'Translator: New Bug - When I awarded a project and deleted it after sometime. The NDA sign notification is still showing to translator. (See attachment)', NULL, 'http://prntscr.com/ir1v3l', '2018-03-16', '2018-03-16', '2018-03-14', '2018-03-21', '2018-03-15 00:33:32', '2018-04-26 19:12:26'),
(117, 2, 2, 4, 1, 7, 'Translator: Translator side design issue - The \"My Assignment\" panel is coming down on the page..it should be properly aligned right', NULL, '', '2018-03-14', '2018-03-15', '2018-03-14', '2018-03-17', '2018-03-15 00:39:27', '2018-04-25 20:01:28'),
(118, 2, 2, 4, 1, 4, 'Translator: Align the My Assignment panel buttons in a single row', NULL, 'http://prntscr.com/ir20yh', '2018-03-14', '2018-03-16', '2018-03-14', NULL, '2018-03-15 00:43:07', '2018-03-17 15:58:25'),
(119, 2, 2, 4, 1, 2, 'Translator: On complete popup remove the sentence \"Are you sure\"', NULL, 'http://prntscr.com/ir22tt', '2018-03-14', '2018-03-15', '2018-03-14', '2018-03-19', '2018-03-15 00:46:38', '2018-03-22 15:11:03'),
(120, 2, 2, 4, 1, 2, 'Client - After trnslator completes an assigment remove the \"hh hours left\" word', NULL, 'http://prntscr.com/ir25dh', '2018-03-14', '2018-03-16', '2018-03-14', '2018-03-21', '2018-03-15 00:51:52', '2018-03-22 15:18:00'),
(121, 2, 2, 4, 1, 2, 'Client - Some changes in email ( sent when translator complete assignment and the download password is sent to client', NULL, 'http://prntscr.com/ir296u', '2018-03-14', '2018-03-16', '2018-03-14', '2018-03-21', '2018-03-15 00:58:09', '2018-03-27 17:22:22'),
(122, 2, 2, 4, 1, 2, 'Client - Change Pin to password.', NULL, 'http://prntscr.com/ir29t4', '2018-03-14', '2018-03-16', '2018-03-14', '2018-03-19', '2018-03-15 00:59:37', '2018-03-22 12:02:40'),
(123, 2, 3, 4, 1, 2, 'Admin - While adding the users to ent. give the email along with the names', NULL, '', '2018-03-15', '2018-03-15', '2018-03-15', '2018-03-21', '2018-03-15 21:34:26', '2018-03-22 12:13:55'),
(124, 2, 3, 4, 1, 2, 'Admin - Change the clients to users in Edit enterprise', NULL, '', '2018-03-15', '2018-03-15', '2018-03-15', '2018-03-19', '2018-03-15 21:34:57', '2018-03-22 12:05:49'),
(125, 2, 3, 4, 1, 2, 'Admin - Change all the buttons label from Edit to Submit in edit pop ups', NULL, '', '2018-03-15', '2018-03-16', '2018-03-15', '2018-03-19', '2018-03-15 21:35:59', '2018-03-22 12:05:58'),
(127, 15, 3, 4, 3, 5, 'Patients are approaching at a very fast rate (Extend the time gap)', NULL, '', '2018-03-15', '2018-03-15', '2018-03-15', NULL, '2018-03-16 01:13:21', '2018-03-22 15:55:55'),
(128, 15, 3, 4, 1, 5, 'Help : Image not sliding with text', NULL, '', '2018-03-15', '2018-03-16', '2018-03-16', NULL, '2018-03-16 22:45:28', '2018-03-16 20:08:32'),
(129, 15, 2, 4, 1, 5, 'Page title on browser is missing', NULL, '', '2018-03-15', '2018-03-16', '2018-03-16', '2018-03-16', '2018-03-16 22:47:55', '2018-03-17 13:15:04'),
(130, 15, 2, 4, 1, 5, 'The text is very small. It should be small for mobile only', NULL, 'http://prntscr.com/irz0vo', '2018-03-16', '2018-03-16', '2018-03-16', '2018-03-16', '2018-03-16 22:57:02', '2018-03-22 15:56:25'),
(131, 15, 2, 4, 1, 5, 'When DR has medicine in hand and we move it up or down. the moving image does not have medicine in hand', NULL, '', '2018-03-15', '2018-03-16', '2018-03-16', '2018-03-16', '2018-03-16 23:13:25', '2018-03-17 13:16:13'),
(132, 15, 2, 4, 1, 5, 'Game Play Screen: Smilies bouncing is not smooth.', NULL, 'http://prntscr.com/j376qy', '2018-03-16', '2018-03-16', '2018-03-16', '2018-04-13', '2018-03-16 23:28:24', '2018-04-18 14:00:28'),
(133, 15, 2, 4, 1, 5, 'Design of upgrade alert popop box', NULL, 'http://prntscr.com/irzh45', '2018-03-16', '2018-03-16', '2018-03-16', '2018-03-16', '2018-03-16 23:30:58', '2018-03-17 13:12:06'),
(134, 15, 2, 4, 1, 5, 'Speed up the final score counter when game finish. It is taking login time to show the scrore', NULL, '', '2018-03-16', '2018-03-16', '2018-03-16', NULL, '2018-03-16 23:35:03', '2018-03-22 15:56:39'),
(135, 15, 2, 4, 3, 5, 'Update the message image displayed as in original', NULL, 'https://drive.google.com/open?id=11_qyakeQapgm6BnEgRZFFDyM2fgTD_05', '2018-03-16', '2018-03-16', '2018-03-16', NULL, '2018-03-16 23:42:11', '2018-03-17 13:12:21'),
(136, 15, 3, 4, 3, 5, 'Smilies score must not be negative (Set as 0)', NULL, 'https://drive.google.com/open?id=1vG7QuhqhIZWiHpLJOiCQeVvxJ8RiqO4y', '2018-03-16', '2018-03-16', '2018-03-16', NULL, '2018-03-16 23:43:59', '2018-03-31 13:45:43'),
(137, 15, 3, 4, 3, 5, 'Pills pass through the patients at some points of the game', NULL, 'https://drive.google.com/open?id=1thuztZphbbUroRQdy3N4zUG6lm7o0YHm', '2018-03-16', '2018-03-16', '2018-03-16', NULL, '2018-03-16 23:45:25', '2018-03-31 13:45:50'),
(138, 15, 2, 4, 3, 4, 'Update the background image as in original', NULL, 'https://drive.google.com/open?id=1mcNUV3eFokdE06Mr6ZRn9MAwETdrnCRE', '2018-03-16', '2018-03-16', '2018-03-16', NULL, '2018-03-16 23:46:13', '2018-03-17 13:12:37'),
(139, 15, 2, 4, 3, 4, 'Update the alignments of the scores displayed on the win screen', NULL, 'http://prntscr.com/it4rlq', '2018-03-19', '2018-03-19', '2018-03-19', NULL, '2018-03-19 19:26:33', '2018-03-22 15:57:11'),
(140, 15, 3, 4, 1, 5, 'URGENT- In mobile when we push a medicine, and touch on the other line. Doctor goes to other line without taking pills. The bar remain half on the old row', NULL, '', '2018-03-19', '2018-03-20', '2018-03-19', NULL, '2018-03-20 01:38:06', '2018-03-22 17:05:39'),
(141, 15, 2, 4, 1, 5, 'Game Over Screen: Hover not working on Replay button', NULL, 'http://prntscr.com/iuajgs', '2018-03-21', '2018-03-21', '2018-03-21', NULL, '2018-03-22 01:37:05', '2018-04-05 15:22:29'),
(142, 6, 3, 4, 1, 5, 'Uploading Big PDF files- It loads till 25% and redirects to add.php page. If their is limit for the size please tell the user before uploading that the file size is too high to upload.', NULL, '', '2018-03-22', '2018-03-22', '2018-03-22', NULL, '2018-03-22 18:49:34', '2018-04-05 12:55:34'),
(143, 6, 1, 1, 1, 5, 'Remove the php from urls', NULL, '', '2018-03-22', '2018-03-24', '2018-03-22', NULL, '2018-03-22 18:56:33', '2018-03-22 11:56:33'),
(144, 14, 1, 4, 3, 2, 'All Screens -- Update the back navigations to the last page opened', NULL, '', '2018-03-23', '2018-03-24', '2018-03-23', '2018-04-17', '2018-03-24 02:14:20', '2018-04-18 14:01:24'),
(145, 14, 1, 4, 3, 4, 'All Screens -- Increase the effective area of the back button', NULL, '', '2018-03-23', '2018-03-24', '2018-03-23', NULL, '2018-03-24 02:15:04', '2018-03-24 12:51:34'),
(146, 14, 1, 4, 3, 4, 'Inquiry Popup -- Remove the text in the Inquiry popup', NULL, '', '2018-03-23', '2018-03-23', '2018-03-23', NULL, '2018-03-24 02:16:43', '2018-03-24 12:43:04'),
(147, 14, 1, 4, 3, 4, 'Inquiry Popup -- Spelling update \'Enquiry\' to \'Inquiry\'', NULL, '', '2018-03-23', '2018-03-23', '2018-03-23', NULL, '2018-03-24 02:17:24', '2018-03-24 12:42:16'),
(148, 14, 1, 4, 3, 4, 'Inquiry Popup -- Enter your message (optional)', NULL, '', '2018-03-23', '2018-03-23', '2018-03-23', NULL, '2018-03-24 02:18:14', '2018-04-02 13:10:54'),
(149, 14, 1, 4, 3, 4, 'Login Screen -- Take logo from Admin login screen', NULL, '', '2018-03-23', '2018-03-23', '2018-03-23', NULL, '2018-03-24 02:21:55', '2018-03-24 12:51:28'),
(150, 14, 1, 4, 3, 2, 'Product Popup -- Zoom the selected image only', NULL, '', '2018-03-23', '2018-03-23', '2018-03-23', '2018-03-31', '2018-03-24 02:24:39', '2018-04-02 13:10:58'),
(151, 14, 1, 4, 3, 2, 'Product Popup -- Add to favourite should show tick mark after clicking on it.', NULL, '', '2018-03-23', '2018-03-23', '2018-03-23', '2018-03-31', '2018-03-24 02:25:49', '2018-04-02 13:11:05'),
(152, 14, 1, 4, 3, 2, 'Inquiry Popup -- Popup should close after clicking submit immediately', NULL, '', '2018-03-23', '2018-03-23', '2018-03-23', '2018-04-02', '2018-03-24 02:27:06', '2018-04-02 13:11:23'),
(153, 1, 2, 4, 3, 7, 'Projects Screen: Sponsors can make the changes in the projects even when the project is in published stage', NULL, '', '2018-03-28', '2018-03-29', '2018-03-28', '2018-04-06', '2018-03-29 00:34:01', '2018-04-07 12:32:19'),
(154, 1, 2, 4, 3, 7, 'Projects Screen: Project is marked as completed in published stage but project still remains in the published section.', NULL, '', '2018-03-28', '2018-03-29', '2018-03-28', '2018-04-06', '2018-03-29 00:37:41', '2018-04-07 12:32:32'),
(155, 1, 2, 4, 3, 7, 'Projects Screen: Sponsors can make changes in shared projects even if the project is not created by them', NULL, '', '2018-03-28', '2018-03-29', '2018-03-28', '2018-04-06', '2018-03-29 00:40:07', '2018-04-07 12:32:25'),
(156, 1, 2, 4, 3, 7, 'Project Publish, Start Screen: Projects can be assigned to the sponsors even if they are being not logged in to the system', NULL, '', '2018-03-28', '2018-03-29', '2018-03-28', '2018-04-05', '2018-03-29 00:42:35', '2018-04-05 16:08:54'),
(157, 1, 2, 4, 3, 7, 'Dashboard Screen: Sponsors are shown in the project filters even if they are not active in the system', NULL, '', '2018-03-28', '2018-03-29', '2018-03-28', '2018-04-05', '2018-03-29 01:13:59', '2018-04-05 16:09:03'),
(158, 1, 2, 4, 3, 7, 'Demo User, Paid User Sponsors Screen: Sponsors data lists are different when logged in from demo id and paid id', NULL, '', '2018-03-28', '2018-03-29', '2018-03-28', '2018-04-09', '2018-03-29 01:15:43', '2018-04-10 15:09:05'),
(159, 15, 2, 1, 3, 5, 'Powerup Screen: Add the shortcut key functionality to the powerups feature', NULL, 'http://prntscr.com/ixvtu4', '2018-03-29', '2018-03-30', '2018-03-29', NULL, '2018-03-29 19:35:55', '2018-04-02 12:47:10'),
(160, 15, 2, 4, 3, 5, 'Powerup Screen: Add the Image \'SOLD\' to the powerup purchased.', NULL, 'http://prntscr.com/ixw1dg', '2018-03-29', '2018-03-30', '2018-03-29', NULL, '2018-03-29 19:54:21', '2018-04-05 15:17:12'),
(161, 15, 2, 4, 3, 5, 'Upgrades Screen: Images gets disappeared on adding the UPGRADES', NULL, 'http://prntscr.com/ixwbqe', '2018-03-29', '2018-03-30', '2018-03-29', NULL, '2018-03-29 20:17:37', '2018-04-05 15:17:17'),
(162, 16, 2, 4, 3, 4, 'Increase the size of the scores displayed on the screen', NULL, '', '2018-04-05', '2018-04-05', '2018-04-05', NULL, '2018-04-05 19:17:07', '2018-04-05 12:32:27'),
(163, 16, 2, 4, 3, 4, 'Update the score image \"250\" as \"+250\"', NULL, '', '2018-04-05', '2018-04-05', '2018-04-05', NULL, '2018-04-05 19:19:15', '2018-04-05 13:00:14'),
(164, 16, 3, 4, 3, 5, 'Using the 50-50 lifeline sometimes disable the right answer of the question', NULL, '', '2018-04-05', '2018-04-05', '2018-04-05', NULL, '2018-04-05 19:20:12', '2018-04-05 12:33:29'),
(165, 16, 2, 4, 3, 5, 'User can select more than one lifeline for the same question', NULL, '', '2018-04-05', '2018-04-05', '2018-04-05', NULL, '2018-04-05 19:24:28', '2018-04-05 12:33:39'),
(166, 16, 2, 4, 3, 5, 'Highlight the bonus points score board on using the \"Freeze\" or \"Stop\" lifeline', NULL, '', '2018-04-05', '2018-04-05', '2018-04-05', NULL, '2018-04-05 19:28:17', '2018-04-05 12:50:35'),
(167, 16, 2, 4, 3, 4, 'Answers are not displayed for the questions on the screen in IE9', NULL, '', '2018-04-05', '2018-04-05', '2018-04-05', '2018-04-14', '2018-04-05 19:31:18', '2018-04-18 13:59:43'),
(168, 16, 2, 4, 3, 5, 'Disable the effect on the \"Stop\" lifeline after using it', NULL, '', '2018-04-05', '2018-04-05', '2018-04-05', '2018-04-05', '2018-04-05 20:39:12', '2018-04-05 18:59:54'),
(169, 16, 2, 4, 3, 5, '\"Freeze\" and \"Stop\" lifelines can be used again after getting disabled', NULL, '', '2018-04-05', '2018-04-05', '2018-04-05', '2018-04-05', '2018-04-05 20:43:23', '2018-04-05 18:59:59'),
(170, 16, 2, 4, 3, 5, 'Bonus points stops after using \"Stop\" lifeline but gets decremented by 1 after giving the correct answer', NULL, '', '2018-04-05', '2018-04-05', '2018-04-05', '2018-04-05', '2018-04-05 20:46:20', '2018-04-05 19:00:05'),
(171, 16, 2, 4, 3, 5, 'Patient face image gets changed after answering the last question', NULL, 'http://prntscr.com/j19myd', '2018-04-05', '2018-04-05', '2018-04-05', NULL, '2018-04-06 00:25:25', '2018-04-18 13:59:48'),
(172, 16, 2, 4, 3, 5, 'Patient image gets disaligned on keep playing the game again', NULL, '', '2018-04-05', '2018-04-05', '2018-04-05', NULL, '2018-04-06 00:32:16', '2018-04-05 18:41:18'),
(173, 1, 3, 4, 3, 7, 'Report Section: Sponsors can make changes in all the projects displayed (not assigned to them). (Sponsor id)', NULL, '', '2018-04-07', '2018-04-07', '2018-04-06', '2018-04-09', '2018-04-06 22:19:18', '2018-04-10 15:09:11'),
(174, 1, 2, 4, 3, 7, 'Pressing the start button in any project is redirecting the user to the start project screen', NULL, '', '2018-04-06', '2018-04-06', '2018-04-06', NULL, '2018-04-06 22:21:31', '2018-04-07 12:32:07'),
(175, 11, 2, 1, 3, 7, 'Provide proper redirections to the mails sent on completion of task and issues', NULL, '', '2018-04-06', '2018-04-07', '2018-04-07', NULL, '2018-04-07 19:43:16', '2018-04-07 12:49:41'),
(176, 11, 2, 1, 3, 7, 'My Work Screen: Dashboard notifications are malfunctioning', NULL, '', '2018-04-06', '2018-04-07', '2018-04-07', NULL, '2018-04-07 19:44:20', '2018-04-07 12:49:34'),
(177, 11, 2, 1, 3, 7, 'Edit Issue Description: Descriptions are not saved in the issues on updating them', NULL, '', '2018-04-06', '2018-04-07', '2018-04-07', NULL, '2018-04-07 19:49:26', '2018-04-10 15:46:46'),
(178, 6, 2, 1, 3, 5, 'Assignment Management: First click on the check box is not accepted on assigning the code', NULL, '', '2018-04-05', '2018-04-06', '2018-04-07', NULL, '2018-04-07 20:22:52', '2018-04-07 13:23:45'),
(179, 1, 2, 4, 3, 7, 'Projects Screen: Status of the projects are shown as \"on Track\" in the published stage (Demo id)', NULL, '', '2018-04-07', '2018-04-07', '2018-04-07', '2018-04-09', '2018-04-07 21:51:25', '2018-04-10 15:09:33'),
(180, 1, 2, 4, 3, 7, 'Dashboard Screen: Projects shared with the sponsors are not showing on the dashboard (Sponsor id)', NULL, '', '2018-04-09', '2018-04-09', '2018-04-09', NULL, '2018-04-09 19:38:44', '2018-04-10 15:09:47'),
(181, 1, 2, 4, 3, 7, 'Projects Screen: Projects shared with the sponsors are not shown in the main projects list they are visible only in the share projects section (Sponsor id)', NULL, '', '2018-04-09', '2018-04-09', '2018-04-09', NULL, '2018-04-09 19:41:09', '2018-04-18 14:01:58'),
(182, 1, 3, 4, 3, 7, 'Dashboard Screen: Show the details of the shared projects of the sponsor on the graph charts', NULL, '', '2018-04-09', '2018-04-10', '2018-04-09', NULL, '2018-04-10 01:20:51', '2018-04-10 15:10:00'),
(183, 15, 2, 4, 3, 5, 'Game Play Screen: Add the effects when the doctor loses his lives', NULL, 'http://prntscr.com/j36z9n', '2018-04-10', '2018-04-10', '2018-04-10', NULL, '2018-04-10 19:37:56', '2018-04-13 15:15:46'),
(184, 15, 2, 4, 3, 5, 'Game Play Screen: Update the images of the patient on the correct answer and Score (ex +30) font should be bold and blue', NULL, 'http://prntscr.com/j370d9', '2018-04-10', '2018-04-10', '2018-04-10', '2018-04-13', '2018-04-10 19:42:27', '2018-04-24 13:47:31'),
(185, 15, 2, 4, 3, 5, 'UPGRADES: Update the images on purchasing an upgrade', NULL, 'http://prntscr.com/j37d01', '2018-04-10', '2018-04-10', '2018-04-10', NULL, '2018-04-10 20:07:34', '2018-04-13 15:16:12'),
(186, 11, 2, 1, 3, 7, 'Issues Screen: Extra spaces gets added up on editing any issue', NULL, '', '2018-04-06', '2018-04-07', '2018-04-10', NULL, '2018-04-10 20:27:26', '2018-04-10 13:27:26'),
(187, 3, 2, 1, 3, 4, 'Admin Home Screen: Update the alignments of the Chat tab', NULL, '', '2018-02-14', '2018-02-15', '2018-04-10', NULL, '2018-04-10 22:38:34', '2018-04-10 15:38:34'),
(188, 15, 2, 1, 3, 5, 'Game Play Sreen: Add the effect on the display of scores and update the alignments', NULL, 'http://prntscr.com/j3o26c', '2018-04-11', '2018-04-11', '2018-04-11', NULL, '2018-04-11 19:31:41', '2018-04-11 13:11:51'),
(189, 15, 2, 4, 3, 5, 'Game Play Screen: Update the alignments of the patient at the end of the table', NULL, 'http://prntscr.com/j3oitm', '2018-04-11', '2018-04-11', '2018-04-11', NULL, '2018-04-11 20:11:44', '2018-04-17 12:33:41'),
(190, 15, 2, 4, 3, 5, 'Game Play Screen: Update the effects of the doctor on winning the game', NULL, 'http://prntscr.com/j3onln', '2018-04-11', '2018-04-11', '2018-04-11', NULL, '2018-04-11 20:16:16', '2018-04-17 12:33:47'),
(191, 15, 2, 4, 3, 5, 'Game Play Screen: Update the image of the patient at the end of the table', NULL, 'http://prntscr.com/j3om7j', '2018-04-11', '2018-04-11', '2018-04-11', NULL, '2018-04-11 20:19:28', '2018-04-17 12:34:11'),
(192, 15, 2, 1, 3, 5, 'UPGRADES: Visibility of the text displayed is not clear', NULL, 'http://prntscr.com/j3oox7', '2018-04-11', '2018-04-11', '2018-04-11', NULL, '2018-04-11 20:25:07', '2018-04-11 19:56:10'),
(193, 15, 2, 1, 3, 5, 'UPGARDES: Update the effects on the Pop-up message and Hover on the button displayed', NULL, 'http://prntscr.com/j3owxq', '2018-04-11', '2018-04-11', '2018-04-11', NULL, '2018-04-11 20:42:25', '2018-04-11 13:42:25'),
(194, 15, 2, 4, 3, 5, 'Game Play Screen: Patients with same disease arriving at the same time on the screen', NULL, 'http://prntscr.com/j3qfjg', '2018-04-11', '2018-04-11', '2018-04-11', NULL, '2018-04-11 22:33:02', '2018-04-18 14:00:46'),
(195, 15, 2, 4, 3, 5, 'Game Play Screen: Update the graphics of the table on using Tables Upgrade-1', NULL, 'http://prntscr.com/j3qkzg', '2018-04-11', '2018-04-11', '2018-04-11', NULL, '2018-04-11 22:41:40', '2018-04-13 15:18:22'),
(196, 15, 2, 4, 3, 5, 'Game Play Screen: Update the graphics of the table on using Tables Upgrade-2', NULL, 'http://prntscr.com/j3qldv', '2018-04-11', '2018-04-11', '2018-04-11', NULL, '2018-04-11 22:42:05', '2018-04-13 15:18:28'),
(197, 15, 2, 4, 3, 5, 'UPGRADES: On clicking the \"MAX\" icon the popup message is displayed', NULL, 'http://prntscr.com/j3ub6j', '2018-04-11', '2018-04-11', '2018-04-11', '2018-04-13', '2018-04-12 02:52:07', '2018-04-18 14:00:52'),
(198, 15, 2, 4, 3, 5, 'POWERUPS: On clicking the \"SOLD\" icon the popup message is displayed', NULL, 'http://prntscr.com/j3udf0', '2018-04-11', '2018-04-11', '2018-04-11', '2018-04-13', '2018-04-12 02:55:22', '2018-04-18 14:00:58'),
(199, 15, 2, 4, 3, 5, 'Sounds: Add the sound on the play and the help buton of the main screen', NULL, '', '2018-04-12', '2018-04-12', '2018-04-12', NULL, '2018-04-12 23:01:20', '2018-04-16 17:54:35'),
(200, 15, 2, 4, 3, 5, 'Sounds: Update the sounds on the change of pages of the help section', NULL, '', '2018-04-12', '2018-04-12', '2018-04-12', NULL, '2018-04-12 23:03:57', '2018-04-18 14:01:07'),
(201, 15, 2, 4, 3, 5, 'Sounds: Add the sounds on the buttons of the help section and the play button', NULL, '', '2018-04-12', '2018-04-12', '2018-04-12', NULL, '2018-04-12 23:05:15', '2018-04-16 17:54:53'),
(202, 15, 2, 4, 3, 5, 'Sounds: Add the effect on the start of the new round on the game', NULL, '', '2018-04-12', '2018-04-12', '2018-04-12', NULL, '2018-04-12 23:06:11', '2018-04-18 15:47:31'),
(203, 15, 2, 4, 3, 5, 'Sounds: Update the sound of the dispense of the pill in the game', NULL, '', '2018-04-12', '2018-04-12', '2018-04-12', NULL, '2018-04-12 23:06:58', '2018-04-16 17:55:08'),
(204, 15, 2, 4, 3, 5, 'Sounds: Add the sound on the movement of the doctor in the game', NULL, '', '2018-04-12', '2018-04-12', '2018-04-12', NULL, '2018-04-12 23:07:46', '2018-04-16 17:55:16'),
(205, 15, 2, 4, 3, 5, 'Sounds: Add the sound on losing the lives of the doctor', NULL, '', '2018-04-12', '2018-04-12', '2018-04-12', NULL, '2018-04-12 23:08:37', '2018-04-16 17:55:27'),
(206, 15, 2, 4, 3, 5, 'Sounds: Add sound on the completion of the round (Win Screen)', NULL, '', '2018-04-12', '2018-04-12', '2018-04-12', NULL, '2018-04-12 23:09:41', '2018-04-18 15:47:42'),
(207, 15, 2, 4, 3, 5, 'Sounds: Backround sound should play in continuation till the end of the game.', NULL, '', '2018-04-12', '2018-04-12', '2018-04-12', NULL, '2018-04-12 23:10:46', '2018-04-18 15:47:54'),
(208, 15, 2, 4, 3, 5, 'Sounds: Add the sounds on the buttons of the upgades and powerup section', NULL, '', '2018-04-12', '2018-04-12', '2018-04-12', NULL, '2018-04-12 23:15:55', '2018-04-17 12:35:44'),
(209, 15, 2, 1, 3, 5, 'UPGRADES: Update the effects on the icons of the upgrades and the powerups', NULL, '', '2018-04-12', '2018-04-12', '2018-04-12', NULL, '2018-04-12 23:17:24', '2018-04-12 16:17:24'),
(210, 15, 2, 4, 3, 5, 'Sounds: Add the sound on purcahsing the upgrades', NULL, '', '2018-04-12', '2018-04-12', '2018-04-12', '2018-04-13', '2018-04-12 23:23:45', '2018-04-18 14:01:11'),
(211, 16, 2, 4, 3, 5, 'Sounds: Add the background music played in the game', NULL, '', '2018-04-13', '2018-04-13', '2018-04-13', '2018-04-13', '2018-04-13 19:34:53', '2018-04-18 13:59:52'),
(212, 16, 2, 4, 3, 5, 'Sounds: Add the sound on the display of the answers of the question', NULL, '', '2018-04-13', '2018-04-13', '2018-04-13', '2018-04-13', '2018-04-13 19:35:57', '2018-04-18 13:59:58'),
(213, 16, 2, 4, 3, 5, 'Sounds: Add the sounds of the pateint on the wrong answer', NULL, '', '2018-04-13', '2018-04-13', '2018-04-13', '2018-04-13', '2018-04-13 19:36:58', '2018-04-18 14:00:06'),
(214, 16, 2, 4, 3, 5, 'Sounds: Add the sound of adding up the bonus points to the final score', NULL, '', '2018-04-13', '2018-04-13', '2018-04-13', '2018-04-13', '2018-04-13 19:37:47', '2018-04-18 14:00:11'),
(215, 6, 3, 1, 1, 5, 'Test issues - 4/21/2018', '<ul>\r\n <li>July 5 2016, 4:13 PM should be the Datetime format.</li>\r\n <li>Manager - All the Draft incubators should be on the top of list</li>\r\n <li>Manager - Last Approved By is missing.</li>\r\n <li>Manager - Last Modified is missing.</li>\r\n <li>Worklist (all) If no record change the message to “Check back later, there are currently no assigned Incubators for you to complete.”</li>\r\n <li>Manager - Remove the publish button</li>\r\n <li>\r\n <p>When there are no cases waiting for approval, there should me a message "No cases are waiting for approval" when "Show: Waiting for Approval" is clicked.</p>\r\n </li>\r\n <li>\r\n <p>Creator: After submit - change the alert box style as in the others.</p>\r\n </li>\r\n</ul>', '', '2018-04-21', '2018-04-21', '2018-04-21', NULL, '2018-04-21 19:08:52', '2018-04-25 13:23:35'),
(216, 2, 2, 4, 3, 7, 'Translator: My Bid section is showing the bids which are already being bid by the translator', NULL, '', '2018-04-23', '2018-04-24', '2018-04-23', '2018-04-25', '2018-04-24 01:58:19', '2018-04-25 19:59:24'),
(217, 2, 2, 4, 3, 7, 'Client: Change the title of the toggle button as \"Wip assured\"', NULL, '', '2018-04-23', '2018-04-24', '2018-04-23', '2018-04-25', '2018-04-24 01:59:49', '2018-04-25 19:59:30'),
(218, 2, 2, 4, 3, 7, 'Client: When the bid is being approved by using free words, the price and the hours gets reset to non-assured bid values', NULL, '', '2018-04-23', '2018-04-24', '2018-04-23', '2018-04-25', '2018-04-24 02:01:55', '2018-04-25 19:59:40'),
(219, 2, 2, 4, 3, 7, 'Translator: Show the number of hours for the completion of bids in the message displayed (See attachment)', NULL, 'http://prntscr.com/j902y0', '2018-04-23', '2018-04-24', '2018-04-23', '2018-04-26', '2018-04-24 02:05:19', '2018-04-28 15:32:23'),
(220, 2, 2, 4, 3, 7, 'Translator: Remove the message of the approval of bid from the active bid section of the translator and place it in the \"My Bid\" and \"My Assignment\" section. (See attachment)', NULL, 'http://prntscr.com/j907zc', '2018-04-23', '2018-04-24', '2018-04-23', '2018-04-25', '2018-04-24 02:09:24', '2018-04-25 19:59:54'),
(222, 3, 1, 4, 3, 4, 'Edit Customer Form: Update the alignments of the address field', NULL, 'http://prntscr.com/j9tjwv', '2018-04-25', '2018-04-25', '2018-04-25', NULL, '2018-04-25 20:11:10', '2018-05-17 16:42:32'),
(223, 6, 3, 1, 1, 5, 'Test Issues 4/25/2018', '<ul>\r\n <li>User - The latest assigned cases will be shown first.</li>\r\n <li>Manager - The order should be 1) Last Modify Draft 2) Draft 3) Last Modify Publish 4) Publish</li>\r\n <li>Add New Case - Put a cancel button below save. after clicking it user will be back to the all cases like in Back button</li>\r\n</ul>', '', '2018-04-25', '2018-04-26', '2018-04-25', NULL, '2018-04-25 20:23:55', '2018-04-25 13:33:26'),
(224, 11, 1, 4, 3, 7, 'ravi test this issue', '<p>this is test issue</p>', '', '2018-04-29', '2018-04-30', '2018-04-26', '2018-04-26', '2018-04-26 19:01:08', '2018-04-26 12:06:37'),
(225, 14, 2, 4, 3, 4, 'Update the effects on the hover effect of the chat button (Label gets dissappeared)', NULL, 'http://prntscr.com/jbw6gi', '2018-04-30', '2018-04-30', '2018-04-30', NULL, '2018-04-30 22:20:50', '2018-05-17 16:42:16'),
(226, 17, 2, 4, 3, 5, 'Remove the highlighted section at the corner of the main screen', NULL, 'http://prntscr.com/jd5m99', '2018-05-03', '2018-05-03', '2018-05-03', '2018-05-04', '2018-05-03 19:58:02', '2018-05-05 15:04:40'),
(227, 17, 2, 4, 3, 5, 'Add the text of nthrive education at the footer of the main screen', NULL, 'http://prntscr.com/jd5fbc', '2018-05-03', '2018-05-03', '2018-05-03', '2018-05-07', '2018-05-03 20:00:58', '2018-05-07 19:50:58'),
(228, 17, 2, 4, 3, 5, 'Update the screen on the start of the game (Add 0 to the move screen)', NULL, 'http://prntscr.com/jd6396', '2018-05-03', '2018-05-03', '2018-05-03', '2018-05-04', '2018-05-03 20:03:45', '2018-05-05 15:05:08'),
(229, 17, 2, 4, 3, 5, 'Sounds: Add the sound on the OK button', NULL, 'http://prntscr.com/jd5fpc', '2018-05-03', '2018-05-03', '2018-05-03', '2018-05-07', '2018-05-03 20:05:40', '2018-05-17 16:41:37'),
(230, 17, 2, 1, 3, 5, 'Blur the highlight effect on the display of messages', NULL, 'http://prntscr.com/jd5g19', '2018-05-03', '2018-05-03', '2018-05-03', NULL, '2018-05-03 20:07:46', '2018-05-03 16:07:43'),
(231, 17, 2, 4, 3, 5, 'Blur and update the effects on the display of the message', NULL, 'http://prntscr.com/jd5gen', '2018-05-03', '2018-05-03', '2018-05-03', NULL, '2018-05-03 20:10:33', '2018-06-13 11:12:03'),
(232, 17, 2, 4, 3, 5, 'Update the timing of the moves update from 2 to 1 at the end of the panel', NULL, 'http://prntscr.com/jd5h1n', '2018-05-03', '2018-05-03', '2018-05-03', '2018-05-04', '2018-05-03 20:14:00', '2018-05-05 15:10:08'),
(233, 17, 2, 4, 3, 5, 'Show the number of moves on entering the main game screen', NULL, 'http://prntscr.com/jd5hn1', '2018-05-03', '2018-05-03', '2018-05-03', '2018-05-04', '2018-05-03 20:16:58', '2018-05-05 15:10:19'),
(234, 17, 2, 4, 3, 5, 'Update the effect in the image of the timer at the main gaming screen', NULL, 'http://prntscr.com/jd5i7k', '2018-05-03', '2018-05-03', '2018-05-03', '2018-05-04', '2018-05-03 20:18:28', '2018-05-14 17:17:48'),
(235, 17, 2, 4, 3, 5, 'Update the algnments of the help screen (Text at the bottom of the screen is not displayed)', NULL, 'http://prntscr.com/jd5j35', '2018-05-03', '2018-05-03', '2018-05-03', '2018-05-04', '2018-05-03 20:20:39', '2018-05-05 16:22:30'),
(236, 17, 2, 4, 3, 4, 'Update the text messages diplayed on the help section of the game', NULL, 'http://prntscr.com/je12mz', '2018-05-03', '2018-05-03', '2018-05-03', '2018-05-07', '2018-05-03 20:26:53', '2018-05-14 17:18:25'),
(237, 17, 2, 4, 3, 5, 'Update the text on the final win screen of the game', NULL, 'http://prntscr.com/je13wi', '2018-05-03', '2018-05-03', '2018-05-03', '2018-05-04', '2018-05-03 22:05:00', '2018-05-17 16:41:31'),
(238, 17, 2, 4, 3, 5, 'Update the effect on the click on the arrow button (Gets Red in color)', NULL, '', '2018-05-03', '2018-05-03', '2018-05-03', '2018-05-04', '2018-05-03 22:08:17', '2018-05-05 16:22:51'),
(239, 17, 2, 4, 3, 5, 'Update the order of the messages displayed on picking up the patients', NULL, 'http://prntscr.com/jd5lii', '2018-05-03', '2018-05-03', '2018-05-03', '2018-05-07', '2018-05-03 22:12:01', '2018-05-07 19:51:18'),
(240, 17, 2, 4, 3, 5, 'Sound: Add the sound on the hover effect of the answer of the questions diplayed', NULL, '', '2018-05-03', '2018-05-03', '2018-05-03', '2018-05-04', '2018-05-04 02:52:08', '2018-05-05 16:23:07'),
(241, 17, 2, 4, 3, 5, 'Sound: Add the sound on the correct or the incorrect answer selected', NULL, '', '2018-05-03', '2018-05-03', '2018-05-03', '2018-05-04', '2018-05-04 02:53:17', '2018-05-05 16:23:15'),
(242, 17, 2, 4, 3, 5, 'Sound: Add the sound on the move of the ambulance', NULL, '', '2018-05-03', '2018-05-03', '2018-05-03', '2018-05-04', '2018-05-04 02:53:57', '2018-05-05 16:23:21');
INSERT INTO `issues` (`id`, `project_id`, `priority_id`, `issue_status_id`, `assignment_from`, `assignment_to`, `issue_description`, `description`, `issue_doc_url`, `start_date`, `end_date`, `issue_date`, `status_update_at`, `created_at`, `updated_at`) VALUES
(243, 17, 2, 4, 3, 5, 'Sound: Add the sound on the display and the remove effect of the questions on the screen', NULL, '', '2018-05-03', '2018-05-03', '2018-05-03', '2018-05-07', '2018-05-04 02:55:45', '2018-05-17 16:40:56'),
(244, 17, 2, 4, 3, 5, 'Sounds: Add the functionality of disabling the sound of the game', NULL, '', '2018-05-03', '2018-05-03', '2018-05-03', '2018-05-04', '2018-05-04 02:57:27', '2018-05-05 16:23:47'),
(245, 17, 2, 4, 3, 5, 'Sounds: Add the sounds on collecting gold coins and the patients', NULL, '', '2018-05-03', '2018-05-03', '2018-05-03', '2018-05-04', '2018-05-04 03:02:17', '2018-05-05 16:22:18'),
(246, 17, 2, 4, 3, 5, 'Update the spell and remove the score board from the final win screen', NULL, 'http://prntscr.com/je0csv', '2018-05-05', '2018-05-05', '2018-05-05', '2018-05-07', '2018-05-05 22:03:36', '2018-05-17 16:41:07'),
(247, 17, 2, 4, 3, 4, 'Increase the font size of the points scored on collecting the coins', NULL, '', '2018-05-05', '2018-05-05', '2018-05-05', NULL, '2018-05-05 23:47:55', '2018-05-14 17:19:01'),
(248, 17, 2, 4, 3, 4, 'Remove the border from the main screen', NULL, '', '2018-05-05', '2018-05-05', '2018-05-05', NULL, '2018-05-05 23:48:36', '2018-05-17 16:40:12'),
(249, 17, 2, 4, 3, 4, 'Add the proper borders on the question and answer display screen and increase the smoothness of the score bar', NULL, '', '2018-05-05', '2018-05-05', '2018-05-05', NULL, '2018-05-05 23:49:33', '2018-05-17 16:40:19'),
(250, 17, 2, 4, 3, 5, 'Remove the help text from the bottom when the player is playing the game (not idle)', NULL, '', '2018-05-05', '2018-05-05', '2018-05-05', NULL, '2018-05-05 23:56:45', '2018-05-14 17:20:03'),
(251, 17, 2, 4, 3, 5, 'Update the alignments of the ambulance (IE-11)', NULL, '', '2018-05-07', '2018-05-07', '2018-05-07', NULL, '2018-05-07 20:08:26', '2018-05-17 16:41:23'),
(252, 17, 2, 4, 3, 4, 'Remove the UPPERCASE on the questions displayed (should be in normal case)', NULL, '', '2018-05-07', '2018-05-07', '2018-05-07', NULL, '2018-05-08 01:55:28', '2018-05-14 17:20:29'),
(253, 17, 2, 2, 3, 4, 'Answers that are greater in length gets cut off when displayed on the screen', NULL, 'http://prntscr.com/jetpca', '2018-05-07', '2018-05-07', '2018-05-07', NULL, '2018-05-08 01:57:47', '2018-05-17 16:40:32'),
(254, 17, 2, 4, 3, 5, 'Alignment of the help panel gets disturbed on the game screen', NULL, 'http://prntscr.com/jfo0uh', '2018-05-09', '2018-05-09', '2018-05-09', NULL, '2018-05-10 00:39:21', '2018-05-17 16:40:46'),
(255, 17, 2, 1, 3, 5, 'Update the speed of movement of the ambulance, coins and the help icons in the game (very slow in IE)', NULL, '', '2018-05-09', '2018-05-09', '2018-05-09', NULL, '2018-05-10 00:41:06', '2018-05-09 17:41:14'),
(256, 17, 2, 4, 3, 5, 'Update the hover effect on the help screen of the game', NULL, 'http://prntscr.com/jfo29m', '2018-05-09', '2018-05-09', '2018-05-09', NULL, '2018-05-10 00:42:54', '2018-06-13 11:12:11'),
(257, 17, 2, 1, 3, 5, 'Sounds: Add the sound on the opening of the help screen', NULL, '', '2018-05-10', '2018-05-10', '2018-05-10', NULL, '2018-05-10 22:06:21', '2018-05-10 15:09:07'),
(258, 17, 2, 4, 3, 5, 'Image of the question timer gets diappeared when the help screen is opened', NULL, 'http://prntscr.com/jg1e5s', '2018-05-10', '2018-05-10', '2018-05-10', NULL, '2018-05-10 22:09:01', '2018-05-14 17:38:53'),
(259, 17, 2, 4, 3, 5, 'Decrease the highlighted area on the button (too large)', NULL, 'http://prntscr.com/jg24mk', '2018-05-10', '2018-05-10', '2018-05-10', NULL, '2018-05-10 23:03:11', '2018-06-13 11:12:17'),
(260, 1, 2, 4, 3, 1, 'Filters applied on the sectors of projects is malfunctioning', NULL, '', '2018-06-25', '2018-06-26', '2018-06-25', NULL, '2018-06-26 02:03:50', '2018-12-28 12:28:37'),
(261, 2, 3, 4, 3, 5, 'Admin Panel : Change title Enterprise to EZ Wallet', NULL, '', '2018-09-11', '2018-09-12', '2018-09-11', '2018-09-12', '2018-09-12 02:13:15', '2018-10-03 16:45:07'),
(262, 2, 3, 4, 3, 5, 'Admin Panel : Change the label of button Create Enterprise to Create EZ Wallet', NULL, '', '2018-09-11', '2018-09-12', '2018-09-11', '2018-09-12', '2018-09-12 02:14:31', '2018-10-03 16:45:11'),
(263, 2, 3, 4, 3, 5, 'Admin Panel : Change label Enterprise name to EZ Wallet Name', NULL, '', '2018-09-11', '2018-09-12', '2018-09-11', '2018-09-12', '2018-09-12 02:15:22', '2018-10-03 16:45:16'),
(264, 2, 3, 4, 3, 5, 'Admin Panel : Change label Number of Words to Number of Coins', NULL, '', '2018-09-11', '2018-09-12', '2018-09-11', '2018-09-12', '2018-09-12 02:16:05', '2018-10-03 16:45:20'),
(265, 2, 3, 4, 3, 5, 'Admin Panel : Change label Words in Balance to Coins in Balance', NULL, '', '2018-09-11', '2018-09-12', '2018-09-11', '2018-09-12', '2018-09-12 02:18:03', '2018-10-03 16:45:25'),
(266, 2, 3, 4, 3, 5, 'Admin Panel : Edit Enterprise - Change all the labels accordingly', NULL, '', '2018-09-11', '2018-09-12', '2018-09-11', '2018-09-12', '2018-09-12 02:19:25', '2018-10-03 16:45:29'),
(267, 2, 3, 4, 3, 5, 'Admin Panel : Recharge Enterprise - Change all the labels accordingly', NULL, '', '2018-09-11', '2018-09-12', '2018-09-11', '2018-09-12', '2018-09-12 02:20:16', '2018-10-03 16:45:33'),
(268, 2, 3, 4, 3, 5, 'Admin Panel : Follow the rules on Copy, Excel, CSV and PDF buttons', NULL, '', '2018-09-11', '2018-09-12', '2018-09-11', '2018-09-12', '2018-09-12 02:21:41', '2018-10-03 16:44:16'),
(269, 2, 3, 4, 3, 5, 'Admin Panel : Update the label on updating the EZ Coins Setting', NULL, '', '2018-09-11', '2018-09-12', '2018-09-11', '2018-09-12', '2018-09-12 02:24:28', '2018-10-03 16:45:36'),
(270, 2, 3, 1, 3, 5, 'Client Panel : Change the default option of the sort index', NULL, '', '2018-09-11', '2018-09-12', '2018-09-11', NULL, '2018-09-12 02:31:52', '2018-09-11 19:31:52'),
(271, 2, 3, 4, 3, 5, 'Client Panel : Change the label Available Word Balance to Available Coin Balance', NULL, '', '2018-09-11', '2018-09-12', '2018-09-11', '2018-09-12', '2018-09-12 02:34:58', '2018-10-03 16:45:42'),
(272, 2, 3, 4, 3, 5, 'Client Panel : Change the label Pay via Free Word to Pay via EZ Wallet', NULL, '', '2018-09-11', '2018-09-12', '2018-09-11', '2018-09-12', '2018-09-12 02:36:10', '2018-10-03 16:44:57'),
(273, 2, 3, 1, 3, 5, 'Client Panel : Popup is malfunctioning on the sudden switch of the payment options', NULL, '', '2018-09-11', '2018-09-12', '2018-09-11', NULL, '2018-09-12 02:37:51', '2018-09-11 19:37:51'),
(274, 2, 3, 1, 3, 5, 'Update the message of Accept to terms and conditions in the signup form', NULL, '', '2018-09-11', '2018-09-12', '2018-09-11', NULL, '2018-09-12 02:39:32', '2018-09-11 19:39:32'),
(277, 21, 2, 4, 3, 5, 'Opening and closing of instructions panel changes the positions of bonus points on screen', '<p>done</p>', '', '2018-10-29', '2018-10-29', '2018-10-29', NULL, '2018-10-29 22:11:38', '2018-10-30 13:18:25'),
(278, 21, 2, 4, 3, 5, 'The question icon is clickable on the instructions screen and the game can be played on the instruction screen', NULL, '', '2018-10-29', '2018-10-29', '2018-10-29', NULL, '2018-10-29 22:13:03', '2018-10-30 13:18:40'),
(279, 21, 2, 4, 3, 5, 'Sound gets started on the enable/disable of the sound icon without starting the game', NULL, '', '2018-10-29', '2018-10-29', '2018-10-29', NULL, '2018-10-29 22:14:09', '2018-11-14 12:46:38'),
(280, 21, 2, 4, 3, 5, 'Questions sound gets stopped in the middle and also the game sound', NULL, '', '2018-10-29', '2018-10-29', '2018-10-29', NULL, '2018-10-29 22:15:44', '2018-11-14 12:46:44'),
(281, 21, 2, 4, 3, 5, 'Once the sound is disabled it gets enabled automatically after answering any question', NULL, '', '2018-10-29', '2018-10-29', '2018-10-29', NULL, '2018-10-29 22:17:01', '2018-11-14 12:46:51'),
(282, 21, 2, 4, 3, 5, 'Sound does not change on the display of the bonus questions', NULL, '', '2018-10-29', '2018-10-29', '2018-10-29', NULL, '2018-10-29 22:18:27', '2018-11-14 12:46:57'),
(283, 21, 2, 4, 3, 5, 'No sounds on the interface of the bonus questions', NULL, '', '2018-10-29', '2018-10-29', '2018-10-29', NULL, '2018-10-29 22:19:20', '2018-11-14 12:47:03'),
(284, 21, 2, 4, 3, 4, 'Continue button format differs for bonus question and the normal questions', NULL, '', '2018-10-29', '2018-10-29', '2018-10-29', NULL, '2018-10-29 22:22:37', '2018-11-14 12:48:05'),
(285, 21, 2, 4, 3, 5, 'Add some basic sound effects when the player moves, when the question comes up (like a “clinking” noise), when they get it right (golf clap), wrong (buzzer) and some generic arcade music in the background when the player is on the board (to be provided).', NULL, '', '2018-10-29', '2018-10-29', '2018-10-29', NULL, '2018-10-29 22:31:03', '2018-10-30 13:18:56'),
(286, 21, 2, 4, 3, 5, 'No sound on the hover on the bonus questions', NULL, '', '2018-10-29', '2018-10-29', '2018-10-29', NULL, '2018-10-29 22:43:07', '2018-11-14 12:47:08'),
(287, 21, 2, 4, 3, 5, 'No game sound after wrong answer of the bonus question', NULL, '', '2018-10-29', '2018-10-29', '2018-10-29', NULL, '2018-10-29 22:45:41', '2018-11-14 12:47:13'),
(288, 21, 2, 4, 3, 4, 'Hover effect is still active after answering the questions', NULL, '', '2018-10-29', '2018-10-29', '2018-10-29', NULL, '2018-10-29 23:34:25', '2018-11-14 12:48:09'),
(289, 21, 2, 4, 3, 5, 'The bonus elements (hand sanitizers and laptop stand) appear in the exact same place on every board – the idea is to mix them up and have them appear in different places.', NULL, '', '2018-10-29', '2018-10-29', '2018-10-29', NULL, '2018-10-30 01:11:55', '2018-11-14 12:47:33'),
(290, 21, 2, 4, 3, 5, 'Bonus points are visible and clickable on the instructions screen', NULL, '', '2018-10-30', '2018-10-30', '2018-10-30', NULL, '2018-10-30 20:16:36', '2018-11-14 12:47:40'),
(291, 21, 2, 4, 3, 5, 'Undefined error on clear cache and refresh of the game', NULL, 'http://prntscr.com/lc4fr6', '2018-10-30', '2018-10-30', '2018-10-30', NULL, '2018-10-30 20:26:59', '2018-11-14 12:47:51'),
(292, 24, 1, 3, 3, 2, 'Round off the ratings displayed', NULL, '', '2018-11-23', '2018-11-23', '2018-11-23', NULL, '2018-11-23 19:47:04', '2018-12-05 12:30:15'),
(293, 24, 1, 3, 3, 2, 'The ratings star gets differ when sorting is applied', NULL, '', '2018-11-23', '2018-11-23', '2018-11-23', '2019-07-11', '2018-11-23 19:47:33', '2019-07-11 13:15:43'),
(294, 24, 1, 3, 3, 2, 'No change in the hours of the bids when the EZ assured is applied', NULL, '', '2018-11-23', '2018-11-23', '2018-11-23', NULL, '2018-11-23 19:48:22', '2018-12-05 19:56:00'),
(295, 24, 1, 3, 3, 2, 'The format of the bids is odd for some translators', NULL, '', '2018-11-23', '2018-11-23', '2018-11-23', NULL, '2018-11-23 19:49:50', '2018-12-05 19:56:09'),
(296, 24, 1, 4, 3, 2, 'Error on the notification tab', NULL, '', '2018-11-23', '2018-11-23', '2018-11-23', NULL, '2018-11-23 19:52:35', '2018-11-29 19:41:49'),
(297, 24, 1, 3, 3, 2, 'Submit is not working on the profile changes', NULL, '', '2018-11-23', '2018-11-23', '2018-11-23', NULL, '2018-11-23 19:53:03', '2018-12-05 19:56:17'),
(298, 24, 1, 3, 3, 2, 'Dummy bid records are displayed that are not active', NULL, '', '2018-11-23', '2018-11-23', '2018-11-23', NULL, '2018-11-23 19:54:19', '2018-12-12 18:11:59'),
(299, 24, 1, 3, 3, 2, 'Setting popup gets stuck when clicked', NULL, '', '2018-11-23', '2018-11-23', '2018-11-23', NULL, '2018-11-23 19:55:42', '2018-12-04 20:39:26'),
(300, 24, 1, 3, 3, 2, 'View document link is not working', NULL, '', '2018-11-23', '2018-11-23', '2018-11-23', NULL, '2018-11-23 19:57:28', '2018-12-11 11:27:35'),
(301, 24, 1, 3, 3, 2, 'Remove the word translate from Translation format', NULL, '', '2018-11-23', '2018-11-23', '2018-11-23', NULL, '2018-11-23 20:09:32', '2018-12-05 19:56:39'),
(302, 24, 1, 3, 3, 2, 'Format of the award of the bids needs to be updated', NULL, '', '2018-11-23', '2018-11-23', '2018-11-23', NULL, '2018-11-23 20:10:44', '2018-12-05 19:56:56'),
(303, 24, 1, 3, 3, 2, 'Created the bid but not displayed on the uploaded panel', NULL, '', '2018-11-23', '2018-11-23', '2018-11-23', NULL, '2018-11-23 20:16:19', '2018-12-05 19:57:03'),
(304, 24, 1, 3, 3, 2, 'Clicked the submit button multiple and the multiple bids are created at once', NULL, '', '2018-11-23', '2018-11-23', '2018-11-23', NULL, '2018-11-23 20:17:16', '2018-12-05 19:57:09'),
(305, 24, 1, 3, 3, 2, 'Completed Bid is not displayed with the completion rating of the translator', NULL, '', '2018-11-23', '2018-11-23', '2018-11-23', NULL, '2018-11-23 20:22:23', '2018-12-05 19:57:17'),
(306, 24, 1, 3, 3, 2, 'Remove the sorting option from the completed bid section', NULL, '', '2018-11-23', '2018-11-23', '2018-11-23', NULL, '2018-11-23 20:24:07', '2018-12-05 19:57:24'),
(307, 24, 1, 3, 3, 2, 'Remove the award icon from the completed bids section', NULL, '', '2018-11-23', '2018-11-23', '2018-11-23', NULL, '2018-11-23 20:26:22', '2018-12-05 19:57:30'),
(308, 24, 1, 3, 3, 2, 'The hours left for the completion of the bid is not dynamic', NULL, '', '2018-11-23', '2018-11-23', '2018-11-23', '2018-12-11', '2018-11-23 20:27:57', '2018-12-11 16:16:35'),
(309, 24, 1, 3, 3, 2, 'All translators are marked as favorite on the bids', NULL, '', '2018-11-23', '2018-11-23', '2018-11-23', NULL, '2018-11-23 20:31:54', '2018-12-12 17:00:16'),
(311, 24, 1, 3, 3, 2, 'No option is provided for deleting the bid', NULL, '', '2018-11-23', '2018-11-23', '2018-11-23', '2018-12-12', '2018-11-23 20:37:57', '2018-12-12 12:56:33'),
(312, 24, 1, 3, 3, 2, 'Remove the sort option in the started section of the bids', NULL, '', '2018-11-23', '2018-11-23', '2018-11-23', NULL, '2018-11-23 20:44:59', '2018-12-06 14:34:41'),
(313, 24, 1, 3, 3, 2, 'No change in the records on logging in form a different account', NULL, '', '2018-11-23', '2018-11-23', '2018-11-23', NULL, '2018-11-23 20:51:21', '2018-12-12 20:18:39'),
(314, 24, 1, 3, 3, 2, 'No information displayed on the delay of the bids', NULL, '', '2018-11-23', '2018-11-23', '2018-11-23', NULL, '2018-11-23 20:53:08', '2018-12-12 16:59:56'),
(315, 24, 1, 3, 3, 2, 'Provide the password validation on the Signup form', NULL, '', '2018-11-23', '2018-11-23', '2018-11-23', NULL, '2018-11-23 22:26:27', '2018-12-06 13:43:53'),
(316, 24, 1, 3, 3, 2, 'Creating a bid from another account displaying it in the default account', NULL, '', '2018-11-23', '2018-11-23', '2018-11-23', NULL, '2018-11-23 22:45:34', '2018-12-05 19:59:35'),
(317, 24, 1, 3, 3, 2, 'Anamolies in the records in mobile module from that of the web module', NULL, '', '2018-11-23', '2018-11-23', '2018-11-23', NULL, '2018-11-23 22:49:13', '2018-12-12 18:11:11'),
(318, 24, 1, 3, 3, 2, 'Update the word \"Wip\" in agree to terms on signup form', NULL, '', '2018-11-23', '2018-11-23', '2018-11-23', NULL, '2018-11-23 22:50:58', '2018-12-06 12:51:51'),
(319, 24, 1, 3, 3, 2, 'No change in the price of the translation when approved by the Ez assured', NULL, '', '2018-11-23', '2018-11-23', '2018-11-23', NULL, '2018-11-24 00:08:33', '2018-12-12 14:38:52'),
(320, 24, 1, 3, 3, 2, 'Click not working on the star rating of the favorite translator', NULL, '', '2018-11-23', '2018-11-23', '2018-11-23', NULL, '2018-11-24 00:11:36', '2018-12-06 12:47:25'),
(321, 22, 1, 1, 3, 4, 'Bottom icons on how-it-works page gets shrinked on the first loading of the page', NULL, '', '2018-12-03', '2018-12-03', '2018-12-03', NULL, '2018-12-03 22:17:17', '2018-12-03 15:17:17');
-- --------------------------------------------------------
--
-- Table structure for table `issue_status`
--
CREATE TABLE `issue_status` (
`id` int(10) UNSIGNED NOT NULL,
`issue_status_name` varchar(100) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `issue_status`
--
INSERT INTO `issue_status` (`id`, `issue_status_name`) VALUES
(1, 'Open'),
(2, 'Reopen'),
(3, 'Under Review'),
(4, 'Closed');
-- --------------------------------------------------------
--
-- Table structure for table `migrations`
--
CREATE TABLE `migrations` (
`id` int(10) UNSIGNED NOT NULL,
`migration` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
`batch` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `migrations`
--
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES
(1, '2014_10_12_000000_create_users_table', 1),
(2, '2014_10_12_100000_create_password_resets_table', 1),
(3, '2017_07_31_101037_create_cruds_table', 2),
(4, '2017_07_31_123018_entrust_setup_tables', 3);
-- --------------------------------------------------------
--
-- Table structure for table `password_resets`
--
CREATE TABLE `password_resets` (
`email` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
`token` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
`created_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `password_resets`
--
INSERT INTO `password_resets` (`email`, `token`, `created_at`) VALUES
('inder.imenso@gmail.com', '$2y$10$J1eiNzSIk5xbz.eYXRFZMOS.zmzsc.5MWcnRhfmrlpcdAmV.Qb.ky', '2017-07-31 02:36:50'),
('admin@gmail.com', '$2y$10$IpV.aD4hJuOB6tOvbBipiuGcNttBIo4oksWStgA3ekYWurOK2DYEW', '2017-10-14 04:35:14');
-- --------------------------------------------------------
--
-- Table structure for table `permissions`
--
CREATE TABLE `permissions` (
`id` int(10) UNSIGNED NOT NULL,
`name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
`display_name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`description` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `permissions`
--
INSERT INTO `permissions` (`id`, `name`, `display_name`, `description`, `created_at`, `updated_at`) VALUES
(1, 'team-manage', 'team-manage', 'Menu team-manage', NULL, NULL),
(2, 'team-work', 'team-work', 'Menu team-work', NULL, NULL),
(9, 'all project', 'all project', 'all project', '2017-08-01 00:41:21', '2017-08-01 00:41:21'),
(10, 'project-create', 'project-create', 'project-create', '2017-08-01 00:41:21', '2017-08-01 00:41:21');
-- --------------------------------------------------------
--
-- Table structure for table `permission_role`
--
CREATE TABLE `permission_role` (
`permission_id` int(10) UNSIGNED NOT NULL,
`role_id` int(10) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `permission_role`
--
INSERT INTO `permission_role` (`permission_id`, `role_id`) VALUES
(1, 1),
(2, 1),
(9, 1),
(10, 1);
-- --------------------------------------------------------
--
-- Table structure for table `posts`
--
CREATE TABLE `posts` (
`id` int(10) UNSIGNED NOT NULL,
`name` varchar(100) NOT NULL,
`description` varchar(100) NOT NULL,
`created_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
`updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `posts`
--
INSERT INTO `posts` (`id`, `name`, `description`, `created_at`, `updated_at`) VALUES
(2, 'sss', 'ww', '2018-01-16 19:40:14', '2018-01-17 00:35:52'),
(3, 'aaaaaa', 'bbbbb', '2018-01-17 06:07:34', '2018-01-17 00:39:53');
-- --------------------------------------------------------
--
-- Table structure for table `priority`
--
CREATE TABLE `priority` (
`id` int(10) UNSIGNED NOT NULL,
`priority_name` varchar(100) NOT NULL,
`priority_class` varchar(100) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `priority`
--
INSERT INTO `priority` (`id`, `priority_name`, `priority_class`) VALUES
(1, 'Low', 'slabel slabel-low'),
(2, 'Medium', 'slabel slabel-medium'),
(3, 'High', 'slabel slabel-high');
-- --------------------------------------------------------
--
-- Table structure for table `projects`
--
CREATE TABLE `projects` (
`id` int(10) UNSIGNED NOT NULL,
`project_name` varchar(100) NOT NULL,
`project_description` text NOT NULL,
`project_type_id` int(10) UNSIGNED NOT NULL,
`project_status_id` int(10) UNSIGNED NOT NULL DEFAULT '1',
`project_manager_id` int(10) UNSIGNED DEFAULT NULL,
`start_date` date DEFAULT NULL,
`end_date` date DEFAULT NULL,
`document_url` varchar(500) NOT NULL,
`project_date` date NOT NULL,
`created_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
`updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `projects`
--
INSERT INTO `projects` (`id`, `project_name`, `project_description`, `project_type_id`, `project_status_id`, `project_manager_id`, `start_date`, `end_date`, `document_url`, `project_date`, `created_at`, `updated_at`) VALUES
(1, 'Impactify', '<p>Live: <a href=\"http://impactify.in/login\">http://impactify.in/login</a></p>\r\n\r\n<p>Test: <a href=\"http://dev.imenso.co/impactify/login\">http://dev.imenso.co/impactify/login</a></p>\r\n\r\n<p><strong>Admin:</strong></p>\r\n\r\n<p>admin@gmail.com 123456</p>\r\n\r\n<p><strong>Paid:</strong></p>\r\n\r\n<p>(Jay) jparihar69@gmail.com</p>\r\n\r\n<p><strong>Free (Demo):</strong></p>\r\n\r\n<p>(Jay_Spon-1) spontest@mailinator.com<br />\r\n(Jay_Spon-2) spontest2@mailinator.com</p>\r\n\r\n<p>(Mohit) mohit.imenso@gmail.com<br />\r\n(Mohit_Spon-1) mohitspon@mailinator.com<br />\r\n(Mohit_Spon-2) mohitspon2@mailinator.com</p>', 2, 1, 1, '2018-02-05', NULL, 'https://drive.google.com/drive/u/0/folders/0B0OBQH8eLRKZdUtkbmxfRDhNcEk', '2018-02-13', '2018-02-13 07:55:11', '2018-12-28 22:54:04'),
(2, 'Wipit', '<p>Live: <a href=\"https://wipit.co/wip/signin\">https://wipit.co/wip/signin</a></p>\r\n\r\n<p>Test: <a href=\"https://wipit.co/dev/signin\">https://wipit.co/dev/signin</a></p>\r\n\r\n<p><strong>Admin:</strong></p>\r\n\r\n<p>admin@wipit.co 32123</p>\r\n\r\n<p><strong>Client:</strong></p>\r\n\r\n<p>mohittest@mailinator.com 123456</p>\r\n\r\n<p>mohit.imenso@gmail.com 123456</p>\r\n\r\n<p><strong>Translator:</strong></p>\r\n\r\n<p>(Mohit): mohittest2@mailinator.com 123456</p>\r\n\r\n<p>(Inder): mohittest3@mailinator.com 123456</p>\r\n\r\n<p>(Ravi): mohittest3@mailinator.com 123456</p>', 2, 2, 1, '2018-02-05', NULL, 'https://drive.google.com/drive/u/0/folders/0B0OBQH8eLRKZTHN6VFhEblVxWjQ', '2018-02-13', '2018-02-13 08:01:29', '2018-11-16 20:06:10'),
(3, 'MBJ', '<p>Live: <a href=\"http://mbj.in\">mbj.in</a></p>\r\n\r\n<p>Test: <a href=\"http://dev.imenso.co/mbjapp\">http://dev.imenso.co/mbjapp</a></p>\r\n\r\n<p><strong>Admin:</strong></p>\r\n\r\n<p>admin@gmail.com 123456</p>\r\n\r\n<p><strong>Client:</strong></p>\r\n\r\n<p>mohit.imenso@gmail.com 123456<br />\r\nvishal.imenso@gmail.com 123456<br />\r\nmahesh.imenso@gmail.com 123456</p>\r\n\r\n<p><strong>Staff:</strong></p>\r\n\r\n<p>inder.imenso@gmail.com 123456<br />\r\nrajendra.imenso@gmail.com 123456</p>', 2, 2, 1, '2018-02-05', NULL, 'https://drive.google.com/drive/u/0/folders/1ZxfgH7Sj76a2hBtg6jkCmTfnsRApnCxJ', '2018-02-13', '2018-02-13 08:06:01', '2018-11-13 18:37:39'),
(4, 'UL', '<p>Test: <a href=\"http://dev.imenso.co/ulapp\">dev.imenso.co/ulapp</a></p>\r\n\r\n<p><strong>Admin:</strong></p>\r\n\r\n<p>admin@gmail.com 123456</p>\r\n\r\n<p><strong>Employee:</strong></p>\r\n\r\n<p>mohit.imenso@gmail.com 123456<br />\r\ninder.imenso@gmail.com 123456</p>\r\n\r\n<p><strong>Manager:</strong></p>\r\n\r\n<p>managertest@gmail.com 123456</p>', 2, 2, 1, '2018-02-05', NULL, 'https://drive.google.com/drive/u/0/folders/0B0OBQH8eLRKZNFJ4X2VTMHlwT2M', '2018-02-13', '2018-02-13 08:09:13', '2018-11-13 18:37:32'),
(5, 'Game: Patient Discharge', '<p>http://dev.imenso.co/game/beta/</p>', 3, 2, 1, '2018-02-06', NULL, 'https://drive.google.com/open?id=1xe0jCLTTBBAa6e0tvO8eqqiR5lQjSBLG', '2018-02-13', '2018-02-13 09:33:56', '2018-11-13 18:37:24'),
(6, 'Closed Loop Audit', '<p>Live: <a href=\"https://cla.nthriveeducation.com/old-incubator-files/login.php\">https://cla.nthriveeducation.com/old-incubator-files/login.php</a></p>\r\n\r\n<p><strong>Admin:</strong><br />\r\nadmin@gmail.com 123456<br />\r\nmahesh.imenso@gmail.com 123456</p>\r\n\r\n<p><strong>User:</strong><br />\r\nmohit.imenso@gmail.com 123456<br />\r\ninder.imenso@gmail.com 123456</p>\r\n\r\n<p><strong>Creator:</strong><br />\r\nravi.imenso@gmail.com 123456<br />\r\nrajendra.imenso@gmail.com 123456</p>\r\n\r\n<p><strong>Manager:</strong><br />\r\njay@gmail.com 123456<br />\r\nvishal.imenso@gmail.com 123456</p>', 1, 2, 1, '2018-02-13', NULL, 'https://drive.google.com/drive/u/0/folders/0B0OBQH8eLRKZaHBNQ1NOOXRJME0', '2018-02-13', '2018-02-13 09:41:24', '2018-11-13 18:37:19'),
(7, 'MT India', '<p>http://dev.imenso.co/mt-india/</p>', 2, 2, 1, '2018-02-06', NULL, '', '2018-02-13', '2018-02-13 10:10:46', '2018-11-13 18:37:12'),
(8, 'Kamboj Engineering', '<p>http://dev.imenso.co/kamboj</p>', 2, 2, 1, '2018-02-13', NULL, '', '2018-02-13', '2018-02-13 10:31:30', '2018-03-06 01:13:04'),
(9, 'Imenso Website', '<p>http://dev.imenso.co/im-new/</p>', 2, 2, 1, '2018-02-12', NULL, '', '2018-02-13', '2018-02-13 10:32:30', '2018-11-13 18:37:08'),
(10, 'General Office Activities', '', 1, 2, 1, '2018-02-13', NULL, '', '2018-02-13', '2018-02-13 11:08:17', '2018-11-13 18:37:01'),
(11, 'Gravity', '<p>http://dev.imenso.co/gravity</p>', 1, 2, 1, '2018-02-13', NULL, '', '2018-02-13', '2018-02-13 13:02:05', '2018-11-16 20:05:58'),
(12, 'Imenso Knowledgebase', '<p>Need to create technical content to publish on website. </p>', 2, 2, 1, '2018-02-20', NULL, '', '2018-02-20', '2018-02-20 13:25:34', '2018-11-13 18:36:46'),
(13, 'Archive Testing', '', 1, 2, 1, '2018-03-04', NULL, '', '2018-03-04', '2018-03-04 20:06:58', '2018-03-05 23:55:15'),
(14, 'MBJ Mobile App', '<p>Develop mobile app on Phonegape</p>', 1, 2, 1, '2018-03-05', NULL, '', '2018-03-05', '2018-03-05 18:21:34', '2018-11-13 18:36:39'),
(15, 'Game: Pill Pusher', '<p><strong>Demo Link</strong></p>\r\n\r\n<p><a href=\"http://dev.imenso.co/pill-pusher-game/\">http://dev.imenso.co/pill-pusher-game/</a></p>\r\n\r\n<p><strong>Repo URL</strong></p>\r\n\r\n<p><a href=\"http://https://imensosoftware@bitbucket.org/imensosoftware/pill-pusher-game.git\">https://imensosoftware@bitbucket.org/imensosoftware/pill-pusher-game.git</a></p>', 3, 2, 1, '2018-03-05', NULL, 'https://drive.google.com/open?id=1cBuUNFsnsnV_8ytyTPy_XAUIzHGO9rfD', '2018-03-05', '2018-03-05 18:36:02', '2018-11-13 18:36:33'),
(16, 'Game: Fix a Tim', '<p><strong>Demo Link:</strong></p>\r\n\r\n<p><a href=\"http://dev.imenso.co/fix-a-tim-game\">http://dev.imenso.co/fix-a-tim-game/</a></p>\r\n\r\n<p><strong>Repo URL:</strong></p>\r\n\r\n<p><a href=\"https://imensosoftware@bitbucket.org/imensosoftware/fix-a-tim-game.git\" target=\"_blank\">https://imensosoftware@bitbucket.org/imensosoftware/fix-a-tim-game.git</a></p>', 3, 2, 1, '2018-04-05', NULL, 'https://drive.google.com/open?id=1iAqoqEfDSgc_jvPxGCrqYi-dSQ5baHq_', '2018-04-05', '2018-04-05 11:08:17', '2018-11-13 18:36:26'),
(17, 'Game: Tim to the rescue', '', 3, 2, 1, '2018-04-27', NULL, '', '2018-04-27', '2018-04-27 13:52:19', '2018-11-13 18:38:23'),
(18, 'The Great Hospital Escape', '<p>https://imensosoftware@bitbucket.org/imensosoftware/the-great-hospital-escape.git</p>\r\n\r\n<p> <a href=\"https://nlearn.nthriveeducation.com/mod/scorm/view.php?id=18445\" target=\"_blank\">https://nlearn.nthriveeducation.com/mod/scorm/view.php?id=18445</a></p>', 3, 2, 1, '2018-06-01', NULL, 'https://nlearn.nthriveeducation.com/mod/scorm/view.php?id=18445', '2018-06-01', '2018-06-01 11:47:32', '2018-11-13 18:38:35'),
(19, 'CLA - 2', '<p><strong>Change to the overall structure of the data / cases</strong></p>\r\n\r\n<p>We will need to add a group editor / manager:</p>\r\n\r\n<p>This group manager will:</p>\r\n\r\n<ul>\r\n <li>\r\n <p>Define the groups</p>\r\n </li>\r\n <li>\r\n <p>Be used to assign cases to the groups (significant)</p>\r\n </li>\r\n <li>\r\n <p>These groups will be assigned to users.</p>\r\n </li>\r\n <li>\r\n <p>One case may be part of more than one group<br />\r\n </p>\r\n </li>\r\n</ul>\r\n\r\n<p><strong>The groups are defined by:</strong></p>\r\n\r\n<ul>\r\n <li>\r\n <p>Patient type (IP, OP, Observation, Same Day...). Only one is chosen.</p>\r\n </li>\r\n <li>\r\n <p>Complexity Level (Academic, Community)</p>\r\n </li>\r\n <li>\r\n <p>Track # (arbitrary 1 - inf.)</p>\r\n </li>\r\n</ul>\r\n\r\n<p> </p>\r\n\r\n<p><strong>Changes to the case editor</strong></p>\r\n\r\n<ul>\r\n <li>\r\n <p>Changes to code editor</p>\r\n\r\n <ul>\r\n <li>\r\n <p>Change the “Code Type” drop down to:</p>\r\n\r\n <ul>\r\n <li>\r\n <p>Dx-Primary</p>\r\n </li>\r\n <li>\r\n <p>Dx-Secondary</p>\r\n </li>\r\n <li>\r\n <p>PCS-Primary</p>\r\n </li>\r\n <li>\r\n <p>PCS-Secondary</p>\r\n </li>\r\n <li>\r\n <p>CPT</p>\r\n </li>\r\n </ul>\r\n </li>\r\n </ul>\r\n </li>\r\n</ul>\r\n\r\n<p> </p>\r\n\r\n<ul>\r\n <li>\r\n <p>All codes will be from a predefined list to be provided. Each of the above categories will have a unique list. Each list will range from 9k to 80k rows. The user will enter the beginning of a code, click search and be show a list of codes to choose from (this will likely be done by an API call to the backend). (NB: This will have to be handled when editing cases as well)</p>\r\n </li>\r\n <li>\r\n <p>When they select code it will auto-populate the description from the supplied data files.</p>\r\n </li>\r\n <li>\r\n <p>Code tagging - each code may (optionally) receive a course tag. There will be one tag per code. For each code there will be a search box. This will search the ~3k tags, present the search results and allow editor to assign one tag. These will be provided in a csv file.</p>\r\n </li>\r\n</ul>\r\n\r\n<p> </p>\r\n\r\n<p><strong>Changes to the User Case Assignment</strong></p>\r\n\r\n<p>The system should be able to manage and monitor a users progress.</p>\r\n\r\n<p>For each user, we should see:</p>\r\n\r\n<ul>\r\n <li>\r\n <p>All groups that have been assigned (with date/time assigned)</p>\r\n </li>\r\n <li>\r\n <p>Group Progress (How many cases in each group are complete / percentage complete)</p>\r\n </li>\r\n <li>\r\n <p>For example:</p>\r\n\r\n <ul>\r\n <li>\r\n <p>WNOBES (user)</p>\r\n\r\n <ul>\r\n <li>\r\n <p>IP Academic Track 1 (group) 7/13/2018 26/30 (87%)</p>\r\n </li>\r\n <li>\r\n <p>Observation Facility Track 3 (group) 6/14/2018 13/30 (43%)<br />\r\n </p>\r\n </li>\r\n </ul>\r\n </li>\r\n </ul>\r\n </li>\r\n <li>\r\n <p>The admin will be able to assign groups to users, much in the same way they currently assign cases.</p>\r\n </li>\r\n <li>\r\n <p>Once a group is assigned it can never be reassigned to the same user. User's can never repeat a group.</p>\r\n </li>\r\n</ul>\r\n\r\n<p> </p>\r\n\r\n<p><strong>User reporting:</strong></p>\r\n\r\n<p>In addition to the above, a manager should be able to review all answers a user entered. We need this for the user also. See "User review section" below.</p>\r\n\r\n<p> </p>\r\n\r\n<p><strong>User review section:</strong></p>\r\n\r\n<ul>\r\n <li>\r\n <p>A section will needed to be added to allow users to:</p>\r\n </li>\r\n <li>\r\n <p>See the groups they have completed</p>\r\n </li>\r\n <li>\r\n <p>They need to see the cases completed in those groups</p>\r\n </li>\r\n <li>\r\n <p>See the score for each case</p>\r\n </li>\r\n <li>\r\n <p>For each code see:</p>\r\n\r\n <ul>\r\n <li>\r\n <p>If they got it right or wrong.</p>\r\n </li>\r\n <li>\r\n <p>If wrong, see what they entered,</p>\r\n </li>\r\n <li>\r\n <p>The correct answer</p>\r\n </li>\r\n <li>\r\n <p>The rationale</p>\r\n </li>\r\n </ul>\r\n </li>\r\n</ul>\r\n\r\n<p><br />\r\n </p>\r\n\r\n<p><strong>Incubator Changes:</strong></p>\r\n\r\n<ul>\r\n <li>\r\n <p>Code Entry Page: Need the following 3 sections on the left-hand side:</p>\r\n\r\n <ul>\r\n <li>\r\n <p>ICD-10-CM Diagnoses (as it is currently)</p>\r\n\r\n <ul>\r\n <li>\r\n <p>Principal Diagnosis field</p>\r\n </li>\r\n <li>\r\n <p>Secondary Diagnosis fields. </p>\r\n </li>\r\n </ul>\r\n </li>\r\n <li>\r\n <p>ICD-10-PCS Procedures</p>\r\n\r\n <ul>\r\n <li>\r\n <p>Principal Procedure field (like in the Diagnosis section)</p>\r\n </li>\r\n <li>\r\n <p>Secondary Procedure fields (like in the Diagnosis section)</p>\r\n </li>\r\n </ul>\r\n </li>\r\n <li>\r\n <p>CPT Procedures (as it is currently)</p>\r\n </li>\r\n </ul>\r\n </li>\r\n</ul>\r\n\r\n<p> </p>\r\n\r\n<ul>\r\n <li>\r\n <p>The review pop-up needs to have the same sections as the code entry pane.</p>\r\n </li>\r\n <li>\r\n <p>After submission, the sections on the summary tab should match the code entry pane.</p>\r\n </li>\r\n <li>\r\n <p>The user should not be able to change the code after submission.</p>\r\n </li>\r\n <li>\r\n <p>After submission the user should see a summary, which will include:</p>\r\n\r\n <ul>\r\n <li>\r\n <p>All responses, marked correct or incorrect.</p>\r\n </li>\r\n <li>\r\n <p>Code description</p>\r\n </li>\r\n <li>\r\n <p>For incorrect answers, it will show:</p>\r\n\r\n <ul>\r\n <li>\r\n <p>The correct answer</p>\r\n </li>\r\n <li>\r\n <p>The rationale for the correct answer.</p>\r\n </li>\r\n <li>\r\n <p>For secondary diagnosis and secondary procedure, all rationales will be shown. (eg: There will be a part that shows the user's answers marked correct/incorrect then a section that shows the correct answers with rationale)</p>\r\n </li>\r\n <li>\r\n <p>Course recommendations for further study. This would be pulled from the course tags from the answers they got wrong.</p>\r\n </li>\r\n <li>\r\n <p>Tag will be saved in the attempts table (only for incorrect answers)</p>\r\n </li>\r\n </ul>\r\n </li>\r\n <li>\r\n <p>A score (percentage correct)</p>\r\n </li>\r\n </ul>\r\n </li>\r\n</ul>\r\n\r\n<p> </p>\r\n\r\n<ul>\r\n <li>\r\n <p>On the User Home Page there will be a list of assigned groups. There should be a choice of: </p>\r\n\r\n <ul>\r\n <li>\r\n <p>Completed (date, time and any course recommendations),</p>\r\n </li>\r\n <li>\r\n <p>Not Started (show date it was assigned)</p>\r\n </li>\r\n <li>\r\n <p>Clicking on a group will reveal that groups cases. Only the cases they have not completed will be clickable.</p>\r\n </li>\r\n <li>\r\n <p>Completed cases should show completed date and score (percentage).<br />\r\n </p>\r\n </li>\r\n </ul>\r\n </li>\r\n <li>\r\n <p>There should be a statement on the main page or case: You will need to complete this activity once you have begun.</p>\r\n </li>\r\n</ul>', 1, 2, 1, '2018-06-18', NULL, '', '2018-06-18', '2018-06-18 11:28:17', '2018-11-13 18:38:44'),
(20, 'OCTB Website', '', 1, 2, 1, '2018-06-18', NULL, '', '2018-06-18', '2018-06-18 19:23:51', '2018-11-16 20:05:51'),
(21, 'The Great Access Race Game', '<p>URL: <a href=\"http://dev.imenso.co/nthrive/the-great-access-race-game/\" target=\"_blank\">http://dev.imenso.co/nthrive/the-great-access-race-game/</a></p>', 3, 1, 1, '2018-10-29', NULL, 'https://drive.google.com/open?id=1s9BR96OjNh2C6pYj4Uw86LFUzG19uvdt', '2018-10-29', '2018-10-29 15:04:27', '2018-11-14 19:53:47'),
(22, 'Impactify Marketplace', '<p>Repo: https://imensosoftware@bitbucket.org/imensosoftware/impactify-cms.git</p>\r\n\r\n<p>Dev: http://dev.imenso.co/impactify-cms</p>\r\n\r\n<p>Live: http://impactify.in</p>', 1, 1, 1, '2018-09-20', NULL, '', '2018-11-14', '2018-11-14 12:46:01', '2018-11-14 19:46:01'),
(23, 'Knowbe4 Course', '<p>Convert the below courses into vue.js using a prebuild knowbe4 course player architecture.</p>\r\n\r\n<p>https://knowbe4.popcorncloud.com/?authentication_email=jim%40imensosoftware.com&authentication_token=t82VJXwn3rA9_vDG6Sdx</p>', 1, 1, 1, '2018-10-08', NULL, '', '2018-11-16', '2018-11-16 13:09:36', '2018-11-16 20:18:46'),
(24, 'WiP App', '<p>WiP Mobile App</p>', 1, 1, 1, '2018-10-01', NULL, 'https://drive.google.com/open?id=1LtQOZI2Hso3BBp2vmfmkRtHD5yrL6wva', '2018-11-22', '2018-11-22 12:12:24', '2018-11-22 19:13:05'),
(25, 'Wipit Editor', '<p>Repo: https://imensosoftware@bitbucket.org/imensosoftware/wipit-editor.git</p>\r\n\r\n<p>you can have a first view of the Visual Editor on staging server: <a href=\"http://wipit.staging.corpsoft.io/dashboard/documents/editor#/206\" target=\"_blank\">http://wipit.staging.corpsoft.io/dashboard/documents/editor#/206</a>?</p>\r\n\r\n<p> </p>\r\n\r\n<p>demo </p>\r\n\r\n<p>2018</p>\r\n\r\n<p> </p>\r\n\r\n<p>Login as translator by using below credentials:</p>\r\n\r\n<p>user: <a href=\"mailto:svyrydov.a.n.d.r.e.y@gmail.com\" target=\"_blank\">svyrydov.a.n.d.r.e.y@gmail.com</a></p>\r\n\r\n<p>pwd: fs9Bz2AfBS</p>', 1, 1, 1, '2018-12-13', NULL, '', '2018-12-13', '2018-12-13 13:11:08', '2018-12-13 20:11:08'),
(26, 'Muscle Madness', '', 3, 1, 1, '2018-12-14', NULL, '', '2018-12-14', '2018-12-14 18:42:55', '2018-12-15 01:42:55'),
(27, 'Joe Lewis', '<p>I would like to be able to change members photos /avatars from the admin console. presently they need to have a gravitar profile and my members can't figure out how to do that.</p>\r\n\r\n<p>secondly I would like to have a membership card that they could print out with their belt rank on it</p>\r\n\r\n<p>item 2 is to add a new section called Under Black Belt schools & Under Black Belt members. with a new payment detail for the Under Belt Schools</p>\r\n\r\n<p> </p>\r\n\r\n<p> </p>\r\n\r\n<p>1. I'm using Paid membership pro plug in and want to make a more interesting members site.<br />\r\na. Allow admin to add & change profiles of members from the admin console<br />\r\nb. Allow admin to add, change & modify avatars (profile pics) from the admin console<br />\r\nc. Enhance the members section and integrate it with facebook profiles. <br />\r\n2. Enhance to video section for a Netflix like video selection. Develop a better video delivery system because I am adding new video content.<br />\r\n3. Create an addition underbelt schools and members section with new payment terms for underbelt schools.<br />\r\n4. Implement a speedup/load faster strategy<br />\r\n5. Once the preceding is done design a new fresh look for the site (this may be part of a contest on Freelance)</p>\r\n\r\n<p><strong>Access Info</strong></p>\r\n\r\n<p>ftp - <a href=\"mailto:adminins@joelewisassociation.com\" target=\"_blank\">adminins@joelewisassociation.com</a></p>\r\n\r\n<p>pw - CumCordetAnimus2019#</p>\r\n\r\n<p> </p>\r\n\r\n<p>As well as Bluehost</p>\r\n\r\n<p>User - <a href=\"http://joelewisassociation.com/\" target=\"_blank\">joelewisassociation.com</a></p>\r\n\r\n<p>Pw - CumCordetAnimus2019#</p>\r\n\r\n<p> </p>\r\n\r\n<p>You have a admin account for the website\\</p>\r\n\r\n<p>User - <a href=\"mailto:jparihar69@gmail.com\" target=\"_blank\">jparihar69@gmail.com</a></p>\r\n\r\n<p>Pw - 2019-JP-dev!</p>\r\n\r\n<p> </p>\r\n\r\n<p><strong>PMP</strong></p>\r\n\r\n<p>marpos@gmail.compw</p>\r\n\r\n<p>!sh0dan!</p>', 2, 1, 1, '2019-01-10', NULL, '', '2019-01-10', '2019-01-10 12:11:08', '2019-01-11 19:56:25');
-- --------------------------------------------------------
--
-- Table structure for table `project_status`
--
CREATE TABLE `project_status` (
`id` int(10) UNSIGNED NOT NULL,
`status` varchar(50) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `project_status`
--
INSERT INTO `project_status` (`id`, `status`) VALUES
(1, 'Active'),
(2, 'Archived');
-- --------------------------------------------------------
--
-- Table structure for table `project_types`
--
CREATE TABLE `project_types` (
`id` int(10) UNSIGNED NOT NULL,
`project_type_name` varchar(100) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `project_types`
--
INSERT INTO `project_types` (`id`, `project_type_name`) VALUES
(1, 'Custom Development'),
(2, 'Web Development'),
(3, 'Game Development'),
(4, 'Course Building'),
(5, 'Graphic Designing');
-- --------------------------------------------------------
--
-- Table structure for table `roles`
--
CREATE TABLE `roles` (
`id` int(10) UNSIGNED NOT NULL,
`name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
`display_name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`description` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`template_id` int(10) UNSIGNED NOT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `roles`
--
INSERT INTO `roles` (`id`, `name`, `display_name`, `description`, `template_id`, `created_at`, `updated_at`) VALUES
(1, 'Admin', 'Admin', 'Admin', 1, NULL, NULL),
(2, 'Employee', 'Employee', 'Employee', 1, NULL, NULL);
-- --------------------------------------------------------
--
-- Table structure for table `role_user`
--
CREATE TABLE `role_user` (
`user_id` int(10) UNSIGNED NOT NULL,
`role_id` int(10) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `role_user`
--
INSERT INTO `role_user` (`user_id`, `role_id`) VALUES
(1, 1),
(3, 1),
(2, 2),
(4, 2),
(5, 2),
(6, 2),
(7, 2),
(8, 2),
(9, 2);
-- --------------------------------------------------------
--
-- Table structure for table `sys_status`
--
CREATE TABLE `sys_status` (
`id` int(10) UNSIGNED NOT NULL,
`statusYN` varchar(10) NOT NULL,
`statusTF` varchar(10) NOT NULL,
`statusActive` varchar(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 ROW_FORMAT=COMPACT;
--
-- Dumping data for table `sys_status`
--
INSERT INTO `sys_status` (`id`, `statusYN`, `statusTF`, `statusActive`) VALUES
(0, 'N', 'FALSE', 'Inactive'),
(1, 'Y', 'TRUE', 'Active');
-- --------------------------------------------------------
--
-- Table structure for table `tasks`
--
CREATE TABLE `tasks` (
`id` int(10) UNSIGNED NOT NULL,
`task_no` int(11) NOT NULL,
`project_id` int(10) UNSIGNED NOT NULL,
`assignment_from` int(10) UNSIGNED DEFAULT NULL,
`assignment_to` int(10) UNSIGNED DEFAULT NULL,
`task_name` varchar(100) NOT NULL,
`task_description` text NOT NULL,
`duration` int(11) NOT NULL,
`planHour` int(11) NOT NULL,
`start_date` date NOT NULL,
`end_date` date DEFAULT NULL,
`task_doc_url` varchar(500) DEFAULT NULL,
`task_date` date NOT NULL,
`predecessor` varchar(100) NOT NULL,
`progress` int(11) NOT NULL,
`progress_update_at` date DEFAULT NULL,
`created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
`updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `tasks`
--
INSERT INTO `tasks` (`id`, `task_no`, `project_id`, `assignment_from`, `assignment_to`, `task_name`, `task_description`, `duration`, `planHour`, `start_date`, `end_date`, `task_doc_url`, `task_date`, `predecessor`, `progress`, `progress_update_at`, `created_at`, `updated_at`) VALUES
(1, 1, 1, 1, 5, 'Deployment: Create repo and commit the first version to live and test servers', '', 2, 6, '2018-02-05', '2018-02-06', '', '0000-00-00', '', 100, '2018-04-05', '2018-02-13 14:57:54', '2018-04-05 19:53:32'),
(2, 1, 2, 1, 2, 'Deployment: Create repo and commit the first version to live and test servers', '', 1, 0, '2018-02-05', '2018-02-06', '', '0000-00-00', '', 100, NULL, '2018-02-13 15:02:27', '2018-05-29 22:40:23'),
(3, 1, 3, 1, 5, 'Deployment: Create repo and commit the first version to live and test servers', '', 1, 1, '2018-02-05', '2018-02-06', NULL, '0000-00-00', '', 100, '2018-04-05', '2018-02-13 15:07:33', '2018-04-05 19:53:37'),
(5, 1, 5, 1, 5, 'Deployment: Create repo and commit the first version test servers', '', 1, 1, '2018-02-06', '2018-02-07', '', '0000-00-00', '', 100, '2018-03-16', '2018-02-13 16:34:53', '2018-03-16 23:36:20'),
(6, 2, 5, 1, 4, 'Responsive for Mobile UI', '', 2, 8, '2018-02-13', '2018-02-14', '', '0000-00-00', '', 100, '2018-03-31', '2018-02-13 16:35:59', '2018-03-31 18:48:25'),
(7, 1, 4, 1, 2, 'Deployment: Create repo and commit the first version test servers', '', 1, 1, '2018-02-06', '2018-02-07', NULL, '0000-00-00', '', 100, '2019-07-11', '2018-02-13 16:38:22', '2019-07-11 20:15:13'),
(8, 1, 6, 1, 5, 'Azure Integration: Login via Azure with AD', '', 2, 8, '2018-02-13', '2018-02-16', '', '0000-00-00', '', 100, NULL, '2018-02-13 16:42:27', '2018-03-06 01:13:29'),
(9, 1, 9, 1, 1, 'Deployment: Create repo and commit the first version test servers', '', 1, 1, '2018-02-13', '2018-02-14', NULL, '0000-00-00', '', 100, '2018-02-13', '2018-02-13 17:33:20', '2018-02-13 21:04:55'),
(10, 2, 9, 1, 1, 'Create work page design', '', 1, 4, '2018-02-14', '2018-02-15', NULL, '0000-00-00', '1', 100, '2018-02-23', '2018-02-13 17:34:05', '2018-02-23 18:23:09'),
(11, 3, 9, 1, 1, 'Create Work single page', '', 2, 10, '2018-02-15', '2018-02-20', '', '0000-00-00', '2', 100, '2018-03-14', '2018-02-13 17:34:56', '2018-03-14 23:32:21'),
(12, 4, 9, 1, 1, 'Build Case studies ( Impactify, Wipit, UL, MBJ)', '', 8, 24, '2018-02-20', '2018-02-28', NULL, '0000-00-00', '3', 100, '2018-02-14', '2018-02-13 17:40:57', '2018-02-14 20:54:21'),
(13, 1, 10, 1, 1, 'Get PC bills with GST (Oct - Feb 2018), Scan and Send to HQ', '', 1, 1, '2018-02-13', '2018-02-16', NULL, '0000-00-00', '', 100, '2018-02-14', '2018-02-13 18:09:26', '2018-02-14 20:52:20'),
(14, 2, 10, 1, 1, 'Compile all the bills for FY 17-18 and send to HQ', '', 1, 1, '2018-02-13', '2018-02-16', NULL, '0000-00-00', '', 100, '2018-02-14', '2018-02-13 18:34:29', '2018-02-14 20:52:18'),
(15, 3, 4, 1, 3, 'UL Testing (Module-1)', '<p> Error in Manager Home.</p>\r\n\r\n<p> Error in the upload of CSS in editing records of Admin panel.</p>\r\n\r\n<p> Records missing in the database table of Admin Panel.</p>\r\n\r\n<p> Anomalies in the Role Chart Section in the Admin Panel.</p>', 2, 6, '2018-02-15', '2018-02-15', '', '0000-00-00', '', 100, '2018-03-06', '2018-02-13 18:59:51', '2018-03-17 01:28:26'),
(16, 3, 5, 1, 5, 'Responsive for Mobile Functionality', '', 2, 8, '2018-02-13', '2018-02-14', NULL, '0000-00-00', '', 100, '2018-03-16', '2018-02-13 19:36:33', '2018-03-16 23:36:42'),
(17, 1, 11, 1, 2, 'Update: Build functionality to comment on completing a task or issue.', '<p><strong>AAAAA</strong></p>', 1, 20, '2018-02-13', '2018-02-26', 'https://docs.google.com/spreadsheets/d/1TaW3ejUWODrOTMLvZGSmYJdD-6qiMHhdGmPdnC5pTv8/edit?usp=drive_web&ouid=105852849744303313007', '0000-00-00', '', 100, '2018-02-27', '2018-02-13 20:03:38', '2018-03-05 22:08:37'),
(18, 2, 11, 1, 2, 'Update: Show comprehensive comments for each project.', '', 1, 12, '2018-02-19', '2018-02-25', '', '0000-00-00', '', 100, '2018-02-27', '2018-02-13 20:05:09', '2018-03-01 02:09:54'),
(19, 1, 8, 1, 1, 'Designing', '', 2, 8, '2018-02-07', '2018-02-08', NULL, '0000-00-00', '', 100, '2018-02-13', '2018-02-13 20:08:28', '2018-02-13 21:17:16'),
(20, 2, 8, 1, 1, 'Design Review', '', 1, 1, '2018-02-13', '2018-02-16', NULL, '0000-00-00', '1', 100, '2018-02-23', '2018-02-13 20:09:00', '2018-02-23 18:23:41'),
(21, 1, 7, 1, 1, 'Deployment: Create repo and commit the first version test servers', '', 1, 1, '2018-02-13', '2018-02-14', NULL, '0000-00-00', '', 100, '2018-02-23', '2018-02-13 23:40:03', '2018-02-23 18:22:29'),
(22, 2, 1, 3, 5, 'Impactify: Feedbacks (15/2/2018)', '<ol>\r\n <li>Default figures wrong in area chart</li>\r\n <li>Bubble chart make both axes variable </li>\r\n <li>Bubble showing all green right now</li>\r\n <li>Start counter for weeks at 1, not 0</li>\r\n <li>Type - change to "Name of Organization"</li>\r\n</ol>', 1, 1, '2018-02-15', '2018-02-18', '', '0000-00-00', '', 100, '2018-02-28', '2018-02-14 13:54:43', '2019-01-07 19:14:31'),
(26, 3, 2, 3, 3, 'WIP Testing (Module-1)', '<ol>\r\n <li>Customized email templates, to be sent via SendGrid</li>\r\n <li>Assignment emails should go based on following criteria\r\n <ul>\r\n <li>To translators that have selected the language pair required in assignment</li>\r\n <li>Not go to blocked users</li>\r\n </ul>\r\n </li>\r\n <li>Resend verification email from client interface + admin panel</li>\r\n <li>Complete functionality - similar to document upload through box, in reverse order. If possible use following file formats\r\n <ul>\r\n <li>yyyymmdd_hhmm_ from client to translator</li>\r\n <li>yyyymmdd_hhmm__ar from translator to client</li>\r\n </ul>\r\n </li>\r\n</ol>\r\n\r\n<p> </p>\r\n\r\n<ol>\r\n <li>Assignment complete functionality not present</li>\r\n <li>When translator signs-up system hangs and doesn't go the next step of uploading the document. We have to hit refresh and then log in to add first language pair</li>\r\n <li>When client clicks on verification link in email, instead of his email address, the phone number field is passed through the verification link - see image attached<img alt=\"Inline image 1\" src=\"https://mail.google.com/mail/u/0/?ui=2&ik=3ae07dc76f&view=fimg&th=161c20c9ae2b9c3c&attid=0.1&disp=emb&realattid=2e91c478f59146e1_0.1.1&attbid=ANGjdJ9Mh7L06z5mXn0Glh7qKX9PYWi6JywISeSWFJD77kE5_FL2Joh0kFxM1SEooKWVyZhGvthVX0Sfa3OsFSrkXv1_S4PCQEpwQ3DxwvRj_gVI7o0vB-9-7YDKcBo&sz=w760-h778&ats=1519798258171&rm=161c20c9ae2b9c3c&zw&atsh=1\" /></li>\r\n <li>If we create a 100% coupon and click pay now, I get an error - assuming this is because we are passing a 0 value to PayPal. Please ask team to find way to handle this exception</li>\r\n <li>One update from my end in the file name format ... can we use the following - change highlighted in red</li>\r\n</ol>\r\n\r\n<ul>\r\n <li>yyyymmdd_hhmm_ from client to translator</li>\r\n <li>yyyymmdd_hhmm__tr from translator to client</li>\r\n</ul>', 1, 0, '2018-02-15', '2018-02-24', '', '0000-00-00', '', 100, '2018-03-06', '2018-02-14 14:03:57', '2018-05-29 22:40:31'),
(27, 4, 2, 3, 2, 'WIP Review (Module-1)', '', 1, 0, '2018-02-16', '2018-02-17', '', '0000-00-00', '3', 100, '2018-03-07', '2018-02-14 14:04:25', '2018-05-29 22:40:38'),
(29, 3, 3, 3, 3, 'MBJ: Testing (Module-1)', '<p>Search feature button is not working</p>\r\n\r\n<p>Sorting is not working correctly (When switching is done among 'Product' and 'Price').</p>\r\n\r\n<p>Product details are not shown (More details).</p>\r\n\r\n<p>Not showing up the Brand, Category and Material in the Enquiry section.</p>\r\n\r\n<p>Messages are overlapping by clicking delete multiple times.</p>\r\n\r\n<p>Inquiry sending time is not correct.</p>\r\n\r\n<p>Message displayed over user name is incorrect</p>\r\n\r\n<p> </p>\r\n\r\n<p> </p>', 1, 1, '2018-02-15', '2018-02-15', '', '0000-00-00', '', 100, NULL, '2018-02-14 14:05:29', '2018-04-21 18:58:45'),
(32, 4, 4, 3, 1, 'UL Review (Module-1)', '', 1, 6, '2018-02-16', '2018-02-17', '', '0000-00-00', '3', 100, '2018-03-07', '2018-02-14 14:07:58', '2018-03-17 01:28:41'),
(36, 4, 11, 1, 3, 'Gravity: Testing (Module-1)', '<p> Add Project: Change the description input to the text editor.</p>\r\n\r\n<p> My Tasks: Only show the task in the list whose predecessor is 100% completed.</p>\r\n\r\n<p> Projects: Make the days, hrs, and status dynamic.</p>\r\n\r\n<p> My Issues: The priority should be color coded as per high, low and medium.</p>\r\n\r\n<p> Projects: Show all the team members involved in the project in the project list</p>\r\n\r\n<p> Date and time of making updates are not right in the Project Update Section.</p>\r\n\r\n<p> Provide notifications for the prescribed user mentioned in updates.</p>\r\n\r\n<p> Alignments of project page get disturbed on adding extra records.</p>\r\n\r\n<p> Link the completed tasks/issues to the related project.</p>\r\n\r\n<p> Give the count to Task and Issues under project like we did in My Work Page.</p>\r\n\r\n<p> </p>', 1, 10, '2018-02-20', '2018-02-26', '', '0000-00-00', '', 100, '2018-03-06', '2018-02-20 20:56:34', '2018-04-10 20:44:54'),
(37, 5, 2, 1, 2, 'Update: Feedback\'s 15/02/2018', '<ol>\r\n <li>Customized email templates, to be sent via SendGrid</li>\r\n <li>Assignment emails should go based on following criteria\r\n <ul>\r\n <li>To translators that have selected the language pair required in assignment</li>\r\n <li>Not go to blocked users</li>\r\n </ul>\r\n </li>\r\n <li>Resend verification email from client interface + admin panel</li>\r\n <li>Complete functionality - similar to document upload through box, in reverse order. If possible use following file formats\r\n <ul>\r\n <li>yyyymmdd_hhmm_<filename> from client to translator</li>\r\n <li>yyyymmdd_hhmm_<filename>_ar from translator to client</li>\r\n </ul>\r\n </li>\r\n</ol>', 5, 24, '2018-02-16', '2018-02-17', '', '0000-00-00', '', 100, '2018-02-27', '2018-02-20 21:01:50', '2018-05-07 18:55:44'),
(40, 5, 11, 3, 1, 'Gravity: Review (Module-1)', '<p><a href=\"https://drive.google.com/open?id=1TIOW-SS4EvVl-lR-5gLPeWZBblCFqtJH\" target=\"_blank\">Error</a></p>', 1, 5, '2018-02-21', '2018-03-01', '', '0000-00-00', '4', 100, '2018-03-07', '2018-02-21 23:50:46', '2018-04-10 20:44:54'),
(41, 4, 5, 3, 3, 'Game: Patient Discharge - Testing (Module-1)', '<p> Correct the spell in the image of the spin wheel and the message displayed.</p>\r\n\r\n<p> Display the timely message for the condition applied from the spinning wheel.</p>\r\n\r\n<p> Disable the View Board button when players are moving.</p>\r\n\r\n<p> Correct the formatting of the Questions.</p>', 2, 5, '2018-02-22', '2018-02-23', '', '0000-00-00', '', 100, '2018-03-06', '2018-02-22 23:38:46', '2018-04-12 20:21:27'),
(42, 1, 12, 1, 1, 'Azure Integration Write up', '<p><em><strong>BBBB</strong></em></p>', 1, 4, '2018-02-26', '2018-02-27', '', '0000-00-00', '', 100, '2018-05-21', '2018-02-23 18:26:39', '2018-05-22 00:41:46'),
(43, 6, 2, 3, 2, 'Update: Feedback\'s 22/02/2018', '<ol>\r\n <li>Assignment complete functionality not present</li>\r\n <li>When translator signs-up system hangs and doesn't go the next step of uploading the document. We have to hit refresh and then log in to add first language pair</li>\r\n <li>When client clicks on verification link in email, instead of his email address, the phone number field is passed through the verification link - see image attached<img alt=\"Inline image 1\" src=\"https://mail.google.com/mail/u/0/?ui=2&ik=3ae07dc76f&view=fimg&th=161c20c9ae2b9c3c&attid=0.1&disp=emb&realattid=2e91c478f59146e1_0.1.1&attbid=ANGjdJ9Mh7L06z5mXn0Glh7qKX9PYWi6JywISeSWFJD77kE5_FL2Joh0kFxM1SEooKWVyZhGvthVX0Sfa3OsFSrkXv1_S4PCQEpwQ3DxwvRj_gVI7o0vB-9-7YDKcBo&sz=w760-h778&ats=1519798258171&rm=161c20c9ae2b9c3c&zw&atsh=1\" style=\"height:389px; width:380px\" /></li>\r\n <li>If we create a 100% coupon and click pay now, I get an error - assuming this is because we are passing a 0 value to PayPal. Please ask team to find way to handle this exception</li>\r\n <li>One update from my end in the file name format ... can we use the following - change highlighted in red</li>\r\n</ol>\r\n\r\n<ul>\r\n <li>yyyymmdd_hhmm_<filename> from client to translator</li>\r\n <li>yyyymmdd_hhmm_<filename>_tr from translator to client</li>\r\n</ul>', 2, 15, '2018-02-22', '2018-02-23', '', '0000-00-00', '', 100, '2018-02-27', '2018-02-24 00:32:37', '2018-05-07 18:57:13'),
(44, 3, 11, 1, 2, 'Add Task Description functionality needed.', '', 1, 8, '2018-02-23', '2018-02-24', '', '0000-00-00', '', 100, '2018-02-27', '2018-02-24 05:30:09', '2018-03-01 02:09:56'),
(54, 7, 5, 1, 1, 'Game: Patient Discharge - Review (Module-1)', '', 2, 5, '2018-02-28', '2018-03-01', '', '0000-00-00', '4', 100, '2018-03-07', '2018-02-28 23:15:51', '2018-04-12 20:21:37'),
(55, 7, 2, 1, 2, 'New Feature - Wipit Enterprise Wallet', '<p>New feature development, where enterprises can purchase bulk amount of words. This words are added to their company wallet and their users can consume it for translating their assignments.</p>\r\n\r\n<p> </p>\r\n\r\n<p><strong>Highlights</strong></p>\r\n\r\n<ul>\r\n <li>Add Enterprise - Admin can add enterprise from admin panel with the fields, company name, users (clients of wipit - multiple).</li>\r\n <li>Add Words - Admin can select an enterprise and add no. of words in their wallet.</li>\r\n <li>The users can post assignments, award to translator from paying their word balance directly instead of Paypal unless they does not have sufficient word balance in their account.</li>\r\n</ul>\r\n\r\n<p><strong>Queries</strong></p>\r\n\r\n<ul>\r\n <li>Do we add one wipit client in multiple enterprises? </li>\r\n <li>Do we further assign the no of words to enterprise users. or all the user will share total enterprise's no. of words?</li>\r\n</ul>\r\n\r\n<p> </p>', 5, 20, '2018-03-01', '2018-03-07', '', '0000-00-00', '', 100, '2018-03-13', '2018-02-28 23:46:33', '2018-03-13 18:19:06'),
(56, 9, 2, 1, 3, 'Testing of new Wipit Enterprise Wallet Feature', '<p>New feature development, where enterprises can purchase bulk amount of words. This words are added to their company wallet and their users can consume it for translating their assignments.</p>\r\n\r\n<p> </p>\r\n\r\n<p><strong>Highlights</strong></p>\r\n\r\n<ul>\r\n <li>Add Enterprise - Admin can add enterprise from admin panel with the fields, company name, users (clients of wipit - multiple).</li>\r\n <li>Add Words - Admin can select an enterprise and add no. of words in their wallet.</li>\r\n <li>The users can post assignments, award to translator from paying their word balance directly instead of Paypal unless they does not have sufficient word balance in their account.</li>\r\n</ul>\r\n\r\n<p><strong>Queries</strong></p>\r\n\r\n<ul>\r\n <li>Do we add one wipit client in multiple enterprises? </li>\r\n <li>Do we further assign the no of words to enterprise users. or all the user will share total enterprise's no. of words?</li>\r\n</ul>\r\n\r\n<p> </p>', 1, 2, '2018-03-08', '2018-03-09', '', '0000-00-00', '7', 100, '2018-03-13', '2018-02-28 23:48:51', '2018-03-13 21:52:11'),
(58, 10, 2, 1, 1, 'Final review of New Enterprise Feature', '', 1, 2, '2018-03-09', '2018-03-10', '', '0000-00-00', '9', 100, '2018-03-14', '2018-02-28 23:50:34', '2018-03-14 23:30:57'),
(59, 1, 13, 1, 2, 'Develop Archive Feature', '', 2, 6, '2018-03-05', '2018-03-05', 'https://drive.google.com/open?id=16RhaCWhawkA-jiI5NNPu9HLYICMWABG4', '0000-00-00', '', 100, '2018-03-31', '2018-03-05 03:07:38', '2018-03-31 19:01:10'),
(60, 2, 13, 1, 3, 'Testing', '<p>Archive Testing</p>', 1, 2, '2018-03-05', '2018-03-05', 'https://creativetimofficial.github.io/material-dashboard-react/#/documentation/routing-system', '0000-00-00', '1', 100, '2018-03-05', '2018-03-05 03:08:23', '2018-03-31 21:00:29'),
(62, 1, 14, 1, 2, 'Research on process to develop mobile app so that web and mobile can be synchronized.', '', 3, 16, '2018-03-01', '2018-03-06', '', '0000-00-00', '', 100, '2018-03-22', '2018-03-06 01:23:41', '2018-03-23 03:10:17'),
(63, 2, 12, 1, 1, 'Best process to develop cross platform application', '', 5, 4, '2018-03-12', '2018-03-15', '', '0000-00-00', '', 100, '2018-05-21', '2018-03-06 01:29:23', '2018-05-22 00:41:36'),
(64, 1, 15, 1, 1, 'Game Depoloyment to git and demo url', '', 1, 1, '2018-03-01', '2018-03-01', '', '0000-00-00', '', 100, '2018-03-05', '2018-03-06 01:37:20', '2018-03-06 01:38:07'),
(66, 3, 13, 3, 2, 'Review Archive Feature', '', 1, 3, '2018-03-05', '2018-03-06', '', '0000-00-00', '2', 100, NULL, '2018-03-06 02:56:17', '2018-03-31 21:00:30'),
(69, 11, 2, 1, 2, 'WIP Changes 07/03/18', '<ol>\r\n <li><span class=\"marker\">Mark as complete should be a button like chat. order should be Download, Chat, Complete</span></li>\r\n <li><span class=\"marker\">When Clicking complete button, instead of confirmation the translator should have an option to upload document. the format was given by client.</span></li>\r\n <li><span class=\"marker\">On chat remove the document name format change, it is now on complete functionality.</span></li>\r\n <li><span class=\"marker\">The complete button should remain active as translator can upload revised docs as well.</span></li>\r\n <li><span class=\"marker\">Client should get an email saying document is ready for download and a randomly-generated 4-digit pin</span></li>\r\n</ol>\r\n\r\n<p><strong>Client Panel</strong></p>\r\n\r\n<ol>\r\n <li><span class=\"marker\">Between Cancel and Approve, client shoud see a new button for "Download" --> when he click button, he should be asked for pin --> after entering pin, he should be able to download document from Box</span></li>\r\n <li><span class=\"marker\">In place of remain hrs left the client need the following two changes.</span></li>\r\n <li><span class=\"marker\">1) Completed in HH hours", if translator submits second revision, use the latest submission time to calculate HH</span></li>\r\n <li><span class=\"marker\">2) You have D day(s) to approve" (Countdown from 7->0 everytime translator submits revision)</span></li>\r\n <li>After Approval of assignment by client, remove all the chat files from box, and retain only the orgiinal file submitted by client, and all revisions submitted by translator</li>\r\n <li><span class=\"marker\">When translator signs-up system hangs and doesnt go the next step of uploading document. We have to hit refresh and then login to add first language pair [Issue still exists - cleared cache, works in Mozilla, but NOT in Chrome]</span></li>\r\n</ol>', 2, 12, '2018-03-07', '2018-03-09', '', '0000-00-00', '', 100, '2018-03-16', '2018-03-07 19:00:14', '2018-05-07 20:57:44'),
(70, 1, 15, 1, 5, 'Create game version 1', '', 15, 100, '2018-03-01', '2018-03-22', '', '0000-00-00', '', 100, '2018-04-05', '2018-03-07 19:24:33', '2018-04-05 19:53:19'),
(71, 2, 15, 1, 3, 'Game: Pill Pusher - Testing (Module-1)', '<p>Usability:</p>\r\n\r\n<p>Aligments and the Format of the Text and the Images displayed in the game have been set in the proper order.</p>\r\n\r\n<p>The Images of the game are properly designed into the prescribed format and the effects are added as per their necessary required conditions.</p>\r\n\r\n<p>Functionality:</p>\r\n\r\n<p>The main fuctionality of the game is built and all the necessary effects and actions are encoded as per the reqiurements.</p>\r\n\r\n<p>The flow of the game is determined and all the necessary combinations have been provided in order to maintain the syncronization.</p>\r\n\r\n<p>The relevant combinations are encoded in the game and the necessary actions related to them are also functionalized according to the prescribed format.</p>\r\n\r\n<p>The graphics and the sound effects of the game are properly integrated in the game which that change in different working environments.</p>\r\n\r\n<p>The Scores and the Smilies count of the player in the game are successfully integrated and may vary as per the relevant combinations made by the player in the game.</p>\r\n\r\n<p>The fuctionality of utillizing the POWERUPS or adding up any UPGRADES is also integrated in the game for providing an ease in the flow of the game for the player</p>', 3, 5, '2018-03-07', '2018-03-09', '', '0000-00-00', '', 100, '2018-04-05', '2018-03-07 20:05:39', '2018-04-12 20:19:44'),
(72, 2, 6, 1, 5, 'Admin Permission', '', 1, 2, '2018-03-07', '2018-03-07', '', '0000-00-00', '', 100, '2018-04-05', '2018-03-07 21:58:21', '2018-04-05 19:53:08'),
(73, 5, 3, 1, 3, 'MBJ: Upload Products', '<p>Upload the product on MBJ, please find the attached "Product Description for website.xls" file</p>', 3, 10, '2018-03-07', '2018-03-10', 'https://drive.google.com/drive/u/1/folders/1ZxfgH7Sj76a2hBtg6jkCmTfnsRApnCxJ', '0000-00-00', '', 100, '2018-03-15', '2018-03-07 22:51:44', '2018-04-12 20:23:28'),
(74, 5, 1, 1, 5, 'Impactify: New Feature Development - Sponsors', '<p>Develop new Sponsor feature:</p>\r\n\r\n<ol>\r\n <li>Sponsors will be treates as NGO, they can login, create projects and view their sponserd projects.</li>\r\n <li>Any NGO can create sponsors.</li>\r\n <li>The projects are shared with multiple sponsers at the time of publishing. And these projects will become visible to those sponsers. They can only view the project and can not edit details.</li>\r\n <li>At the time of project start, NGO can select the final sponsers and the project will be only visible to them.</li>\r\n</ol>', 5, 40, '2018-03-08', '2018-03-15', '', '0000-00-00', '', 100, '2018-03-27', '2018-03-12 17:31:49', '2019-01-07 19:13:19'),
(77, 3, 14, 1, 2, 'Sign up, login and forgot password', '', 1, 4, '2018-03-07', '2018-03-07', '', '0000-00-00', '', 100, '2018-03-22', '2018-03-12 17:38:52', '2018-03-23 03:08:48'),
(78, 4, 14, 1, 2, 'Product showcase', '', 2, 10, '2018-03-08', '2018-03-09', '', '0000-00-00', '3', 100, '2018-04-02', '2018-03-12 17:39:40', '2018-04-02 19:54:08'),
(79, 5, 14, 1, 2, 'Add to favorites, likes and Inquiry features', '', 1, 4, '2018-03-12', '2018-03-12', '', '0000-00-00', '4', 100, '2018-04-02', '2018-03-12 17:40:30', '2018-04-02 19:54:22'),
(80, 6, 14, 1, 2, 'Chating', '', 3, 20, '2018-03-13', '2018-03-15', '', '0000-00-00', '5', 100, '2018-04-02', '2018-03-12 17:41:09', '2018-04-02 19:54:44'),
(81, 7, 14, 1, 3, 'Testing of MBJ app (Module-1)', '', 1, 4, '2018-03-15', '2018-03-15', '', '0000-00-00', '6', 100, NULL, '2018-03-12 17:42:46', '2018-04-21 19:03:39'),
(82, 8, 14, 1, 2, 'Create final .apk file', '', 1, 2, '2018-03-15', '2018-03-15', '', '0000-00-00', '7', 100, '2019-07-11', '2018-03-12 17:44:13', '2019-07-11 20:14:53'),
(83, 9, 14, 1, 1, 'Final Review of MBJ app', '', 1, 4, '2018-03-16', '2018-03-16', '', '0000-00-00', '8', 0, NULL, '2018-03-12 17:44:39', '2018-03-17 02:20:56'),
(84, 2, 14, 1, 4, 'Front end development', '', 2, 10, '2018-03-07', '2018-03-09', '', '0000-00-00', '', 100, '2018-03-26', '2018-03-12 17:47:23', '2018-03-26 21:53:46'),
(85, 12, 2, 3, 3, 'Testing of WIP Changes (07/03/18)', '<ol>\r\n <li>Mark as complete should be a button like chat. order should be Download, Chat, Complete</li>\r\n <li>When Clicking complete button, instead of confirmation the translator should have an option to upload document. the format was given by client.</li>\r\n <li>On chat remove the document name format change, it is now on complete functionality.</li>\r\n <li>The complete button should remain active as translator can upload revised docs as well.</li>\r\n <li>Client should get an email saying document is ready for download and a randomly-generated 4-digit pin</li>\r\n</ol>\r\n\r\n<p><strong>Client Panel</strong></p>\r\n\r\n<ol>\r\n <li>Between Cancel and Approve, client shoud see a new button for "Download" --> when he click button, he should be asked for pin --> after entering pin, he should be able to download document from Box</li>\r\n <li>In place of remain hrs left the client need the following two changes.</li>\r\n <li>1) Completed in HH hours", if translator submits second revision, use the latest submission time to calculate HH</li>\r\n <li>2) You have D day(s) to approve" (Countdown from 7->0 everytime translator submits revision)</li>\r\n <li>After Approval of assignment by client, remove all the chat files from box, and retain only the orgiinal file submitted by client, and all revisions submitted by translator</li>\r\n <li>When translator signs-up system hangs and doesnt go the next step of uploading document. We have to hit refresh and then login to add first language pair [Issue still exists - cleared cache, works in Mozilla, but NOT in Chrome]</li>\r\n</ol>', 2, 3, '2018-03-12', '2018-03-13', '', '0000-00-00', '11', 100, '2018-03-19', '2018-03-13 20:09:17', '2018-03-19 19:44:44'),
(86, 13, 2, 3, 2, 'Review WIP Changes (07/03/18)', '<ol>\r\n <li>Mark as complete should be a button like chat. order should be Download, Chat, Complete</li>\r\n <li>When Clicking complete button, instead of confirmation the translator should have an option to upload document. the format was given by client.</li>\r\n <li>On chat remove the document name format change, it is now on complete functionality.</li>\r\n <li>The complete button should remain active as translator can upload revised docs as well.</li>\r\n <li>Client should get an email saying document is ready for download and a randomly-generated 4-digit pin</li>\r\n</ol>\r\n\r\n<p><strong>Client Panel</strong></p>\r\n\r\n<ol>\r\n <li>Between Cancel and Approve, client shoud see a new button for "Download" --> when he click button, he should be asked for pin --> after entering pin, he should be able to download document from Box</li>\r\n <li>In place of remain hrs left the client need the following two changes.</li>\r\n <li>1) Completed in HH hours", if translator submits second revision, use the latest submission time to calculate HH</li>\r\n <li>2) You have D day(s) to approve" (Countdown from 7->0 everytime translator submits revision)</li>\r\n <li>After Approval of assignment by client, remove all the chat files from box, and retain only the orgiinal file submitted by client, and all revisions submitted by translator</li>\r\n <li>When translator signs-up system hangs and doesnt go the next step of uploading document. We have to hit refresh and then login to add first language pair [Issue still exists - cleared cache, works in Mozilla, but NOT in Chrome]</li>\r\n</ol>', 2, 2, '2018-03-13', '2018-03-14', '', '0000-00-00', '12', 100, '2018-04-25', '2018-03-13 20:32:32', '2018-05-07 20:57:55'),
(88, 3, 15, 3, 1, 'Game: Pill Pusher - Review (Module-1)', '', 3, 5, '2018-03-18', '2018-03-20', '', '0000-00-00', '2', 100, '2018-04-25', '2018-03-17 01:30:52', '2018-04-25 17:47:43'),
(90, 14, 2, 3, 3, 'WIP Testing (Module-2)', '<p>Close button does not get eliminated after uploading the image in the chat feature</p>\r\n\r\n<p>When translator signs-up system hangs and doesnt go the next step of uploading document. We have to hit refresh and then login to add first language pair [Issue still exists - cleared cache, works in Mozilla, but NOT in Chrome]</p>\r\n\r\n<p>Enterprise feature - If Enterprise have 100 words and assignment is also of 100 words. It is not showing the option to Pay via Free word.</p>\r\n\r\n<p>Enterprise feature - Change the wording and show word balance as per the attached screenshot</p>\r\n\r\n<p>Enterprise Feature- Also change the "Free word" to "Available Word Balance"on award popup to</p>\r\n\r\n<p> Translator: On complete popup remove the sentence "Are you sure"</p>\r\n\r\n<p> Client - After trnslator completes an assigment remove the "hh hours left" word</p>\r\n\r\n<p> Client - Some changes in email ( sent when translator complete assignment and the download password is sent to client</p>\r\n\r\n<p> Client - Change Pin to password.</p>\r\n\r\n<p> Admin - While adding the users to ent. give the email along with the names</p>\r\n\r\n<p> Admin - Change the clients to users in Edit enterprise</p>\r\n\r\n<p> Admin - Change all the buttons label from Edit to Submit in edit pop ups</p>', 5, 3, '2018-03-19', '2018-03-23', '', '0000-00-00', '', 100, '2018-04-02', '2018-03-19 19:49:23', '2018-04-02 20:05:25'),
(92, 10, 14, 1, 4, 'Feedback - 20 March 2018', '<ol>\r\n <li>Remove like functionality from all pages.</li>\r\n <li>Remove Filters</li>\r\n <li>Remove top icons</li>\r\n <li>Keep the bottom Icons in order - Home, Me, Wishlish, Contact , logout</li>\r\n <li>Replace Good Morning to Welcome FNAME LNAME</li>\r\n <li>Remove location</li>\r\n <li>Remove black overlay on hover of product page</li>\r\n <li>pop up - Product name, Price, and Description.</li>\r\n <li>Functionality - Add To Favorites, Enquiry, Chat</li>\r\n <li>Enquiry - Open a custom message field when click</li>\r\n <li>Show logo on top in popup, Show footer menu. Add Zoom Functionality ( ref. Caretlane)</li>\r\n <li>Change the Avtar in Chat to Jwellery.</li>\r\n <li>Fix the loader design.</li>\r\n <li>Show Product image on chat box.</li>\r\n</ol>', 1, 6, '2018-03-21', '2018-03-21', '', '0000-00-00', '', 100, '2018-03-22', '2018-03-21 17:51:28', '2018-03-23 20:58:01'),
(93, 12, 14, 3, 3, 'MBJ Feedback Testing - 20 March 2018', '<ol>\r\n <li>Remove like functionality from all pages.</li>\r\n <li>Remove Filters</li>\r\n <li>Remove top icons</li>\r\n <li>Keep the bottom Icons in order - Home, Me, Wishlish, Contact , logout</li>\r\n <li>Replace Good Morning to Welcome FNAME LNAME</li>\r\n <li>Remove location</li>\r\n <li>Remove black overlay on hover of product page</li>\r\n <li>pop up - Product name, Price, and Description.</li>\r\n <li>Functionality - Add To Favorites, Enquiry, Chat</li>\r\n <li>Enquiry - Open a custom message field when click</li>\r\n <li>Show logo on top in popup, Show footer menu. Add Zoom Functionality ( ref. Caretlane)</li>\r\n <li>Change the Avtar in Chat to Jwellery.</li>\r\n <li>Fix the loader design.</li>\r\n <li>Show Product image on chat box.</li>\r\n</ol>', 1, 5, '2018-03-22', '2018-03-22', '', '0000-00-00', '11', 100, '2018-04-02', '2018-03-22 22:48:14', '2018-04-02 20:02:51'),
(94, 11, 14, 3, 2, 'Feedback - 20 March 2018 (Add Functionalites)', '<ol>\r\n <li>Remove like functionality from all pages.</li>\r\n <li>Remove Filters</li>\r\n <li>Remove top icons</li>\r\n <li>Keep the bottom Icons in order - Home, Me, Wishlish, Contact , logout</li>\r\n <li>Replace Good Morning to Welcome FNAME LNAME</li>\r\n <li>Remove location</li>\r\n <li>Remove black overlay on hover of product page</li>\r\n <li>pop up - Product name, Price, and Description.</li>\r\n <li>Functionality - Add To Favorites, Enquiry, Chat</li>\r\n <li>Enquiry - Open a custom message field when click</li>\r\n <li>Show logo on top in popup, Show footer menu. Add Zoom Functionality ( ref. Caretlane)</li>\r\n <li>Change the Avtar in Chat to Jwellery.</li>\r\n <li>Fix the loader design.</li>\r\n <li>Show Product image on chat box.</li>\r\n</ol>', 2, 10, '2018-03-23', '2018-03-24', '', '0000-00-00', '10', 100, '2018-04-02', '2018-03-23 20:54:41', '2018-04-02 19:56:10'),
(96, 13, 14, 3, 2, 'Add functionality -- Login with Facebook', '', 3, 3, '2018-03-23', '2018-03-23', '', '0000-00-00', '', 100, '2018-03-31', '2018-03-24 02:09:47', '2018-03-31 18:59:56'),
(97, 10, 5, 1, 5, 'Game: Patient Discharge - Urgent Client Feedback 24 March 2018', '<p><a href=\"https://docs.google.com/document/d/1Akn17i8ZAWUYZY5xFTtl-crQJUfHQeyQ7Al4Z7OEx4U/edit\">https://docs.google.com/document/d/1Akn17i8ZAWUYZY5xFTtl-crQJUfHQeyQ7Al4Z7OEx4U/edit</a></p>\r\n\r\n<p><a href=\"https://docs.google.com/document/d/1b2QCN_fU_bmjHTp9T8yZ-FrGjoI6FexHl9p5n1pScL8/edit\">https://docs.google.com/document/d/1b2QCN_fU_bmjHTp9T8yZ-FrGjoI6FexHl9p5n1pScL8/edit</a></p>', 2, 8, '2018-03-24', '2018-03-26', '', '0000-00-00', '', 100, '2018-04-05', '2018-03-24 17:49:16', '2018-04-12 20:22:08'),
(98, 15, 2, 3, 2, 'WIP: Mar 23 Feedbacks of dev [Completed + Enterprise]', '<p><a href=\"https://drive.google.com/open?id=1QRJcRVdsUHMeBe4ijH7aCfHytk5MY-0zSbv4aPAVl2U\">https://drive.google.com/open?id=1QRJcRVdsUHMeBe4ijH7aCfHytk5MY-0zSbv4aPAVl2U</a></p>', 8, 4, '2018-03-26', '2018-03-30', '', '0000-00-00', '', 100, '2018-03-31', '2018-03-26 20:35:45', '2018-05-07 20:58:35'),
(99, 16, 2, 3, 3, 'WIP: Mar 23 Feedbacks testing of dev [Completed + Enterprise]', '<p><a href=\"https://drive.google.com/open?id=1QRJcRVdsUHMeBe4ijH7aCfHytk5MY-0zSbv4aPAVl2U\">https://drive.google.com/open?id=1QRJcRVdsUHMeBe4ijH7aCfHytk5MY-0zSbv4aPAVl2U</a></p>', 2, 2, '2018-03-29', '2018-03-30', '', '0000-00-00', '15', 100, '2018-03-31', '2018-03-26 20:50:48', '2018-03-31 23:28:19'),
(100, 11, 5, 3, 3, 'Game: Patient Discharge - Urgent Client Feedback Testing 24 March 2018', '<p><a href=\"https://docs.google.com/document/d/1Akn17i8ZAWUYZY5xFTtl-crQJUfHQeyQ7Al4Z7OEx4U/edit\">https://docs.google.com/document/d/1Akn17i8ZAWUYZY5xFTtl-crQJUfHQeyQ7Al4Z7OEx4U/edit</a></p>\r\n\r\n<p><a href=\"https://docs.google.com/document/d/1b2QCN_fU_bmjHTp9T8yZ-FrGjoI6FexHl9p5n1pScL8/edit\">https://docs.google.com/document/d/1b2QCN_fU_bmjHTp9T8yZ-FrGjoI6FexHl9p5n1pScL8/edit</a></p>', 2, 4, '2018-03-26', '2018-03-27', '', '0000-00-00', '', 100, '2018-04-02', '2018-03-28 02:18:26', '2018-04-12 20:22:23'),
(101, 4, 15, 3, 5, 'Game: Pill Pusher - Update (28/03/18)', '<p><a href=\"https://drive.google.com/open?id=1qMwdk39KfjhcpdAU8Rpm6IckCGac3r-P\">https://drive.google.com/open?id=1qMwdk39KfjhcpdAU8Rpm6IckCGac3r-P</a></p>', 3, 5, '2018-03-28', '2018-03-30', '', '0000-00-00', '', 100, NULL, '2018-03-28 18:47:05', '2018-06-13 18:10:05'),
(102, 5, 15, 3, 3, 'Game: Pill Pusher - Update (28/03/18) Testing', '<p><a href=\"https://drive.google.com/open?id=1qMwdk39KfjhcpdAU8Rpm6IckCGac3r-P\">https://drive.google.com/open?id=1qMwdk39KfjhcpdAU8Rpm6IckCGac3r-P</a></p>', 2, 5, '2018-03-29', '2018-03-30', '', '0000-00-00', '4', 100, NULL, '2018-03-28 18:48:35', '2018-04-21 18:53:59'),
(103, 17, 2, 3, 1, 'Review WIP: Mar 23 Feedbacks of dev [Completed + Enterprise]', '<p><a href=\"https://drive.google.com/open?id=1QRJcRVdsUHMeBe4ijH7aCfHytk5MY-0zSbv4aPAVl2U\">https://drive.google.com/open?id=1QRJcRVdsUHMeBe4ijH7aCfHytk5MY-0zSbv4aPAVl2U</a></p>', 2, 2, '2018-03-31', '2018-04-02', '', '0000-00-00', '16', 100, '2018-04-25', '2018-03-31 23:22:00', '2018-04-25 17:47:37'),
(104, 7, 11, 1, 7, 'Gravity - Update: Show issue details, and assign the under review issues back to assigner', '<ul>\r\n <li>Add the on click description box for issues as we have in task click</li>\r\n <li>After someone completes an issues, it should show on my work of assigner.</li>\r\n</ul>', 2, 8, '2018-04-05', '2018-04-07', '', '0000-00-00', '', 100, '2018-04-06', '2018-04-05 17:59:50', '2018-04-10 20:44:51'),
(105, 1, 16, 1, 5, 'Create Alpha Version', '', 7, 50, '2018-03-19', '2018-04-02', '', '0000-00-00', '', 100, '2018-04-05', '2018-04-05 18:08:52', '2018-04-05 19:52:48'),
(106, 2, 16, 1, 3, 'Test the Alpha Version', '', 2, 10, '2018-04-05', '2018-04-06', '', '0000-00-00', '', 100, '2018-04-05', '2018-04-05 18:09:15', '2018-04-06 22:11:04'),
(107, 3, 6, 1, 5, 'CLA: Alpha Review (2018-04-02)', '<p><a href=\"https://docs.google.com/document/d/185dgFlOBIDvbYuorIVoCy325KWDn-5BJMn86zC2bEIg/edit\">https://docs.google.com/document/d/185dgFlOBIDvbYuorIVoCy325KWDn-5BJMn86zC2bEIg/edit</a></p>', 2, 2, '2018-04-06', '2018-04-07', 'https://docs.google.com/document/d/185dgFlOBIDvbYuorIVoCy325KWDn-5BJMn86zC2bEIg/edit', '0000-00-00', '', 0, NULL, '2018-04-06 19:31:24', '2018-05-04 22:47:40'),
(108, 4, 6, 1, 3, 'CLA: Alpha Review (2018-04-02) Testing', '<p><a href=\"https://docs.google.com/document/d/185dgFlOBIDvbYuorIVoCy325KWDn-5BJMn86zC2bEIg/edit\">https://docs.google.com/document/d/185dgFlOBIDvbYuorIVoCy325KWDn-5BJMn86zC2bEIg/edit </a></p>', 1, 1, '2018-04-07', '2018-04-07', 'https://docs.google.com/document/d/185dgFlOBIDvbYuorIVoCy325KWDn-5BJMn86zC2bEIg/edit', '0000-00-00', '3', 100, NULL, '2018-04-06 19:58:32', '2018-11-24 22:43:50'),
(110, 3, 16, 3, 5, 'Game: Fix a tim - Feedback (11/04/18)', '<p><a href=\"https://drive.google.com/open?id=1GYl3x4XUZgYtN3rWYvtJtu-jwynNVeyZTA-xrD7w7_Q\">https://drive.google.com/open?id=1GYl3x4XUZgYtN3rWYvtJtu-jwynNVeyZTA-xrD7w7_Q</a></p>', 2, 5, '2018-04-12', '2018-04-13', 'https://drive.google.com/open?id=1GYl3x4XUZgYtN3rWYvtJtu-jwynNVeyZTA-xrD7w7_Q', '0000-00-00', '', 0, NULL, '2018-04-12 19:16:14', '2018-04-12 20:17:14'),
(111, 4, 16, 3, 3, 'Game: Fix a tim - Feedback (11/04/18) Testing', '<p><a href=\"https://drive.google.com/open?id=1GYl3x4XUZgYtN3rWYvtJtu-jwynNVeyZTA-xrD7w7_Q\">https://drive.google.com/open?id=1GYl3x4XUZgYtN3rWYvtJtu-jwynNVeyZTA-xrD7w7_Q</a></p>', 3, 6, '2018-04-12', '2018-04-14', 'https://drive.google.com/open?id=1GYl3x4XUZgYtN3rWYvtJtu-jwynNVeyZTA-xrD7w7_Q', '0000-00-00', '', 100, '2018-04-18', '2018-04-12 19:18:19', '2018-04-18 21:03:55'),
(112, 7, 15, 3, 5, 'Game: Pill Pusher - Update (12/04/18)', '<p><a href=\"https://drive.google.com/open?id=1R0KtQyNwVDu_oSdDOMN8yOfgxekGCQJAkHxq-yu9rP8\">https://drive.google.com/open?id=1R0KtQyNwVDu_oSdDOMN8yOfgxekGCQJAkHxq-yu9rP8</a></p>', 2, 5, '2018-04-12', '2018-04-13', 'https://drive.google.com/open?id=1R0KtQyNwVDu_oSdDOMN8yOfgxekGCQJAkHxq-yu9rP8', '0000-00-00', '', 0, NULL, '2018-04-12 22:00:42', '2018-04-12 22:04:14'),
(113, 8, 15, 3, 3, 'Game: Pill Pusher - Update (12/04/18) Testing', '<p><a href=\"https://drive.google.com/open?id=1R0KtQyNwVDu_oSdDOMN8yOfgxekGCQJAkHxq-yu9rP8\">https://drive.google.com/open?id=1R0KtQyNwVDu_oSdDOMN8yOfgxekGCQJAkHxq-yu9rP8</a></p>', 3, 5, '2018-04-12', '2018-04-14', 'https://drive.google.com/open?id=1R0KtQyNwVDu_oSdDOMN8yOfgxekGCQJAkHxq-yu9rP8', '0000-00-00', '', 100, '2018-04-18', '2018-04-12 22:01:29', '2018-04-18 21:03:43'),
(114, 18, 2, 3, 2, 'WIP: Changes - 17/4/2018', '<ol>\r\n <li>WiP assured service\r\n <ul>\r\n <li>On the client side, <strong>add a toggle switch </strong>above the bid space with title "WiP Assured", default in off position</li>\r\n <li>In the admin panel provide an option to <strong>setup a cut-off rating </strong>(lets call this 'X') for each language direction. Admin should be able to update that value any time</li>\r\n <li>Nothing changes on translator side - bidding process is still the same</li>\r\n <li>When client turns on "WiP assured" toggle switch they will be able to <strong>see only the bids with rating higher than 'X', with the following modification:</strong>\r\n <ul>\r\n <li>Price increase of AED 0.25 per word</li>\r\n <li>Time increase of 2 hours for every 1000 words</li>\r\n </ul>\r\n </li>\r\n <li>Once the bid is awarded for WiP assured, client will pay the higher fees and see the modified time countdown</li>\r\n <li>Nothing changes on translator side - for now we will manage them manually</li>\r\n </ul>\r\n </li>\r\n <li>Award information in Assignment feed\r\n <ul>\r\n <li>Currently, inside "My Bids" on translator interface, we show lost bids with some award information</li>\r\n <li>Please replicate the same functionality in the assignment feed as well</li>\r\n <li><strong>Remove this information after 15 days</strong></li>\r\n </ul>\r\n </li>\r\n</ol>', 3, 18, '2018-04-19', '2018-04-21', '', '0000-00-00', '', 100, '2018-04-27', '2018-04-19 20:00:07', '2018-05-29 22:40:09'),
(115, 19, 2, 3, 3, 'WIP: Changes - 17/4/2018 Testing', '<ol>\r\n <li>WiP assured service\r\n <ul>\r\n <li>On the client side, <strong>add a toggle switch </strong>above the bid space with title "WiP Assured", default in off position</li>\r\n <li>In the admin panel provide an option to <strong>setup a cut-off rating </strong>(lets call this 'X') for each language direction. Admin should be able to update that value any time</li>\r\n <li>Nothing changes on translator side - bidding process is still the same</li>\r\n <li>When client turns on "WiP assured" toggle switch they will be able to <strong>see only the bids with rating higher than 'X', with the following modification:</strong>\r\n <ul>\r\n <li>Price increase of AED 0.25 per word</li>\r\n <li>Time increase of 2 hours for every 1000 words</li>\r\n </ul>\r\n </li>\r\n <li>Once the bid is awarded for WiP assured, client will pay the higher fees and see the modified time countdown</li>\r\n <li>Nothing changes on translator side - for now we will manage them manually</li>\r\n </ul>\r\n </li>\r\n <li>Award information in Assignment feed\r\n <ul>\r\n <li>Currently, inside "My Bids" on translator interface, we show lost bids with some award information</li>\r\n <li>Please replicate the same functionality in the assignment feed as well</li>\r\n <li><strong>Remove this information after 15 days</strong></li>\r\n </ul>\r\n </li>\r\n</ol>', 2, 4, '2018-04-20', '2018-04-21', '', '0000-00-00', '', 100, NULL, '2018-04-19 20:01:49', '2018-04-28 23:13:11'),
(116, 5, 6, 3, 5, 'CLA: Revisions (2018-04-18)', '<p><a href=\"https://drive.google.com/open?id=1DHPrGYKb3ChiLRnF98tRKeNYyA0txeW6IyYDMDM6xuA\">https://drive.google.com/open?id=1DHPrGYKb3ChiLRnF98tRKeNYyA0txeW6IyYDMDM6xuA</a></p>', 3, 4, '2018-04-19', '2018-04-21', '', '0000-00-00', '', 0, NULL, '2018-04-19 21:08:28', '2018-04-24 00:24:06'),
(117, 6, 6, 3, 3, 'CLA: Revisions (2018-04-18) Testing', '<p><a href=\"https://drive.google.com/open?id=1DHPrGYKb3ChiLRnF98tRKeNYyA0txeW6IyYDMDM6xuA\">https://drive.google.com/open?id=1DHPrGYKb3ChiLRnF98tRKeNYyA0txeW6IyYDMDM6xuA</a></p>', 2, 4, '2018-04-20', '2018-04-21', '', '0000-00-00', '5', 100, NULL, '2018-04-19 21:09:15', '2018-11-24 22:43:56'),
(119, 1, 17, 1, 5, 'First Version', '', 15, 60, '2018-04-18', '2018-05-05', '', '0000-00-00', '', 80, NULL, '2018-04-27 20:53:19', '2018-06-02 22:18:35'),
(120, 2, 17, 1, 1, 'Game: Tim to the rescue - Testing (Module-1)', '<p><a href=\"https://docs.google.com/document/d/15nVc2rPtPPMlUj-E3E3Os03BClD1t85Aa2iGDxA4TjU/edit\">https://docs.google.com/document/d/15nVc2rPtPPMlUj-E3E3Os03BClD1t85Aa2iGDxA4TjU/edit</a></p>', 2, 5, '2018-05-03', '2018-05-04', '', '0000-00-00', '', 100, '2018-11-17', '2018-05-03 19:56:11', '2018-11-17 19:12:35'),
(121, 8, 1, 3, 5, 'Impactify : Changes (03/05/2018)', '<p><a href=\"https://drive.google.com/open?id=10fc8ajKe_f_Pi3hi4t0ajD0oaFJAQAog\">https://drive.google.com/open?id=10fc8ajKe_f_Pi3hi4t0ajD0oaFJAQAog</a></p>\r\n\r\n<p>In the current demo version, the following changes need to be done as we<br />\r\nare facing client issues..<br />\r\n<br />\r\n1. Add contents page as per attached format in report - between cover page<br />\r\nand section 1 (project details)<br />\r\n2. Change the current static text for "Engagement Model" with attached page<br />\r\n3. The formatting of the report - Border, header and footer to be updated<br />\r\nas per the attached sample.<br />\r\n4. The Gantt chart is not getting auto picked by the report<br />\r\n5. The drop down for sponsor name is showing the 'Name of the person' -<br />\r\nShould show the name of the company<br />\r\n6. At time of signup, when the NGO enters their registration number - it<br />\r\nhas a "/" as part of standard rules of the govt. When the NGO tries to<br />\r\nlogin, this registration number gets added to the URL, thereby acting as a<br />\r\nnon-existent path - ERROR 404. - Please fix as all ngo registration numbers<br />\r\nwill always have "/" in them.<br />\r\n7. Please unlock all blocking on the report in DEMO - customers should be<br />\r\nable to see a full report once they fill in all the details.</p>', 8, 48, '2018-05-04', '2018-05-11', 'https://drive.google.com/open?id=10fc8ajKe_f_Pi3hi4t0ajD0oaFJAQAog', '0000-00-00', '', 100, '2018-05-15', '2018-05-04 21:45:37', '2019-01-07 19:14:10'),
(123, 9, 15, 3, 5, 'Game: Pill Pusher - Update (15/05/18)', '<p><a href=\"https://drive.google.com/open?id=1zjQGvZcRxZSxgaq559qKbzCYFYW5KwpBTHD6XzctREM\">https://drive.google.com/open?id=1zjQGvZcRxZSxgaq559qKbzCYFYW5KwpBTHD6XzctREM</a></p>', 5, 5, '2018-05-16', '2018-05-19', 'https://drive.google.com/open?id=1zjQGvZcRxZSxgaq559qKbzCYFYW5KwpBTHD6XzctREM', '0000-00-00', '', 0, NULL, '2018-05-16 22:18:13', '2018-05-16 22:25:12'),
(124, 5, 16, 3, 5, 'Game: Fix a tim - Feedback (15/05/18)', '<p><a href=\"https://drive.google.com/open?id=1f9tBXNFwUdCdjuWjw3PADCBHmAs2I27Nzst2zW-L0Cc\">https://drive.google.com/open?id=1f9tBXNFwUdCdjuWjw3PADCBHmAs2I27Nzst2zW-L0Cc</a></p>', 5, 5, '2018-05-15', '2018-05-19', 'https://drive.google.com/open?id=1f9tBXNFwUdCdjuWjw3PADCBHmAs2I27Nzst2zW-L0Cc', '0000-00-00', '', 0, NULL, '2018-05-16 22:21:56', '2018-05-16 22:23:15'),
(125, 6, 16, 3, 3, 'Game: Fix a tim - Feedback (15/05/18) Testing', '<p><a href=\"https://drive.google.com/open?id=1f9tBXNFwUdCdjuWjw3PADCBHmAs2I27Nzst2zW-L0Cc\">https://drive.google.com/open?id=1f9tBXNFwUdCdjuWjw3PADCBHmAs2I27Nzst2zW-L0Cc </a></p>', 3, 3, '2018-05-16', '2018-05-19', 'https://drive.google.com/open?id=1f9tBXNFwUdCdjuWjw3PADCBHmAs2I27Nzst2zW-L0Cc', '0000-00-00', '', 100, NULL, '2018-05-16 22:22:47', '2018-06-13 18:11:25'),
(126, 10, 15, 3, 3, 'Game: Pill Pusher - Update (15/05/18) Testing', '<p><a href=\"https://drive.google.com/open?id=1zjQGvZcRxZSxgaq559qKbzCYFYW5KwpBTHD6XzctREM\">https://drive.google.com/open?id=1zjQGvZcRxZSxgaq559qKbzCYFYW5KwpBTHD6XzctREM</a></p>', 4, 4, '2018-05-16', '2018-05-19', 'https://drive.google.com/open?id=1zjQGvZcRxZSxgaq559qKbzCYFYW5KwpBTHD6XzctREM', '0000-00-00', '', 100, NULL, '2018-05-16 22:24:35', '2018-06-13 18:10:39'),
(129, 8, 11, 1, 1, 'Test Timesheet feature', '', 2, 8, '2018-05-29', '2018-06-08', '', '0000-00-00', '', 100, '2018-11-13', '2018-05-30 01:37:35', '2018-11-13 18:35:47'),
(130, 3, 17, 1, 1, 'Client Feedback - Tim to the Rescue QA 31/5/2018', '<p>https://docs.google.com/document/d/1UgyaVVxnqumNgFTiQRzndWoHEElDR73lOJjl3Ue4Spo/edit</p>', 2, 8, '2018-05-31', '2018-06-01', 'https://docs.google.com/document/d/1UgyaVVxnqumNgFTiQRzndWoHEElDR73lOJjl3Ue4Spo/edit', '0000-00-00', '', 100, '2018-11-13', '2018-05-31 17:44:31', '2018-11-13 18:35:39'),
(131, 1, 18, 1, 5, 'Planning', '', 1, 5, '2018-06-01', '2018-06-02', '', '0000-00-00', '', 0, NULL, '2018-06-01 19:01:26', '2018-06-01 19:01:26'),
(132, 2, 18, 1, 4, 'Game Assets Creation', '', 4, 25, '2018-06-04', '2018-06-07', '', '0000-00-00', '1', 0, NULL, '2018-06-01 19:02:14', '2018-06-01 19:02:14'),
(133, 3, 18, 1, 3, 'Game: The Great Hospital Escape Testing', '', 2, 5, '2018-06-08', '2018-06-09', '', '0000-00-00', '', 100, NULL, '2018-06-08 18:24:29', '2018-08-31 02:09:26'),
(135, 1, 19, 1, 7, 'Change to overall structure Data/Cases', '<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td>Define groups</td>\r\n </tr>\r\n <tr>\r\n <td>Assign users to groups</td>\r\n </tr>\r\n </tbody>\r\n</table>', 3, 20, '2018-06-18', '2018-06-20', '', '0000-00-00', '', 0, NULL, '2018-06-18 18:32:52', '2018-09-06 20:03:35'),
(136, 2, 19, 1, 5, 'Changes to case editor', '', 3, 20, '2018-06-21', '2018-06-22', '', '0000-00-00', '', 0, NULL, '2018-06-18 18:33:53', '2018-06-18 18:33:53'),
(137, 3, 19, 1, 5, 'Changes to user case assignment', '', 3, 20, '2018-06-25', '2018-06-27', '', '0000-00-00', '', 0, NULL, '2018-06-18 18:34:29', '2018-06-18 18:34:29'),
(138, 4, 19, 1, 5, 'User Reporting', '', 2, 12, '2018-06-28', '2018-06-29', '', '0000-00-00', '', 0, NULL, '2018-06-18 18:35:16', '2018-06-18 18:35:16'),
(139, 5, 19, 1, 5, 'Incubator changes', '', 4, 25, '2018-06-30', '2018-07-03', '', '0000-00-00', '', 0, NULL, '2018-06-18 18:36:30', '2018-06-18 18:36:30'),
(140, 6, 19, 1, 5, 'User Home Page', '', 1, 6, '2018-07-04', '2018-07-04', '', '0000-00-00', '', 0, NULL, '2018-06-18 18:37:19', '2018-06-18 18:37:26'),
(141, 1, 20, 1, 4, 'Website Design', '', 5, 30, '2018-06-15', '2018-06-21', '', '0000-00-00', '', 100, NULL, '2018-06-19 02:24:23', '2018-11-13 18:38:56'),
(142, 20, 2, 3, 3, 'WIP Changes 17/08/2018 Testing', '<p><a href=\"https://drive.google.com/open?id=1XYI1t65cUMXGgmK5FlqgUc0-SNGskR8KBKTnqLE1ae0\">https://drive.google.com/open?id=1XYI1t65cUMXGgmK5FlqgUc0-SNGskR8KBKTnqLE1ae0</a></p>', 3, 5, '2018-08-27', '2018-08-30', '', '0000-00-00', '', 100, NULL, '2018-08-31 02:05:37', '2018-10-03 23:46:51'),
(143, 21, 2, 3, 3, 'WIP Addition 29/8/2018 Testing', '<p>WIP assured will be removed and the below options will come at its place with radio button to select any one service at a time. Description will go in the "question mark” icon as we currently have in WIP assured button. Please include it in app UI as well and show it to me.</p>\r\n\r\n<ul>\r\n <li><strong>Translation</strong>\r\n\r\n <ul>\r\n <li>Description: Get your documents Translated by our hand-picked experts</li>\r\n <li>Show all bids as it is as currently implemented</li>\r\n </ul>\r\n </li>\r\n <li><strong>Proofreading: </strong>\r\n <ul>\r\n <li>Description: Double check your work with the help of our experts</li>\r\n <li>Show bids of translators higher than the rating provided in Admin for assured - no markup in price and no additional time</li>\r\n </ul>\r\n </li>\r\n <li><strong>EZ Assured:</strong>\r\n <ul>\r\n <li>Description: Our in-house team double-checks everything to assure top-notch Translation</li>\r\n <li>As it is as currently implemented</li>\r\n </ul>\r\n </li>\r\n</ul>', 3, 5, '2018-08-27', '2018-08-30', '', '0000-00-00', '', 100, NULL, '2018-08-31 02:06:07', '2018-10-03 23:46:57'),
(144, 22, 2, 3, 5, 'WIP Changes 3/9/2018', '', 3, 5, '2018-09-11', '2018-09-13', '', '0000-00-00', '', 0, NULL, '2018-09-12 02:11:05', '2018-09-12 02:11:05');
INSERT INTO `tasks` (`id`, `task_no`, `project_id`, `assignment_from`, `assignment_to`, `task_name`, `task_description`, `duration`, `planHour`, `start_date`, `end_date`, `task_doc_url`, `task_date`, `predecessor`, `progress`, `progress_update_at`, `created_at`, `updated_at`) VALUES
(145, 1, 21, 1, 5, 'Game Development', '', 10, 5, '2018-10-23', '2018-10-31', '', '0000-00-00', '', 100, NULL, '2018-10-29 22:05:18', '2018-11-14 19:37:13'),
(146, 2, 21, 1, 3, 'Internal Testing (Module-1)', '', 2, 3, '2018-10-29', '2018-10-31', '', '0000-00-00', '1', 100, NULL, '2018-10-29 22:06:09', '2018-11-14 19:43:00'),
(147, 3, 21, 3, 5, 'Client\'s Feedback (31/10/2018)', '', 3, 6, '2018-11-01', '2018-11-03', 'https://drive.google.com/open?id=1544xnnva88D-hGkqzO77a43FB8bvV02_0wV8l_95Ekg', '0000-00-00', '', 100, NULL, '2018-11-14 19:27:57', '2018-11-14 19:37:51'),
(148, 4, 21, 3, 5, 'Client\'s Feedback (05/11/2018)', '<p>Image for the game does load on the competitive games page.</p>\r\n\r\n<p>Level 1 – Frenzied Frieda – One sanitizer, one laptop. Bonus questions answered. At the Nurse Station I answered the question correctly, then clicked on the laptop when the player was headed to the elevator. I answered the bonus question correctly. The game board displayed with no player on it, no music playing, and no option to proceed to the next level. The game froze there.</p>\r\n\r\n<p>Level 1 – Frenzied Frieda – One sanitizer, one laptop. No bonus questions chosen this round. At end player got into elevator and different music played.</p>\r\n\r\n<p>Level 2 – Waddling Wendy - No sanitizers, one laptop. Bonus question answered. At end player got into elevator and different music played.</p>\r\n\r\n<p>Level 3 – Grouchy Gunther - One sanitizer, one laptop. Bonus questions answered. At end player got into elevator and different music played.</p>\r\n\r\n<p>Level 4 – Hipster Henry - One sanitizer, one laptop. The sanitizer was not active. Bonus question for laptop answered. After answering the question at the nurse station correctly the player headed to the elevator. The next scene was the “You Win” screen. Henry was never shown in the elevator.</p>', 2, 6, '2018-11-05', '2018-11-06', '', '0000-00-00', '', 100, NULL, '2018-11-14 19:34:24', '2018-11-14 19:36:58'),
(149, 5, 21, 3, 5, 'Client\'s Feedback (31/10/2018) Testing', '', 2, 6, '2018-11-04', '2018-11-05', 'https://drive.google.com/open?id=1544xnnva88D-hGkqzO77a43FB8bvV02_0wV8l_95Ekg', '0000-00-00', '3', 100, NULL, '2018-11-14 19:39:51', '2018-11-14 19:44:26'),
(150, 6, 21, 3, 3, 'Client\'s Feedback (05/11/2018) Testing', '<p>Image for the game does load on the competitive games page.</p>\r\n\r\n<p>Level 1 – Frenzied Frieda – One sanitizer, one laptop. Bonus questions answered. At the Nurse Station I answered the question correctly, then clicked on the laptop when the player was headed to the elevator. I answered the bonus question correctly. The game board displayed with no player on it, no music playing, and no option to proceed to the next level. The game froze there.</p>\r\n\r\n<p>Level 1 – Frenzied Frieda – One sanitizer, one laptop. No bonus questions chosen this round. At end player got into elevator and different music played.</p>\r\n\r\n<p>Level 2 – Waddling Wendy - No sanitizers, one laptop. Bonus question answered. At end player got into elevator and different music played.</p>\r\n\r\n<p>Level 3 – Grouchy Gunther - One sanitizer, one laptop. Bonus questions answered. At end player got into elevator and different music played.</p>\r\n\r\n<p>Level 4 – Hipster Henry - One sanitizer, one laptop. The sanitizer was not active. Bonus question for laptop answered. After answering the question at the nurse station correctly the player headed to the elevator. The next scene was the “You Win” screen. Henry was never shown in the elevator.</p>', 1, 6, '2018-11-06', '2018-11-06', '', '0000-00-00', '4', 100, NULL, '2018-11-14 19:41:30', '2018-11-14 19:44:06'),
(151, 1, 22, 1, 1, 'Impactify Website Design - 14/9/2018', '', 4, 20, '2018-09-17', '2018-09-21', '', '0000-00-00', '', 100, NULL, '2018-11-16 18:18:26', '2018-11-16 18:18:26'),
(152, 2, 22, 1, 1, 'CF - Impactify Marketplace Feedback - 24/9/2018', '', 2, 10, '2018-09-26', '2018-09-28', '', '0000-00-00', '', 100, NULL, '2018-11-16 18:21:03', '2018-11-16 18:28:47'),
(153, 3, 22, 1, 1, 'Admin Panel Design', '', 2, 10, '2018-10-01', '2018-10-02', '', '0000-00-00', '', 100, NULL, '2018-11-16 18:29:56', '2018-11-16 19:15:07'),
(154, 4, 22, 1, 5, 'Admin Panel Development', '', 4, 20, '2018-10-03', '2018-10-08', '', '0000-00-00', '', 100, NULL, '2018-11-16 18:31:19', '2018-11-16 19:15:11'),
(155, 5, 22, 1, 1, 'Front end inner page designs', '', 4, 20, '2018-10-08', '2018-10-11', '', '0000-00-00', '', 100, NULL, '2018-11-16 18:32:57', '2018-11-16 19:15:15'),
(156, 6, 22, 1, 5, 'Front end - Dynamic', '', 6, 30, '2018-10-12', '2018-10-19', '', '0000-00-00', '', 100, NULL, '2018-11-16 18:34:07', '2018-11-16 19:15:18'),
(157, 7, 22, 1, 5, 'How it works page', '', 1, 5, '2018-10-10', '2018-10-12', '', '0000-00-00', '', 100, NULL, '2018-11-16 18:35:06', '2018-11-16 19:15:22'),
(158, 8, 22, 1, 5, 'IT-1 - Admin panel', '', 1, 5, '2018-10-04', '2018-10-04', '', '0000-00-00', '', 100, NULL, '2018-11-16 18:36:20', '2018-11-16 19:15:26'),
(159, 9, 22, 1, 5, 'Fix IT-2 issues', '', 2, 10, '2018-10-04', '2018-10-05', '', '0000-00-00', '', 100, NULL, '2018-11-16 18:37:27', '2018-11-16 19:15:31'),
(160, 10, 22, 1, 5, 'IT-2 - Front end', '', 1, 5, '2018-10-22', '2018-10-23', '', '0000-00-00', '', 100, NULL, '2018-11-16 19:00:34', '2018-11-16 19:15:35'),
(161, 11, 22, 1, 9, 'Fix IT-2 issues', '', 3, 15, '2018-10-24', '2018-10-29', '', '0000-00-00', '', 100, NULL, '2018-11-16 19:05:02', '2018-11-16 19:15:40'),
(164, 12, 22, 1, 5, 'CF - Impactify feedback - 25/10/2018', '', 4, 15, '2018-10-26', '2018-11-02', '', '0000-00-00', '', 90, NULL, '2018-11-16 19:14:56', '2018-11-16 19:14:56'),
(165, 13, 22, 1, 1, 'Review - CF - Impactify feedback - 25/10/2018', '', 1, 2, '2018-11-02', '2018-11-02', '', '0000-00-00', '', 100, NULL, '2018-11-16 19:22:10', '2018-11-16 19:33:10'),
(166, 14, 22, 1, 5, 'CF - Impactify changes - 5/11/2018', '', 5, 15, '2018-11-05', '2018-11-13', '', '0000-00-00', '', 100, NULL, '2018-11-16 19:24:45', '2018-11-16 19:24:45'),
(167, 15, 22, 1, 3, 'Review - Impactify changes - 5/11/2018', '', 1, 2, '2018-11-13', '2018-11-14', '', '0000-00-00', '', 100, NULL, '2018-11-16 19:25:30', '2018-11-16 19:33:05'),
(168, 16, 22, 1, 5, 'SPRINT 2 - Impactify next sprint - 13 Nov 2018', '', 30, 150, '2018-11-13', '2018-12-28', '', '0000-00-00', '', 0, NULL, '2018-11-16 19:27:35', '2018-12-20 21:43:57'),
(169, 17, 22, 1, 5, 'CF - Impactify Marketplace Feedback - 15/11/2018', '<p><a href=\"https://drive.google.com/open?id=1lvNko9HlTSUFNVl8lHrv3V616nhNZRcc_NYSN7x2Ir0\">https://drive.google.com/open?id=1lvNko9HlTSUFNVl8lHrv3V616nhNZRcc_NYSN7x2Ir0</a></p>', 3, 15, '2018-11-16', '2018-11-19', '', '0000-00-00', '', 100, NULL, '2018-11-16 19:32:54', '2018-12-13 20:07:19'),
(170, 18, 22, 1, 3, 'Review CF - Impactify Marketplace Feedback - 15/11/2018', '<p><a href=\"https://drive.google.com/open?id=1lvNko9HlTSUFNVl8lHrv3V616nhNZRcc_NYSN7x2Ir0\">https://drive.google.com/open?id=1lvNko9HlTSUFNVl8lHrv3V616nhNZRcc_NYSN7x2Ir0</a></p>', 1, 4, '2018-11-19', '2018-11-19', '', '0000-00-00', '17', 100, NULL, '2018-11-16 19:34:01', '2018-11-24 22:44:35'),
(171, 1, 23, 1, 1, 'Mobile Mayhem - course building first cut', '', 3, 12, '2018-10-15', '2018-10-26', '', '0000-00-00', '', 100, '2018-11-17', '2018-11-16 20:27:33', '2018-11-17 19:12:03'),
(172, 2, 23, 1, 2, 'Mobile Mayhem - Customization of quiz templates', '', 3, 15, '2018-10-29', '2018-11-06', '', '0000-00-00', '', 100, '2019-07-11', '2018-11-16 20:50:53', '2019-07-11 20:02:37'),
(173, 3, 23, 1, 1, 'Mobile Mayhem - Build with new master template', '', 3, 15, '2018-11-13', '2018-11-15', '', '0000-00-00', '', 100, '2018-11-17', '2018-11-16 20:51:59', '2018-11-17 19:12:09'),
(174, 1, 24, 3, 2, 'Mobile App Development', '', 120, 120, '2018-10-01', '2018-11-24', '', '0000-00-00', '', 100, '2019-07-11', '2018-11-22 19:17:59', '2019-07-11 20:16:36'),
(175, 2, 24, 3, 3, 'Internal Testing (Module-1)', '<p> </p>', 3, 6, '2018-11-22', '2018-11-24', '', '0000-00-00', '', 100, NULL, '2018-11-22 19:18:58', '2019-01-08 02:08:15'),
(176, 19, 22, 1, 5, 'Impactify changes - 22/11/2018', '<p><strong>A. Marketplace to-dos </strong> </p>\r\n\r\n<p> </p>\r\n\r\n<p>1. How-it works page to be redesigned [Done] --- NOT DONE</p>\r\n\r\n<p>2. Knowledge page still in old website format [Working on it]<br />\r\n<br />\r\n<strong>B. Following are a few things that need to be corrected on the Admin panel:</strong><br />\r\n<br />\r\n<span class=\"marker\">1. Approve functionality not working - systems hangs and org doesn't get approved [not reproduce]</span></p>\r\n\r\n<p><br />\r\n2. Need to create association between NGO and Project - ideally an NGO dropdown option with "Add New" - when users log in themselves to create an additional project, they will only see their organization [Done] --- NOT DONE</p>\r\n\r\n<p> </p>\r\n\r\n<p><strong>Apart from these, some new issues have appeared on the Admin Panel: </strong></p>\r\n\r\n<p> </p>\r\n\r\n<p><span class=\"marker\">1. Unable to delete any project.</span></p>\r\n\r\n<p><span class=\"marker\">2. Sorting option not available at the moment</span></p>\r\n\r\n<p><span class=\"marker\">3. Unable to approve/ deactivate a user </span></p>\r\n\r\n<p>4. RfP and User Account not linked ( same as Project not linked to NGO yet)</p>\r\n\r\n<p><span class=\"marker\">5. A project's location not reflecting on the website if it doesn't have any District marked in it</span></p>\r\n\r\n<p><br />\r\n<strong>a. Website</strong></p>\r\n\r\n<p><img alt=\"Screen Shot 2018-11-22 at 1.18.21 PM.png\" src=\"https://mail.google.com/mail/u/1?ui=2&ik=0106bd9bf9&attid=0.1.1&permmsgid=msg-f:1617820368113726079&th=1673a70d9fcf727f&view=fimg&sz=s0-l75-ft&attbid=ANGjdJ8l2oesarkQDwOpXBukhdm9oUpN6RY8HmaIXRNe_qQ76nyn1Zz7gfjAznDZ4bVIzkYYKT95toZUxZy9YTMGt_6JJ3uW1qBj_jXCtBXsVjXOTdwuolLAWBEaaY8&disp=emb\" style=\"height:425px; width:487px\" /></p>\r\n\r\n<p> </p>\r\n\r\n<p><strong>b. Admin Panel</strong></p>\r\n\r\n<p><img alt=\"aakar.PNG\" src=\"https://mail.google.com/mail/u/1?ui=2&ik=0106bd9bf9&attid=0.1.2&permmsgid=msg-f:1617820368113726079&th=1673a70d9fcf727f&view=fimg&sz=s0-l75-ft&attbid=ANGjdJ9ge4QspE39WV0A6fr9O_gB8_f-eRgD_cHn_GQOqDRiYP9hI_ObnNdOdkoqbC4FQPfRk--Nedc4x4gd2uFg0qwk4AVIq7-zJllV5GyCp9S5SUKi6qWfzuiYBCk&disp=emb\" style=\"height:266px; width:556px\" /></p>\r\n\r\n<p><span class=\"marker\">6. SDGs have not been updated as per the latest list shared</span></p>', 3, 12, '2018-11-22', '2018-11-27', '', '0000-00-00', '', 100, NULL, '2018-11-24 00:31:19', '2018-11-27 18:28:59'),
(177, 20, 22, 1, 3, 'Review - Impactify Changes - 22/11/2018', '<p><strong>A. Marketplace to-dos </strong> </p>\r\n\r\n<p> </p>\r\n\r\n<p>1. How-it works page to be redesigned [Done] --- NOT DONE</p>\r\n\r\n<p>2. Knowledge page still in old website format [Working on it]<br />\r\n<br />\r\n<strong>B. Following are a few things that need to be corrected on the Admin panel:</strong><br />\r\n<br />\r\n<span class=\"marker\">1. Approve functionality not working - systems hangs and org doesn't get approved [not reproduce]</span></p>\r\n\r\n<p><br />\r\n2. Need to create association between NGO and Project - ideally an NGO dropdown option with "Add New" - when users log in themselves to create an additional project, they will only see their organization [Done] --- NOT DONE</p>\r\n\r\n<p> </p>\r\n\r\n<p><strong>Apart from these, some new issues have appeared on the Admin Panel: </strong></p>\r\n\r\n<p> </p>\r\n\r\n<p><span class=\"marker\">1. Unable to delete any project.</span></p>\r\n\r\n<p><span class=\"marker\">2. Sorting option not available at the moment</span></p>\r\n\r\n<p><span class=\"marker\">3. Unable to approve/ deactivate a user </span></p>\r\n\r\n<p>4. RfP and User Account not linked ( same as Project not linked to NGO yet)</p>\r\n\r\n<p><span class=\"marker\">5. A project's location not reflecting on the website if it doesn't have any District marked in it</span></p>\r\n\r\n<p><br />\r\n<strong>a. Website</strong></p>\r\n\r\n<p><img alt=\"Screen Shot 2018-11-22 at 1.18.21 PM.png\" src=\"https://mail.google.com/mail/u/1?ui=2&ik=0106bd9bf9&attid=0.1.1&permmsgid=msg-f:1617820368113726079&th=1673a70d9fcf727f&view=fimg&sz=s0-l75-ft&attbid=ANGjdJ8l2oesarkQDwOpXBukhdm9oUpN6RY8HmaIXRNe_qQ76nyn1Zz7gfjAznDZ4bVIzkYYKT95toZUxZy9YTMGt_6JJ3uW1qBj_jXCtBXsVjXOTdwuolLAWBEaaY8&disp=emb\" style=\"height:425px; width:487px\" /></p>\r\n\r\n<p> </p>\r\n\r\n<p><strong>b. Admin Panel</strong></p>\r\n\r\n<p><img alt=\"aakar.PNG\" src=\"https://mail.google.com/mail/u/1?ui=2&ik=0106bd9bf9&attid=0.1.2&permmsgid=msg-f:1617820368113726079&th=1673a70d9fcf727f&view=fimg&sz=s0-l75-ft&attbid=ANGjdJ9ge4QspE39WV0A6fr9O_gB8_f-eRgD_cHn_GQOqDRiYP9hI_ObnNdOdkoqbC4FQPfRk--Nedc4x4gd2uFg0qwk4AVIq7-zJllV5GyCp9S5SUKi6qWfzuiYBCk&disp=emb\" style=\"height:266px; width:556px\" /></p>\r\n\r\n<p><span class=\"marker\">6. SDGs have not been updated as per the latest list shared</span></p>', 1, 2, '2018-11-27', '2018-11-27', '', '0000-00-00', '19', 100, NULL, '2018-11-24 00:32:51', '2019-01-08 19:52:46'),
(178, 4, 23, 1, 1, 'CF - Mobile Mayhem Course Feedback - 26/11/2018', '<p> </p>\r\n\r\n<p><span class=\"marker\">1. Use the below image (Arabic One) in title slide<br />\r\n<a href=\"https://www.dropbox.com/sh/xzk9vdtutqwd4sf/AAAf2AjOTkd2a5VzJ1nh8QDma/Mobile%20Mayhem?dl=0&subfolder_nav_tracking=1\" target=\"_blank\">https://www.dropbox.com/sh/xzk9vdtutqwd4sf/AAAf2AjOTkd2a5VzJ1nh8QDma/Mobile%20Mayhem?dl=0&subfolder_nav_tracking=1</a><br />\r\n<br />\r\n2. No subtitles in video — attached again with this email<br />\r\n<br />\r\n3. Change the orange (Submit button/track bar etc) — change it to green colour (I will suggest gradient green) as attached with this email as a sample quiz question<br />\r\n<br />\r\n4. Please remove messages after each correct/incorrect answer<br />\r\n<br />\r\n5. Please remove all english from quiz questions and only keep Arabic<br />\r\n<br />\r\n6. Try again/review quiz buttons must be the same size<br />\r\n<br />\r\n7. Can we have an image/color on the results page? I have attached couple of images to look at.<br />\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n8. KnowBe4 logo needs to be removed.<br />\r\n<br />\r\n9. Please remove the menu from top LHS; only keep the mute button. If you can keep the mute button somewhere else in a creative manner, you can.<br />\r\n<br />\r\n10. We would like to lay the questions out as below with the green background for Something Phishy Series. This green is for showing purpose only; we can use any green — I suggest gradient green.</span></p>', 2, 10, '2018-11-27', '2018-11-29', '', '0000-00-00', '', 100, '2018-12-14', '2018-11-27 18:11:51', '2018-12-15 01:41:36'),
(179, 21, 22, 3, 5, 'Impactify Changes 28/11/2018', '<p><strong>Website:</strong></p>\r\n\r\n<p> </p>\r\n\r\n<p>1. The Knowledge page is not a secure access.</p>\r\n\r\n<p>2. The Showcase Project form doesn't have a picture upload option.</p>\r\n\r\n<p> </p>\r\n\r\n<p><strong>Admin Panel</strong></p>\r\n\r\n<p> </p>\r\n\r\n<p>1. Option to Sort projects in different ways not available.</p>\r\n\r\n<p>2. SDGs have not been updated as per the latest list shared.</p>', 2, 4, '2018-11-29', '2018-11-30', '', '0000-00-00', '', 100, NULL, '2018-11-30 02:40:20', '2018-12-13 20:07:41'),
(180, 22, 22, 3, 3, 'Review - Impactify Changes 28/11/2018', '<p><strong>Website:</strong></p>\r\n\r\n<p> </p>\r\n\r\n<p>1. The Knowledge page is not a secure access.</p>\r\n\r\n<p>2. The Showcase Project form doesn't have a picture upload option.</p>\r\n\r\n<p> </p>\r\n\r\n<p><strong>Admin Panel</strong></p>\r\n\r\n<p> </p>\r\n\r\n<p>1. Option to Sort projects in different ways not available.</p>\r\n\r\n<p>2. SDGs have not been updated as per the latest list shared.</p>', 1, 2, '2018-11-30', '2018-11-30', '', '0000-00-00', '21', 100, NULL, '2018-11-30 02:40:55', '2019-01-08 19:52:56'),
(181, 23, 22, 3, 5, 'Impactify Changes - 05/12/18', '<p>At a high level, two additional things</p>\r\n\r\n<ol>\r\n <li>When can we have the project page --> need to start promoting for Digital Marketing</li>\r\n <li>one problem is that website takes a lot of time to load - I am sure there are some image compressino etc. type of things your team can do to reduce loading time.</li>\r\n</ol>\r\n\r\n<p>_____________________________________________________</p>\r\n\r\n<p>1. Increase word limit of Project Title to 100 characters<br />\r\n2. Increase word limit of description to 1500 characters (It's currently 500 characters, though it says "Words" there)<br />\r\n3. Ability to edit (all information from signup form) or delete a User<br />\r\n4. Add new User functionality in Admin<br />\r\n5. Auto-save half-filled forms on Admin and website<br />\r\n6. Reject pictures below minimum acceptable pixel size<br />\r\n7. SDG List to be revised - the words written in the dropdown, are not the same as what Komal provided in her previous email - e.g. Partnerships to achieve the goals --> Partnerships for the Goals <br />\r\n8. Impact Coefficient to be replaced by TRUSTScore on how it works page, Admin page<br />\r\n9. Allow multiple selections for Beneficiary Type option on Admin </p>', 3, 8, '2018-12-05', '2018-12-07', '', '0000-00-00', '', 100, NULL, '2018-12-07 22:39:11', '2019-01-08 19:36:57'),
(182, 24, 22, 3, 3, 'Review - Impactify Changes 05/12/18', '<p>At a high level, two additional things</p>\r\n\r\n<ol>\r\n <li>When can we have the project page --> need to start promoting for Digital Marketing</li>\r\n <li>one problem is that website takes a lot of time to load - I am sure there are some image compressino etc. type of things your team can do to reduce loading time.</li>\r\n</ol>\r\n\r\n<p>_____________________________________________________</p>\r\n\r\n<p>1. Increase word limit of Project Title to 100 characters (done)<br />\r\n2. Increase word limit of description to 1500 characters (It's currently 500 characters, though it says "Words" there) (done)<br />\r\n3. Ability to edit (all information from signup form) or delete a User (done)<br />\r\n4. Add new User functionality in Admin (done)<br />\r\n5. Auto-save half-filled forms on Admin and website<br />\r\n6. Reject pictures below minimum acceptable pixel size (done)<br />\r\n7. SDG List to be revised - the words written in the dropdown, are not the same as what Komal provided in her previous email - e.g. Partnerships to achieve the goals --> Partnerships for the Goals (done)<br />\r\n8. Impact Coefficient to be replaced by TRUSTScore on how it works page, Admin page (done)<br />\r\n9. Allow multiple selections for Beneficiary Type option on Admin (done)</p>', 2, 2, '2018-12-07', '2018-12-08', '', '0000-00-00', '23', 100, NULL, '2018-12-07 22:40:31', '2019-01-08 19:53:36'),
(183, 1, 25, 1, 1, 'UI for document editor', '', 2, 8, '2018-12-12', '2018-12-13', '', '0000-00-00', '', 100, '2018-12-14', '2018-12-13 20:11:40', '2018-12-15 01:41:24'),
(184, 1, 26, 1, 5, 'Develope Muscle Madness - version 1', '', 20, 150, '2018-12-14', '2019-01-11', '', '0000-00-00', '', 0, NULL, '2018-12-15 01:43:46', '2018-12-15 01:43:46'),
(185, 25, 22, 3, 5, 'Impactify: Next Sprint - 13/11/18', '<p><a href=\"https://drive.google.com/open?id=0B0OBQH8eLRKZQ2V6cTZEVUVobDVyd2hKdEo0QmNBNzlhQjBn\">https://drive.google.com/open?id=0B0OBQH8eLRKZQ2V6cTZEVUVobDVyd2hKdEo0QmNBNzlhQjBn</a></p>', 70, 560, '2018-11-13', '2019-01-31', 'https://drive.google.com/open?id=0B0OBQH8eLRKZQ2V6cTZEVUVobDVyd2hKdEo0QmNBNzlhQjBn', '0000-00-00', '', 0, NULL, '2019-01-08 02:12:15', '2019-02-02 19:41:52'),
(187, 26, 22, 3, 5, 'Impactify: Marketplace Changes - 3/1/2019', '<ul>\r\n <li># of Districts in India has increased - we are attaching ppt with two columns - one that we previously provided, and second column with new list - please ask team to update</li>\r\n <li>Please ask team to setup notification emails to user and <a href=\"mailto:support@impactify.in\" target=\"_blank\">support@impactify.in</a> based on following workflow. Please set them up on sendgrid just like we did for Arabeasy so that team can update information as and when required. Sendgrid account information ----- user: <a href=\"mailto:support@impactify.in\" target=\"_blank\">support@impactify.in</a>; pass: impactpro1</li>\r\n <li>Resolve image issue - as mentioned in previous email as well</li>\r\n <li>Make project page live</li>\r\n <li>Create RfP functionality - details in my original marketplace email dt Oct 1 subject "Things to do for making Impactify marketplace live"</li>\r\n</ul>\r\n\r\n<p><a href=\"https://drive.google.com/open?id=1eSp6mFtuo0X1xvbvAD85qDNmltPtLZMr\">https://drive.google.com/open?id=1eSp6mFtuo0X1xvbvAD85qDNmltPtLZMr</a></p>\r\n\r\n<p><a href=\"https://drive.google.com/open?id=1wo6NR9X3OxlBhuUiuqzvmLHDSqxi7AUV\">https://drive.google.com/open?id=1wo6NR9X3OxlBhuUiuqzvmLHDSqxi7AUV</a></p>', 6, 6, '2019-01-04', '2019-01-09', '', '0000-00-00', '', 0, NULL, '2019-01-08 19:26:17', '2019-01-08 19:35:56'),
(188, 9, 1, 3, 5, 'Impactify: Tool Updates (25/12/18)', '<table cellpadding=\"0\" cellspacing=\"0\" style=\"width:1088px\">\r\n <tbody>\r\n <tr>\r\n <td style=\"background-color:#ffffff; vertical-align:top\">\r\n <ol>\r\n <li>Thoroughly check project wall - <a href=\"http://impactify.in/tool/login\" target=\"_blank\">impactify.in/tool/login</a></li>\r\n <li>In resport section - it asks to run on-secure scripts</li>\r\n <li>Gantt and some other images doesnt get pulled into report</li>\r\n <li>Preview button doesnt show report</li>\r\n <li>Review photos problem on marketplace and suggest solution</li>\r\n <li>Project progress report as per attached ppt</li>\r\n <li>Spelling updates on dashboard according to - impactify_tool_v1_updates.pptx</li>\r\n <li>Admin panel of marketplace - add ability to update organization information</li>\r\n </ol>\r\n\r\n <p><a href=\"https://drive.google.com/open?id=10mSmQ8IykkeJfQ3jz9ZYKpOzzHG8obO0\">https://drive.google.com/open?id=10mSmQ8IykkeJfQ3jz9ZYKpOzzHG8obO0</a></p>\r\n\r\n <p><a href=\"https://drive.google.com/open?id=1WdWui3nxLpN7RnpZd68iBEv5If_V-K1M\">https://drive.google.com/open?id=1WdWui3nxLpN7RnpZd68iBEv5If_V-K1M</a></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>', 6, 6, '2018-12-26', '2019-01-02', 'https://drive.google.com/open?id=1kd_fZWdu1PIAwnbaajzhqhssVIUth2j0RlxzYuH1kIg', '0000-00-00', '', 0, NULL, '2019-01-08 19:56:44', '2019-01-14 19:37:20'),
(189, 10, 1, 3, 5, 'Impactify: Tool Updates - 07/01/18', '<p><a href=\"https://drive.google.com/open?id=12-q9AzDzgP-KCkSOgJM6RbV1gmuU4fE5qy5823V0jog\">https://drive.google.com/open?id=12-q9AzDzgP-KCkSOgJM6RbV1gmuU4fE5qy5823V0jog</a></p>', 5, 6, '2019-01-08', '2019-01-12', 'https://drive.google.com/open?id=12-q9AzDzgP-KCkSOgJM6RbV1gmuU4fE5qy5823V0jog', '0000-00-00', '', 0, NULL, '2019-01-08 20:04:47', '2019-01-14 19:35:32'),
(190, 27, 22, 1, 5, 'Impactify tool testing - 7 Jan', '<blockquote><strong>Admin panel</strong>\r\n<ol>\r\n <li>When we send invite - email goes, but user does not show up in list and this error pops up\r\n <p><img alt=\"image.png\" src=\"https://mail.google.com/mail/u/1?ui=2&ik=0106bd9bf9&attid=0.1.1&permmsgid=msg-f:1622009388020347665&th=168288f1d34d3311&view=fimg&sz=s0-l75-ft&attbid=ANGjdJ-VWPP3hd6K0CuO2zMWMeEiBYObNe3vDmPufHbbV-5mScsjJHQbqXurokpjggVk2EHd1Cklfra67V_p5iz1I1bzBbgIHmXLDal4rkOdGTQmZ3Bx_OOYC7duJRE&disp=emb\" /></p>\r\n </li>\r\n <li>\r\n <p>Add password column in this table</p>\r\n </li>\r\n <li>Inside Imensongo@mailinator (superuser accoutn), when I click on a project, I am unable to see attached deliverables\r\n <p><img alt=\"image.png\" src=\"https://mail.google.com/mail/u/1?ui=2&ik=0106bd9bf9&attid=0.1.2&permmsgid=msg-f:1622009388020347665&th=168288f1d34d3311&view=fimg&sz=s0-l75-ft&attbid=ANGjdJ--T5MZufmfb56OWg3h3cWrhafU-taJBqFs9pB86kw__AzgCVZI0ezVqkgZHJQJQjqTIdjs1kdBVtg3hl_y4dpchTadWujuN7iVS5COfFjkDtaNguvk0MqoxTc&disp=emb\" /></p>\r\n </li>\r\n <li>\r\n <p>Multiple users and concurrent access </p>\r\n\r\n <ul>\r\n <li>- If someone logs in with an id on one computer, they should log out of the other </li>\r\n <li>- Nice to have - please only do if this doesnt require too much effort - Multiple users should be able to login on same computer in different windows</li>\r\n </ul>\r\n </li>\r\n</ol>\r\n<strong>NGO account</strong>\r\n\r\n<ol>\r\n <li>Forgot password functionality not working</li>\r\n <li>Team Member information form - please change text \r\n <ul>\r\n <li>Project Manager --> Designation</li>\r\n <li>Description --> Profile</li>\r\n <li>Description (inside grey box) --> Please describe in max 1500 characters experience and educational background of team member</li>\r\n <li>Profile --> Display Picture\r\n <p><img alt=\"image.png\" src=\"https://mail.google.com/mail/u/1?ui=2&ik=0106bd9bf9&attid=0.1.3&permmsgid=msg-f:1622009388020347665&th=168288f1d34d3311&view=fimg&sz=s0-l75-ft&attbid=ANGjdJ_AjgP3akd3qrACfwC_Lt5nHg-1TQaF_ycIHiLa7JXJSOTDeOcyyG1GsnTAMznKdGQU7fdPeuWcPAuUC7lfs1T2lFu-MlCNtXGn2IcOg-ZJn0viZzzAyubWLGY&disp=emb\" /></p>\r\n </li>\r\n </ul>\r\n </li>\r\n <li>No email is sent to new team member - pleae add functionality</li>\r\n <li> For Team members \r\n <ul>\r\n <li>add functionality to delete team member</li>\r\n <li>Remove password from this table</li>\r\n <li>Update text "Type" --> "Designation"<img alt=\"image.png\" src=\"https://mail.google.com/mail/u/1?ui=2&ik=0106bd9bf9&attid=0.1.4&permmsgid=msg-f:1622009388020347665&th=168288f1d34d3311&view=fimg&sz=s0-l75-ft&attbid=ANGjdJ-3tbOxchCyrkBv4Owx-voBuoX8BlV980PP5nTMJcaaG1ysww3a-tn7ygznLnxua1yDFBKbnhNhp5iLcSWure0_aXrQOTK0PxgpR1NSQdzIn2TuCJzOYqwp4N4&disp=emb\" /></li>\r\n </ul>\r\n </li>\r\n <li>On Project Wall\r\n <ul>\r\n <li>Even admin can be project manager or team member</li>\r\n <li>Location drop down should have 3 fields: State (Dropdown), District(dropdown), and City/Town/Village (Free Text - 50 characters)</li>\r\n <li>What is this? If it is for report, it should be moved to the report creation page\r\n <p><img alt=\"image.png\" src=\"https://mail.google.com/mail/u/1?ui=2&ik=0106bd9bf9&attid=0.1.5&permmsgid=msg-f:1622009388020347665&th=168288f1d34d3311&view=fimg&sz=s0-l75-ft&attbid=ANGjdJ-Ina3LodZnGT99D_1XsOskWVmbNQ7HuqXdAoUdKTpLm0i2aDjUAvGwaLqeAlw6K_9g1Witp9DyvKR83-J5iSCcu8SvcVBggj9zCxdwsIP1qwERzYuSJsvSgsU&disp=emb\" /></p>\r\n </li>\r\n <li>\r\n <p>And this? Also move to report creation section</p>\r\n\r\n <p><img alt=\"image.png\" src=\"https://mail.google.com/mail/u/1?ui=2&ik=0106bd9bf9&attid=0.1.6&permmsgid=msg-f:1622009388020347665&th=168288f1d34d3311&view=fimg&sz=s0-l75-ft&attbid=ANGjdJ--NK5dYXwfORKoqTZ-0se5DF1sNhbrvEbL_rHSyZOySpygQDAjYa5iBqoUrS30eEnbLrpbiBd_IG1ZvNUjDZStp55n7yehV9KRXXF0ICOiyZUzEjiy8uYpw7Y&disp=emb\" /></p>\r\n </li>\r\n <li>\r\n <p>Why is there a "Deliverable" column?</p>\r\n </li>\r\n </ul>\r\n </li>\r\n <li>Regarding reports\r\n <ul>\r\n <li>"Primary Report" should be called "Create Funding Proposal"; After start this should change to "View Funding Proposal" that opens last version of proposal in new window</li>\r\n <li>"Progress Report" should be "Create Progress Report"; and should show up only after Start\r\n <p><img alt=\"image.png\" src=\"https://mail.google.com/mail/u/1?ui=2&ik=0106bd9bf9&attid=0.1.7&permmsgid=msg-f:1622009388020347665&th=168288f1d34d3311&view=fimg&sz=s0-l75-ft&attbid=ANGjdJ_c8XawFYzwLvV4ThiHdfANQ7obSVAKlHcbxFi8dbrKjY_hnLib0hAsYeqYNRT3EAeZIl8spLGtcwQHeKoPjpACjQE1yvwPz5zcBLBZLp2NmtUrlxc2_Cbo_SM&disp=emb\" /></p>\r\n </li>\r\n </ul>\r\n </li>\r\n <li>Given that we save everythign automatically, do we need an "Update" button?</li>\r\n <li>Re: Project manager field\r\n <ul>\r\n <li>It is assigned during project creation. How is this showing empty in a started project?</li>\r\n <li>We need functionality to change project manager even after start\r\n <p><img alt=\"image.png\" src=\"https://mail.google.com/mail/u/1?ui=2&ik=0106bd9bf9&attid=0.1.8&permmsgid=msg-f:1622009388020347665&th=168288f1d34d3311&view=fimg&sz=s0-l75-ft&attbid=ANGjdJ-C_JeDnps9GoOL4YMrr5pBRlO8qJr_V2S3P1gso7Xxksnr0THYxpej9k9V5jY27NivQ287PujBW1-zI0kaA2k3DVc0U4kjq_y-Bzjf6PC2B-44IujL41i1GUQ&disp=emb\" /></p>\r\n </li>\r\n </ul>\r\n </li>\r\n <li>Partner tab: please update text from Sponsor to Partner in all these places\r\n <p><img alt=\"image.png\" src=\"https://mail.google.com/mail/u/1?ui=2&ik=0106bd9bf9&attid=0.1.9&permmsgid=msg-f:1622009388020347665&th=168288f1d34d3311&view=fimg&sz=s0-l75-ft&attbid=ANGjdJ_ItfBHlp47UV_IWXuCtS-1BFlciQUEOcXPYgt2F7WklZS6VFLtma7P_Gfr-UL56lYJYKkphKnkonBV58zl_rha0rUBNUqkejgv0SaI9vaNgJo3QTHzL7ucRzc&disp=emb\" /></p>\r\n </li>\r\n <li>\r\n <p>Remove Organization from top menu (red circle) - it already exists in drop down menu</p>\r\n\r\n <p><img alt=\"image.png\" src=\"https://mail.google.com/mail/u/1?ui=2&ik=0106bd9bf9&attid=0.1.10&permmsgid=msg-f:1622009388020347665&th=168288f1d34d3311&view=fimg&sz=s0-l75-ft&attbid=ANGjdJ90yhK2ctNnt9iJJ41mjiXhGqMhNjb-yV3DX_p_7eiRX8sXV8rjf0IHtEXoN2N7jx181zCYlneprOKtH6wSMc7VVXhXmmF5482Vztz6SXMMhysQtOOQx9TvNoc&disp=emb\" /></p>\r\n </li>\r\n</ol>\r\n\r\n<p> </p>\r\n\r\n<p><strong>Individual user Account</strong></p>\r\n\r\n<ol>\r\n <li>When user logs in - they land on My Projects page - but once they click on a project, there is no way for them to return to my projects page because Menu missing. Keep only these tabs for individual users - Dashboard, My Projects, Partners</li>\r\n <li>"Add new" missing on My Projects page</li>\r\n</ol>\r\n</blockquote>', 5, 20, '2019-01-07', '2019-01-12', '', '0000-00-00', '', 0, NULL, '2019-02-02 19:44:12', '2019-02-02 19:45:44'),
(192, 28, 22, 1, 1, 'Impactify tool updates: 25 Dec', '<blockquote>\r\n<ol>\r\n <li>Thoroughly check project wall - <a href=\"http://impactify.in/tool/login\" target=\"_blank\">impactify.in/tool/login</a></li>\r\n <li>In resport section - it asks to run on-secure scripts</li>\r\n</ol>\r\n</blockquote>\r\n\r\n<ol>\r\n <li>\r\n <p> </p>\r\n </li>\r\n <li>\r\n <p>Gantt and some other images doesnt get pulled into report</p>\r\n </li>\r\n <li>\r\n <p>Preview button doesnt show report</p>\r\n </li>\r\n <li>\r\n <p>Review photos problem on marketplace and suggest solution</p>\r\n </li>\r\n <li>\r\n <p>Project progress report as per attached ppt</p>\r\n </li>\r\n <li>\r\n <p>Spelling updates on dashboard according to - impactify_tool_v1_updates.pptx</p>\r\n </li>\r\n <li>\r\n <blockquote>\r\n <p>Admin panel of marketplace - add ability to update organization information</p>\r\n </blockquote>\r\n </li>\r\n</ol>', 7, 30, '2018-12-25', '2019-01-04', '', '0000-00-00', '', 0, NULL, '2019-02-02 19:48:59', '2019-02-02 19:52:27'),
(193, 29, 22, 1, 9, 'Impactify Marketplace Changes -- 31/1/2019', '<p> </p>\r\n\r\n<p>For the third point below, please remove the minimum image size logic from the code and keep two logics:</p>\r\n\r\n<p> </p>\r\n\r\n<p>First — if the image size is big, compress/reduce it to look good on display.</p>\r\n\r\n<p>Second — if image size is too small, take it in middle and place black screens on LHS and RHS<br />\r\n </p>\r\n\r\n<blockquote>\r\n<p>Begin forwarded message:</p>\r\n \r\n\r\n<p> </p>\r\n\r\n<p>Few points which need urgent attention to run our campaign smoothly.</p>\r\n\r\n<p> </p>\r\n\r\n<p>1. A email notification to us after an user signs up on our marketplace. Please connect that notification email to <a href=\"mailto:support@impactify.in\" target=\"_blank\">support@impactify.in</a> .</p>\r\n\r\n<p> </p>\r\n\r\n<p>2. Multiple duplicate users are getting created if some one sign up on our marketplace.</p>\r\n\r\n<p><img alt=\"image.png\" src=\"https://mail.google.com/mail/u/1?ui=2&ik=0106bd9bf9&attid=0.1.1&permmsgid=msg-f:1624162518704580417&th=168a2f34a0e3e741&view=fimg&sz=s0-l75-ft&attbid=ANGjdJ9Wx-VaO1Cjp_LghJqlWOffaQRxnIMCa39DEiUdQbG2G0jhlquRPo9_1yZ40OvI2-mmo3hbK3TGYVjSaMAhHyaW6vmWN598DGhwg6OyEGf1r-1nH6Bs5M2wIY8&disp=emb\" /></p>\r\n\r\n<p> </p>\r\n\r\n<p>3. Need a flexible image size to upload project pictures. As discussed earlier you mentioned you will come up with a solution to it, please fix this ASAP, so that we can start uploading our new projects on marketplace.</p>\r\n</blockquote>', 2, 5, '2019-01-31', '2019-02-02', '', '0000-00-00', '', 0, NULL, '2019-02-02 19:51:28', '2019-02-02 19:51:49');
-- --------------------------------------------------------
--
-- Table structure for table `tast_predecessor_rels`
--
CREATE TABLE `tast_predecessor_rels` (
`id` int(10) UNSIGNED NOT NULL,
`tast_id` int(10) UNSIGNED NOT NULL,
`predecessor_id` int(10) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Table structure for table `templates`
--
CREATE TABLE `templates` (
`id` int(10) UNSIGNED NOT NULL,
`templateName` varchar(100) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `templates`
--
INSERT INTO `templates` (`id`, `templateName`) VALUES
(1, 'BACKEND'),
(2, 'FRONTEND');
-- --------------------------------------------------------
--
-- Table structure for table `timesheets`
--
CREATE TABLE `timesheets` (
`id` int(10) UNSIGNED NOT NULL,
`user_id` int(10) UNSIGNED NOT NULL,
`calendar_id` int(10) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `timesheets`
--
INSERT INTO `timesheets` (`id`, `user_id`, `calendar_id`) VALUES
(1, 7, 142),
(2, 7, 146),
(3, 7, 148),
(4, 7, 147),
(5, 1, 149),
(6, 7, 150),
(7, 1, 150),
(8, 1, 316),
(9, 3, 326);
-- --------------------------------------------------------
--
-- Table structure for table `timesheet_infos`
--
CREATE TABLE `timesheet_infos` (
`id` int(10) UNSIGNED NOT NULL,
`timesheet_id` int(10) UNSIGNED NOT NULL,
`project_id` int(10) UNSIGNED NOT NULL,
`task_id` int(10) UNSIGNED DEFAULT NULL,
`issue_id` int(10) UNSIGNED DEFAULT NULL,
`time_expend` bigint(20) UNSIGNED NOT NULL,
`created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
`updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `timesheet_infos`
--
INSERT INTO `timesheet_infos` (`id`, `timesheet_id`, `project_id`, `task_id`, `issue_id`, `time_expend`, `created_at`, `updated_at`) VALUES
(1, 1, 11, NULL, 260, 90, '2018-05-22 20:09:49', '2018-05-22 20:09:49'),
(2, 1, 11, NULL, 260, 120, '2018-05-22 20:10:12', '2018-05-22 20:10:12'),
(3, 1, 11, NULL, 260, 120, '2018-05-22 20:10:21', '2018-05-22 20:10:21'),
(4, 1, 11, NULL, 260, 120, '2018-05-22 20:16:17', '2018-05-22 20:16:17'),
(5, 1, 11, NULL, 260, 120, '2018-05-22 20:16:21', '2018-05-22 20:16:21'),
(6, 1, 11, NULL, 261, 120, '2018-05-22 20:37:10', '2018-05-22 20:37:10'),
(7, 1, 11, NULL, 261, 120, '2018-05-22 20:37:10', '2018-05-22 20:37:10'),
(8, 1, 11, NULL, 261, 120, '2018-05-22 20:37:10', '2018-05-22 20:37:10'),
(9, 1, 11, 127, NULL, 120, '2018-05-22 21:42:24', '2018-05-22 21:42:24'),
(10, 1, 11, 127, NULL, 120, '2018-05-22 21:42:36', '2018-05-22 21:42:36'),
(11, 2, 11, NULL, 261, 90, '2018-05-26 22:38:09', '2018-05-26 22:38:09'),
(12, 3, 11, NULL, 261, 120, '2018-05-28 19:33:51', '2018-05-28 19:33:51'),
(13, 4, 11, NULL, 261, 120, '2018-05-28 19:34:23', '2018-05-28 19:34:23'),
(14, 5, 11, 129, NULL, 60, '2018-05-30 01:37:51', '2018-05-30 01:37:51'),
(15, 5, 11, 129, NULL, 90, '2018-05-30 01:38:05', '2018-05-30 01:38:05'),
(16, 6, 1, NULL, 261, 825, '2018-05-30 19:58:38', '2018-05-30 19:58:38'),
(17, 6, 1, NULL, 261, 1530, '2018-05-30 22:17:19', '2018-05-30 22:17:19'),
(18, 6, 1, NULL, 261, 1005, '2018-05-30 22:17:52', '2018-05-30 22:17:52'),
(19, 6, 11, NULL, 261, 743, '2018-05-30 23:26:28', '2018-05-30 23:26:28'),
(20, 6, 11, NULL, 261, 58, '2018-05-30 23:27:15', '2018-05-30 23:27:15'),
(21, 6, 11, NULL, 261, 771, '2018-05-30 23:27:42', '2018-05-30 23:27:42'),
(22, 8, 17, 130, NULL, 120, '2018-11-13 02:52:12', '2018-11-13 02:52:12'),
(23, 8, 17, 130, NULL, 90, '2018-11-13 02:53:16', '2018-11-13 02:53:16'),
(24, 9, 24, 175, NULL, 300, '2018-11-22 19:23:43', '2018-11-22 19:23:43');
-- --------------------------------------------------------
--
-- Table structure for table `updates`
--
CREATE TABLE `updates` (
`id` int(11) UNSIGNED NOT NULL,
`sender_id` int(11) UNSIGNED NOT NULL,
`project_id` int(11) UNSIGNED NOT NULL,
`task_id` int(11) UNSIGNED DEFAULT NULL,
`issue_id` int(11) UNSIGNED DEFAULT NULL,
`update_text` varchar(500) NOT NULL,
`updates_datetime` datetime NOT NULL,
`last_comment_datetime` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
`created_at` datetime NOT NULL,
`updated_at` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `updates`
--
INSERT INTO `updates` (`id`, `sender_id`, `project_id`, `task_id`, `issue_id`, `update_text`, `updates_datetime`, `last_comment_datetime`, `created_at`, `updated_at`) VALUES
(1, 1, 1, NULL, NULL, 'Jay Parihar has something to say about this project.', '2018-02-15 14:29:04', '2018-02-27 07:18:43', '2018-02-15 14:29:04', '2018-02-15 14:29:04'),
(2, 3, 1, NULL, NULL, 'Mohit Saxena has something to say about this project.', '2018-02-19 09:18:02', '2018-02-27 07:18:43', '2018-02-19 09:18:02', '2018-02-19 09:18:02'),
(3, 1, 1, NULL, NULL, '<strong class=\'slate-text\'>Jay Parihar</strong> has something to say about this project.', '2018-02-20 09:03:32', '2018-02-27 07:18:43', '2018-02-20 09:03:32', '2018-02-20 09:03:32'),
(4, 1, 1, NULL, NULL, '<strong class=\'slate-text\'>Jay Parihar</strong> has something to say about this project.', '2018-02-20 11:33:43', '2018-02-27 07:18:43', '2018-02-20 11:33:43', '2018-02-20 11:33:43'),
(5, 1, 1, NULL, NULL, '<strong class=\'slate-text\'>Jay Parihar</strong> has something to say about this project.', '2018-02-20 11:36:25', '2018-02-27 07:18:43', '2018-02-20 11:36:25', '2018-02-20 11:36:25'),
(6, 1, 11, NULL, NULL, '<strong class=\'slate-text\'>Jay Parihar</strong> has something to say about this project.', '2018-02-20 11:45:27', '2018-03-05 18:52:49', '2018-02-20 11:45:27', '2018-03-05 18:52:49'),
(9, 7, 11, NULL, 37, 'Issue <strong class=\'slate-text\'> Projects: Make the days, hrs, and status dynamic</strong> has been successfully completed.', '2018-02-21 06:29:16', '2018-02-27 07:18:43', '2018-02-21 06:29:16', '2018-02-21 06:29:16'),
(10, 3, 11, 36, NULL, 'Task <strong class=\'slate-text\'>Testing</strong> has been successfully completed.', '2018-02-21 13:01:37', '2018-02-27 07:18:43', '2018-02-21 13:01:37', '2018-02-21 13:01:37'),
(11, 3, 1, NULL, NULL, '<strong class=\'slate-text\'>Mohit Saxena</strong> has something to say about this project.', '2018-02-21 17:31:52', '2018-02-28 13:22:14', '2018-02-21 17:31:52', '2018-02-28 13:22:14'),
(12, 7, 11, NULL, 52, 'Issue <strong class=\'slate-text\'> User can login even if it is set as inactive</strong> has been successfully completed.', '2018-02-22 13:30:37', '2018-02-27 07:18:43', '2018-02-22 13:30:37', '2018-02-22 13:30:37'),
(13, 7, 11, NULL, 50, 'Issue <strong class=\'slate-text\'> Status and progress labels are missing of project section</strong> has been successfully completed.', '2018-02-22 13:30:56', '2018-02-27 07:18:43', '2018-02-22 13:30:56', '2018-02-22 13:30:56'),
(14, 7, 11, NULL, 47, 'Issue <strong class=\'slate-text\'> Make the comments in Update section dynamic (Not seen till the page is refreshed)</strong> has been successfully completed.', '2018-02-22 13:31:59', '2018-02-27 07:18:43', '2018-02-22 13:31:59', '2018-02-22 13:31:59'),
(15, 7, 11, NULL, 46, 'Issue <strong class=\'slate-text\'> Date and time of making updates are not right in the Project Update Section</strong> has been successfully completed.', '2018-02-22 13:32:15', '2018-02-27 07:18:43', '2018-02-22 13:32:15', '2018-02-22 13:32:15'),
(16, 1, 7, 21, NULL, 'Task <strong class=\'slate-text\'>Deployment: Create repo and commit the first version test servers</strong> has been successfully completed.', '2018-02-23 11:22:29', '2018-02-27 07:18:43', '2018-02-23 11:22:29', '2018-02-23 11:22:29'),
(17, 1, 9, 10, NULL, 'Task <strong class=\'slate-text\'>Create work page design</strong> has been successfully completed.', '2018-02-23 11:23:09', '2018-02-27 07:18:43', '2018-02-23 11:23:09', '2018-02-23 11:23:09'),
(18, 1, 8, 20, NULL, 'Task <strong class=\'slate-text\'>Design Review</strong> has been successfully completed.', '2018-02-23 11:23:41', '2018-02-27 07:18:43', '2018-02-23 11:23:41', '2018-02-23 11:23:41'),
(19, 3, 5, NULL, NULL, '<strong class=\'slate-text\'>Mohit Saxena</strong> has something to say about this project.', '2018-02-23 12:17:52', '2018-02-27 07:18:43', '2018-02-23 12:17:52', '2018-02-23 12:17:52'),
(20, 2, 11, NULL, 66, 'Issue <strong class=\'slate-text\'> Projects still remains in the list even if there are no issues or tasks are to be resolved</strong> has been successfully completed.', '2018-02-23 15:19:39', '2018-02-27 07:18:43', '2018-02-23 15:19:39', '2018-02-23 15:19:39'),
(21, 2, 11, NULL, 66, 'Issue <strong class=\'slate-text\'> Projects still remains in the list even if there are no issues or tasks are to be resolved</strong> has been successfully completed.', '2018-02-23 15:19:39', '2018-02-27 07:18:43', '2018-02-23 15:19:39', '2018-02-23 15:19:39'),
(22, 2, 11, NULL, 65, 'Issue <strong class=\'slate-text\'> Changing the status of the issues does not remove it from the previous list</strong> has been successfully completed.', '2018-02-23 15:35:44', '2018-02-27 07:18:43', '2018-02-23 15:35:44', '2018-02-23 15:35:44'),
(23, 2, 11, NULL, 54, 'Issue <strong class=\'slate-text\'> Alignments of project page gets disturbed on adding extra records</strong> has been successfully completed.', '2018-02-23 15:51:48', '2018-02-27 07:18:43', '2018-02-23 15:51:48', '2018-02-23 15:51:48'),
(24, 2, 11, NULL, 53, 'Issue <strong class=\'slate-text\'> Alignment of buttons gets disturbed while adding or updating the records</strong> has been successfully completed.', '2018-02-23 16:18:34', '2018-02-27 07:18:43', '2018-02-23 16:18:34', '2018-02-23 16:18:34'),
(25, 2, 11, NULL, 51, 'Issue <strong class=\'slate-text\'> Update the alignments of the comment section after completion of the project</strong> has been successfully completed.', '2018-02-23 16:56:41', '2018-02-27 07:18:43', '2018-02-23 16:56:41', '2018-02-23 16:56:41'),
(26, 2, 11, NULL, 50, 'Issue <strong class=\'slate-text\'> Status and progress labels are missing of project section</strong> has been successfully completed.', '2018-02-23 16:58:30', '2018-02-27 07:18:43', '2018-02-23 16:58:30', '2018-02-23 16:58:30'),
(27, 2, 11, NULL, 47, 'Issue <strong class=\'slate-text\'> Provide notifications for the prescribed user mentioned in updates</strong> has been successfully completed.', '2018-02-23 17:02:07', '2018-02-27 07:18:43', '2018-02-23 17:02:07', '2018-02-23 17:02:07'),
(28, 2, 11, NULL, 37, 'Issue <strong class=\'slate-text\'> Projects: Make the days, hrs, and status dynamic</strong> has been successfully completed.', '2018-02-23 17:03:10', '2018-02-27 07:18:43', '2018-02-23 17:03:10', '2018-02-23 17:03:10'),
(29, 2, 11, NULL, 36, 'Issue <strong class=\'slate-text\'> My Tasks: Only show the task in the list whose predessesor is 100% completed.</strong> has been successfully completed.', '2018-02-23 18:46:51', '2018-02-27 07:18:43', '2018-02-23 18:46:51', '2018-02-23 18:46:51'),
(30, 3, 11, 36, NULL, 'Task <strong class=\'slate-text\'>Testing (Gravity)</strong> has been successfully completed.', '2018-02-24 11:38:40', '2018-02-27 07:18:43', '2018-02-24 11:38:40', '2018-02-24 11:38:40'),
(31, 3, 11, 36, NULL, 'Task <strong class=\'slate-text\'>Testing (Gravity)</strong> has been successfully completed.', '2018-02-24 11:43:36', '2018-02-27 07:18:43', '2018-02-24 11:43:36', '2018-02-24 11:43:36'),
(32, 3, 11, 36, NULL, 'Task <strong class=\'slate-text\'>Testing (Gravity)</strong> has been successfully completed.', '2018-02-24 11:51:45', '2018-02-27 07:18:43', '2018-02-24 11:51:45', '2018-02-24 11:51:45'),
(33, 3, 11, NULL, 67, 'Issue <strong class=\'slate-text\'> Link the completed tasks/issues to the related project</strong> has been successfully completed.', '2018-02-24 11:54:36', '2018-02-27 07:18:43', '2018-02-24 11:54:36', '2018-02-24 11:54:36'),
(34, 2, 11, NULL, 68, 'Issue <strong class=\'slate-text\'> Give the count to Task and Issues under project like we did in My Work Page</strong> has been successfully completed.', '2018-02-24 12:55:23', '2018-02-27 07:18:43', '2018-02-24 12:55:23', '2018-02-24 12:55:23'),
(35, 2, 11, NULL, 67, 'Issue <strong class=\'slate-text\'> Link the completed tasks/issues to the related project</strong> has been successfully completed.', '2018-02-24 13:17:41', '2018-02-27 07:18:43', '2018-02-24 13:17:41', '2018-02-24 13:17:41'),
(36, 2, 11, NULL, 69, 'Issue <strong class=\'slate-text\'> Check the functionality of tasks completed in dashboard</strong> has been successfully completed.', '2018-02-24 15:09:55', '2018-02-27 07:18:43', '2018-02-24 15:09:55', '2018-02-24 15:09:55'),
(37, 2, 11, NULL, NULL, '<strong class=\'slate-text\'>Inder Patidar</strong> has something to say about this project.', '2018-02-24 15:53:53', '2018-02-27 07:18:43', '2018-02-24 15:53:53', '2018-02-24 15:53:53'),
(38, 2, 11, NULL, 47, 'Issue <strong class=\'slate-text\'> Provide notifications for the prescribed user mentioned in updates</strong> has been successfully completed.', '2018-02-24 15:56:48', '2018-02-27 07:18:43', '2018-02-24 15:56:48', '2018-02-24 15:56:48'),
(39, 3, 11, 36, NULL, 'Task <strong class=\'slate-text\'>Testing (Gravity)</strong> has been successfully completed.', '2018-02-26 12:04:58', '2018-02-27 07:18:43', '2018-02-26 12:04:58', '2018-02-26 12:04:58'),
(40, 2, 2, 43, NULL, 'Task <strong class=\'slate-text\'>Update: Feedback\'s 22/02/2018</strong> has been successfully completed.', '2018-02-27 11:57:12', '2018-02-27 07:18:43', '2018-02-27 11:57:12', '2018-02-27 11:57:12'),
(41, 2, 2, 37, NULL, 'Task <strong class=\'slate-text\'>Update: Feedback\'s 15/02/2018</strong> has been successfully completed.', '2018-02-27 11:57:21', '2018-02-27 07:18:43', '2018-02-27 11:57:21', '2018-02-27 11:57:21'),
(44, 2, 11, 18, NULL, 'Task <strong class=\'slate-text\'>Update: Show comprehensive comments for each project.</strong> has been successfully completed.', '2018-02-27 11:59:45', '2018-02-27 07:18:43', '2018-02-27 11:59:45', '2018-02-27 11:59:45'),
(45, 2, 11, 44, NULL, 'Task <strong class=\'slate-text\'>Add Task Description functionality needed.</strong> has been successfully completed.', '2018-02-27 12:00:00', '2018-02-27 07:18:43', '2018-02-27 12:00:00', '2018-02-27 12:00:00'),
(46, 2, 11, 17, NULL, 'Task <strong class=\'slate-text\'>Update: Build functionality to comment on completing a task or issue.</strong> has been successfully completed.', '2018-02-27 12:01:12', '2018-02-27 07:18:43', '2018-02-27 12:01:12', '2018-02-27 12:01:12'),
(47, 2, 2, NULL, 7, 'Issue <strong class=\'slate-text\'> Provide the link of \'Imenso\' at the footer of all pages</strong> has been successfully completed.', '2018-02-27 19:49:33', '2018-02-27 07:19:33', '2018-02-27 19:49:33', '2018-02-27 19:49:33'),
(48, 7, 1, 22, NULL, 'Task <strong class=\'slate-text\'>Update: Feedbacks 15/2/2018</strong> has been successfully completed.', '2018-02-28 12:31:54', '2018-02-28 00:01:54', '2018-02-28 12:31:54', '2018-02-28 12:31:54'),
(49, 3, 11, 36, NULL, 'Task <strong class=\'slate-text\'>Testing</strong> has been successfully completed.', '2018-02-28 13:06:05', '2018-02-28 00:36:05', '2018-02-28 13:06:05', '2018-02-28 13:06:05'),
(50, 3, 11, NULL, 69, 'Issue <strong class=\'slate-text\'> Check the functionality of tasks completed in dashboard</strong> has been successfully completed.', '2018-02-28 13:08:15', '2018-02-28 00:38:15', '2018-02-28 13:08:15', '2018-02-28 13:08:15'),
(51, 3, 11, NULL, 69, 'Issue <strong class=\'slate-text\'> Check the functionality of tasks completed in dashboard</strong> has been successfully completed.', '2018-02-28 13:09:34', '2018-02-28 00:39:34', '2018-02-28 13:09:34', '2018-02-28 13:09:34'),
(53, 7, 1, NULL, 77, 'Issue <strong class=\'slate-text\'> Add the bubble chart funtionality to the demo version of Impactify (Dev and Live)</strong> has been successfully completed.', '2018-02-28 16:18:14', '2018-02-28 03:48:14', '2018-02-28 16:18:14', '2018-02-28 16:18:14'),
(54, 3, 11, NULL, 69, 'Issue <strong class=\'slate-text\'> Check the functionality of tasks completed in dashboard</strong> has been successfully completed.', '2018-03-01 17:21:17', '2018-03-01 04:51:17', '2018-03-01 17:21:17', '2018-03-01 17:21:17'),
(56, 3, 11, NULL, 69, 'Issue <strong class=\'slate-text\'> Check the functionality of tasks completed in dashboard</strong> has been successfully completed.', '2018-03-01 17:23:34', '2018-03-01 04:53:34', '2018-03-01 17:23:34', '2018-03-01 17:23:34'),
(58, 3, 13, 60, NULL, 'Task <strong class=\'slate-text\'>Testing</strong> has been successfully completed.', '2018-03-05 13:33:41', '2018-03-05 14:41:01', '2018-03-05 13:33:41', '2018-03-05 14:41:01'),
(60, 1, 11, NULL, 83, 'Issue <strong class=\'slate-text\'> Task are not showing in my work after assignment</strong> has been successfully completed.', '2018-03-05 18:11:48', '2018-03-05 05:41:48', '2018-03-05 18:11:48', '2018-03-05 18:11:48'),
(61, 1, 15, 64, NULL, 'Task <strong class=\'slate-text\'>Game Depoloyment to git and demo url</strong> has been successfully completed.', '2018-03-05 18:38:07', '2018-03-05 06:08:07', '2018-03-05 18:38:07', '2018-03-05 18:38:07'),
(62, 2, 13, 59, NULL, 'Task <strong class=\'slate-text\'>Develop Archive Feature</strong> has been successfully completed.', '2018-03-05 19:06:55', '2018-03-05 19:09:25', '2018-03-05 19:06:55', '2018-03-05 19:09:25'),
(63, 2, 13, NULL, NULL, '<strong class=\'slate-text\'>Inder Patidar</strong> has something to say about this project.', '2018-03-05 19:10:53', '2018-03-05 06:40:53', '2018-03-05 19:10:53', '2018-03-05 19:10:53'),
(64, 2, 13, 59, NULL, 'Task <strong class=\'slate-text\'>Develop Archive Feature</strong> has been successfully completed.', '2018-03-05 19:13:10', '2018-03-05 06:43:10', '2018-03-05 19:13:10', '2018-03-05 19:13:10'),
(65, 2, 13, 59, NULL, 'Task <strong class=\'slate-text\'>Develop Archive Feature</strong> has been successfully completed.', '2018-03-05 19:23:06', '2018-03-05 06:53:06', '2018-03-05 19:23:06', '2018-03-05 19:23:06'),
(66, 3, 13, 60, NULL, 'Task <strong class=\'slate-text\'>Testing</strong> has been successfully completed.', '2018-03-05 19:25:08', '2018-03-05 06:55:08', '2018-03-05 19:25:08', '2018-03-05 19:25:08'),
(67, 2, 13, 59, NULL, 'Task <strong class=\'slate-text\'>Develop Archive Feature</strong> has been successfully completed.', '2018-03-05 19:27:41', '2018-03-05 06:57:41', '2018-03-05 19:27:41', '2018-03-05 19:27:41'),
(68, 2, 13, 59, NULL, 'Task <strong class=\'slate-text\'>Develop Archive Feature</strong> has been successfully completed.', '2018-03-05 19:31:22', '2018-03-05 07:01:22', '2018-03-05 19:31:22', '2018-03-05 19:31:22'),
(69, 2, 13, 59, NULL, 'Task <strong class=\'slate-text\'>Develop Archive Feature</strong> has been successfully completed.', '2018-03-05 19:36:06', '2018-03-05 07:06:06', '2018-03-05 19:36:06', '2018-03-05 19:36:06'),
(70, 2, 13, 59, NULL, 'Task <strong class=\'slate-text\'>Develop Archive Feature</strong> has been successfully completed.', '2018-03-05 19:38:50', '2018-03-05 07:08:50', '2018-03-05 19:38:50', '2018-03-05 19:38:50'),
(71, 3, 13, 60, NULL, 'Task <strong class=\'slate-text\'>Testing</strong> has been successfully completed.', '2018-03-05 19:41:33', '2018-03-05 07:11:33', '2018-03-05 19:41:33', '2018-03-05 19:41:33'),
(73, 2, 11, NULL, 80, 'Issue <strong class=\'slate-text\'> My work Side comments - There should be project name and link in each task updates</strong> has been successfully completed.', '2018-03-05 20:13:48', '2018-03-05 07:43:48', '2018-03-05 20:13:48', '2018-03-05 20:13:48'),
(74, 3, 2, 26, NULL, 'Task <strong class=\'slate-text\'>Testing (Module-1)</strong> has been successfully completed.', '2018-03-06 11:25:32', '2018-03-05 22:55:32', '2018-03-06 11:25:32', '2018-03-06 11:25:32'),
(76, 3, 4, 15, NULL, 'Task <strong class=\'slate-text\'>Testing (Module-1)</strong> has been successfully completed.', '2018-03-06 11:27:03', '2018-03-05 22:57:03', '2018-03-06 11:27:03', '2018-03-06 11:27:03'),
(77, 3, 11, 36, NULL, 'Task <strong class=\'slate-text\'>Testing (Module-1)</strong> has been successfully completed.', '2018-03-06 11:38:27', '2018-03-05 23:08:27', '2018-03-06 11:38:27', '2018-03-06 11:38:27'),
(78, 3, 5, 41, NULL, 'Task <strong class=\'slate-text\'>Testing (Module-1)</strong> has been successfully completed.', '2018-03-06 11:39:17', '2018-03-05 23:09:17', '2018-03-06 11:39:17', '2018-03-06 11:39:17'),
(79, 1, 11, 40, NULL, 'Task <strong class=\'slate-text\'>Review (Module-1)</strong> has been successfully completed.', '2018-03-07 12:20:02', '2018-03-06 23:50:02', '2018-03-07 12:20:02', '2018-03-07 12:20:02'),
(81, 1, 4, 32, NULL, 'Task <strong class=\'slate-text\'>Review (Module-1)</strong> has been successfully completed.', '2018-03-07 12:20:16', '2018-03-06 23:50:16', '2018-03-07 12:20:16', '2018-03-07 12:20:16'),
(82, 1, 2, 27, NULL, 'Task <strong class=\'slate-text\'>Review (Module-1)</strong> has been successfully completed.', '2018-03-07 12:20:50', '2018-03-06 23:50:50', '2018-03-07 12:20:50', '2018-03-07 12:20:50'),
(83, 1, 5, 54, NULL, 'Task <strong class=\'slate-text\'>Review (Module-1)</strong> has been successfully completed.', '2018-03-07 12:21:03', '2018-03-06 23:51:03', '2018-03-07 12:21:03', '2018-03-07 12:21:03'),
(84, 2, 2, 69, NULL, 'Task <strong class=\'slate-text\'>WIP Changes 07/03/18</strong> has been successfully completed.', '2018-03-07 15:07:21', '2018-03-07 02:37:21', '2018-03-07 15:07:21', '2018-03-07 15:07:21'),
(85, 4, 3, NULL, 20, 'Issue <strong class=\'slate-text\'> Update the alignments of the product name displayed</strong> has been successfully completed.', '2018-03-08 15:31:16', '2018-03-08 03:01:16', '2018-03-08 15:31:16', '2018-03-08 15:31:16'),
(86, 4, 3, NULL, 20, 'Issue <strong class=\'slate-text\'> Update the alignments of the product name displayed</strong> has been successfully completed.', '2018-03-08 15:31:22', '2018-03-08 03:01:22', '2018-03-08 15:31:22', '2018-03-08 15:31:22'),
(87, 4, 4, NULL, 29, 'Issue <strong class=\'slate-text\'> Update the spells</strong> has been successfully completed.', '2018-03-08 15:33:27', '2018-03-08 03:03:27', '2018-03-08 15:33:27', '2018-03-08 15:33:27'),
(88, 4, 4, NULL, 31, 'Issue <strong class=\'slate-text\'> Update alignments</strong> has been successfully completed.', '2018-03-08 15:34:52', '2018-03-19 12:58:03', '2018-03-08 15:34:52', '2018-03-19 12:58:03'),
(89, 4, 2, NULL, 6, 'Issue <strong class=\'slate-text\'> Remove the text box appearing in the \'Enable\' and \'Disable\' Language option</strong> has been successfully completed.', '2018-03-08 16:05:05', '2018-03-08 03:35:05', '2018-03-08 16:05:05', '2018-03-08 16:05:05'),
(90, 4, 2, NULL, 8, 'Issue <strong class=\'slate-text\'> Close button is not visible in the chat feature in case of large titles</strong> has been successfully completed.', '2018-03-08 16:10:30', '2018-03-08 03:40:30', '2018-03-08 16:10:30', '2018-03-08 16:10:30'),
(91, 4, 6, NULL, 3, 'Issue <strong class=\'slate-text\'> Login Page- Fix the design of login page</strong> has been successfully completed.', '2018-03-08 17:02:30', '2018-03-08 04:32:30', '2018-03-08 17:02:30', '2018-03-08 17:02:30'),
(92, 4, 5, NULL, 84, 'Issue <strong class=\'slate-text\'> Update the spell</strong> has been successfully completed.', '2018-03-08 17:07:18', '2018-03-08 04:37:18', '2018-03-08 17:07:18', '2018-03-08 17:07:18'),
(93, 4, 5, NULL, 90, 'Issue <strong class=\'slate-text\'> Update the size of the logo displayed</strong> has been successfully completed.', '2018-03-08 17:13:59', '2018-03-08 04:43:59', '2018-03-08 17:13:59', '2018-03-08 17:13:59'),
(94, 4, 5, NULL, 81, 'Issue <strong class=\'slate-text\'> Increase the size of the scores displayed on the Score Board</strong> has been successfully completed.', '2018-03-08 17:24:15', '2018-03-08 04:54:15', '2018-03-08 17:24:15', '2018-03-08 17:24:15'),
(95, 2, 2, 69, NULL, 'Task <strong class=\'slate-text\'>WIP Changes 07/03/18</strong> has been successfully completed.', '2018-03-13 11:18:58', '2018-03-12 22:48:58', '2018-03-13 11:18:58', '2018-03-13 11:18:58'),
(96, 2, 2, 55, NULL, 'Task <strong class=\'slate-text\'>New Feature - Wipit Enterprise Wallet</strong> has been successfully completed.', '2018-03-13 11:19:06', '2018-03-12 22:49:06', '2018-03-13 11:19:06', '2018-03-13 11:19:06'),
(97, 2, 2, 55, NULL, 'Task <strong class=\'slate-text\'>New Feature - Wipit Enterprise Wallet</strong> has been successfully completed.', '2018-03-13 11:19:12', '2018-03-12 22:49:12', '2018-03-13 11:19:12', '2018-03-13 11:19:12'),
(98, 3, 2, 56, NULL, 'Task <strong class=\'slate-text\'>Testing of new Wipit Enterprise Wallet Feature</strong> has been successfully completed.', '2018-03-13 14:52:11', '2018-03-13 02:22:11', '2018-03-13 14:52:11', '2018-03-13 14:52:11'),
(99, 1, 2, 58, NULL, 'Task <strong class=\'slate-text\'>Final review of New Enterprise Feature</strong> has been successfully completed.', '2018-03-14 16:30:57', '2018-03-14 04:00:57', '2018-03-14 16:30:57', '2018-03-14 16:30:57'),
(100, 1, 9, 11, NULL, 'Task <strong class=\'slate-text\'>Create Work single page</strong> has been successfully completed.', '2018-03-14 16:32:21', '2018-03-14 04:02:21', '2018-03-14 16:32:21', '2018-03-14 16:32:21'),
(101, 1, 9, 11, NULL, 'Task <strong class=\'slate-text\'>Create Work single page</strong> has been successfully completed.', '2018-03-14 16:32:25', '2018-03-14 04:02:25', '2018-03-14 16:32:25', '2018-03-14 16:32:25'),
(102, 3, 3, 73, NULL, 'Task <strong class=\'slate-text\'>Upload Products</strong> has been successfully completed.', '2018-03-15 13:19:28', '2018-03-15 00:49:28', '2018-03-15 13:19:28', '2018-03-15 13:19:28'),
(103, 2, 2, 69, NULL, 'Task <strong class=\'slate-text\'>WIP Changes 07/03/18</strong> has been successfully completed.', '2018-03-16 14:35:18', '2018-03-16 02:05:18', '2018-03-16 14:35:18', '2018-03-16 14:35:18'),
(104, 5, 5, 5, NULL, 'Task <strong class=\'slate-text\'>Deployment: Create repo and commit the first version test servers</strong> has been successfully completed.', '2018-03-16 16:36:20', '2018-03-16 04:06:20', '2018-03-16 16:36:20', '2018-03-16 16:36:20'),
(105, 5, 5, 16, NULL, 'Task <strong class=\'slate-text\'>Responsive for Mobile Functionality</strong> has been successfully completed.', '2018-03-16 16:36:42', '2018-03-16 04:06:42', '2018-03-16 16:36:42', '2018-03-16 16:36:42'),
(106, 5, 5, 16, NULL, 'Task <strong class=\'slate-text\'>Responsive for Mobile Functionality</strong> has been successfully completed.', '2018-03-16 16:36:43', '2018-03-16 04:06:43', '2018-03-16 16:36:43', '2018-03-16 16:36:43'),
(107, 4, 15, NULL, 98, 'Issue <strong class=\'slate-text\'> Update the Image-1</strong> has been successfully completed.', '2018-03-16 17:36:41', '2018-03-16 05:06:41', '2018-03-16 17:36:41', '2018-03-16 17:36:41'),
(108, 4, 15, NULL, 98, 'Issue <strong class=\'slate-text\'> Update the Image-1</strong> has been successfully completed.', '2018-03-16 17:36:46', '2018-03-16 18:10:12', '2018-03-16 17:36:46', '2018-03-16 18:10:12'),
(109, 5, 15, NULL, 130, 'Issue <strong class=\'slate-text\'> The text is very small. It should be small for mobile only</strong> has been successfully completed.', '2018-03-16 19:22:22', '2018-03-16 06:52:22', '2018-03-16 19:22:22', '2018-03-16 19:22:22'),
(110, 5, 15, NULL, 130, 'Issue <strong class=\'slate-text\'> The text is very small. It should be small for mobile only</strong> has been successfully completed.', '2018-03-16 19:22:25', '2018-03-16 06:52:25', '2018-03-16 19:22:25', '2018-03-16 19:22:25'),
(111, 5, 15, NULL, 130, 'Issue <strong class=\'slate-text\'> The text is very small. It should be small for mobile only</strong> has been successfully completed.', '2018-03-16 19:22:28', '2018-03-16 06:52:28', '2018-03-16 19:22:28', '2018-03-16 19:22:28'),
(112, 5, 15, NULL, 130, 'Issue <strong class=\'slate-text\'> The text is very small. It should be small for mobile only</strong> has been successfully completed.', '2018-03-16 19:22:28', '2018-03-16 06:52:28', '2018-03-16 19:22:28', '2018-03-16 19:22:28'),
(113, 5, 15, NULL, 130, 'Issue <strong class=\'slate-text\'> The text is very small. It should be small for mobile only</strong> has been successfully completed.', '2018-03-16 19:22:28', '2018-03-16 06:52:28', '2018-03-16 19:22:28', '2018-03-16 19:22:28'),
(114, 5, 15, NULL, 131, 'Issue <strong class=\'slate-text\'> When DR has medicine in hand and we move it up or down. the moving image does not have medicine in hand</strong> has been successfully completed.', '2018-03-16 19:22:57', '2018-03-16 06:52:57', '2018-03-16 19:22:57', '2018-03-16 19:22:57'),
(115, 5, 15, NULL, 133, 'Issue <strong class=\'slate-text\'> Design of upgrade alert popop box</strong> has been successfully completed.', '2018-03-16 19:34:56', '2018-03-16 07:04:56', '2018-03-16 19:34:56', '2018-03-16 19:34:56'),
(116, 5, 15, NULL, 133, 'Issue <strong class=\'slate-text\'> Design of upgrade alert popop box</strong> has been successfully completed.', '2018-03-16 19:35:00', '2018-03-16 07:05:00', '2018-03-16 19:35:00', '2018-03-16 19:35:00'),
(117, 5, 15, NULL, 129, 'Issue <strong class=\'slate-text\'> Page title on browser is missing</strong> has been successfully completed.', '2018-03-16 19:36:28', '2018-03-16 07:06:28', '2018-03-16 19:36:28', '2018-03-16 19:36:28'),
(118, 5, 15, NULL, 101, 'Issue <strong class=\'slate-text\'> Update the Image-3</strong> has been successfully completed.', '2018-03-16 19:44:21', '2018-03-16 07:14:21', '2018-03-16 19:44:21', '2018-03-16 19:44:21'),
(119, 5, 15, NULL, 101, 'Issue <strong class=\'slate-text\'> Update the Image-3</strong> has been successfully completed.', '2018-03-16 19:44:25', '2018-03-16 07:14:25', '2018-03-16 19:44:25', '2018-03-16 19:44:25'),
(120, 5, 15, NULL, 102, 'Issue <strong class=\'slate-text\'> Update the Image</strong> has been successfully completed.', '2018-03-16 19:44:36', '2018-03-16 07:14:36', '2018-03-16 19:44:36', '2018-03-16 19:44:36'),
(121, 4, 2, NULL, 117, 'Issue <strong class=\'slate-text\'> Translator side design issue - The \"My Assignment\" panel is coming down on the page..it should be properly aligned right</strong> has been successfully completed.', '2018-03-17 16:06:29', '2018-03-17 03:36:29', '2018-03-17 16:06:29', '2018-03-17 16:06:29'),
(122, 3, 2, 85, NULL, 'Task <strong class=\'slate-text\'>Testing of WIP Changes (07/03/18)</strong> has been successfully completed.', '2018-03-19 12:44:44', '2018-03-19 00:14:44', '2018-03-19 12:44:44', '2018-03-19 12:44:44'),
(123, 2, 2, NULL, 113, 'Issue <strong class=\'slate-text\'> Enterprise feature - If Enterprise have 100 words and assignment is also of 100 words. It is not showing the option to Pay via Free word.</strong> has been successfully completed.', '2018-03-19 13:10:23', '2018-03-19 00:40:23', '2018-03-19 13:10:23', '2018-03-19 13:10:23'),
(124, 2, 2, NULL, 114, 'Issue <strong class=\'slate-text\'> Enterprise feature - Change the wording and show word balance as per the attached screenshot</strong> has been successfully completed.', '2018-03-19 13:10:50', '2018-03-22 15:25:03', '2018-03-19 13:10:50', '2018-03-22 15:25:03'),
(125, 2, 3, NULL, 19, 'Issue <strong class=\'slate-text\'> Not showing info of products while scrolling over them (First visit)</strong> has been successfully completed.', '2018-03-19 13:16:27', '2018-03-19 00:46:27', '2018-03-19 13:16:27', '2018-03-19 13:16:27'),
(126, 2, 2, NULL, 125, 'Issue <strong class=\'slate-text\'> Admin - Change all the buttons label from Edit to Submit in edit pop ups</strong> has been successfully completed.', '2018-03-19 13:48:46', '2018-03-19 01:18:46', '2018-03-19 13:48:46', '2018-03-19 13:48:46'),
(127, 2, 2, NULL, 124, 'Issue <strong class=\'slate-text\'> Admin - Change the clients to users in Edit enterprise</strong> has been successfully completed.', '2018-03-19 13:50:41', '2018-03-19 01:20:41', '2018-03-19 13:50:41', '2018-03-19 13:50:41'),
(128, 2, 2, NULL, 124, 'Issue <strong class=\'slate-text\'> Admin - Change the clients to users in Edit enterprise</strong> has been successfully completed.', '2018-03-19 13:50:42', '2018-03-19 01:20:42', '2018-03-19 13:50:42', '2018-03-19 13:50:42'),
(129, 2, 2, NULL, 122, 'Issue <strong class=\'slate-text\'> Client - Change Pin to password.</strong> has been successfully completed.', '2018-03-19 14:37:22', '2018-03-19 02:07:22', '2018-03-19 14:37:22', '2018-03-19 14:37:22'),
(130, 2, 2, NULL, 119, 'Issue <strong class=\'slate-text\'> Translator: On complete popup remove the sentence \"Are you sure\"</strong> has been successfully completed.', '2018-03-19 14:40:34', '2018-03-19 02:10:34', '2018-03-19 14:40:34', '2018-03-19 14:40:34'),
(131, 2, 2, NULL, 119, 'Issue <strong class=\'slate-text\'> Translator: On complete popup remove the sentence \"Are you sure\"</strong> has been successfully completed.', '2018-03-19 14:40:38', '2018-03-19 02:10:38', '2018-03-19 14:40:38', '2018-03-19 14:40:38'),
(132, 2, 2, NULL, 115, 'Issue <strong class=\'slate-text\'> Enterprise Feature- Also change the \"Free word\" to \"Available Word Balance\"on award popup to</strong> has been successfully completed.', '2018-03-19 14:47:48', '2018-03-19 02:17:48', '2018-03-19 14:47:48', '2018-03-19 14:47:48'),
(133, 2, 2, NULL, 115, 'Issue <strong class=\'slate-text\'> Enterprise Feature- Also change the \"Free word\" to \"Available Word Balance\"on award popup to</strong> has been successfully completed.', '2018-03-19 14:47:51', '2018-03-19 02:17:51', '2018-03-19 14:47:51', '2018-03-19 14:47:51'),
(134, 7, 1, 74, NULL, 'Task <strong class=\'slate-text\'>New Feature Development - Impactify Sponsors</strong> has been successfully completed.', '2018-03-21 11:21:56', '2018-03-22 16:40:55', '2018-03-21 11:21:56', '2018-03-22 16:40:55'),
(135, 2, 2, NULL, 121, 'Issue <strong class=\'slate-text\'> Client - Some changes in email ( sent when translator complete assignment and the download password is sent to client</strong> has been successfully completed.', '2018-03-21 12:48:18', '2018-03-21 00:18:18', '2018-03-21 12:48:18', '2018-03-21 12:48:18'),
(136, 2, 2, NULL, 123, 'Issue <strong class=\'slate-text\'> Admin - While adding the users to ent. give the email along with the names</strong> has been successfully completed.', '2018-03-21 13:12:46', '2018-03-21 00:42:46', '2018-03-21 13:12:46', '2018-03-21 13:12:46'),
(137, 2, 2, NULL, 123, 'Issue <strong class=\'slate-text\'> Admin - While adding the users to ent. give the email along with the names</strong> has been successfully completed.', '2018-03-21 13:12:51', '2018-03-21 00:42:51', '2018-03-21 13:12:51', '2018-03-21 13:12:51'),
(138, 2, 2, NULL, 120, 'Issue <strong class=\'slate-text\'> Client - After trnslator completes an assigment remove the \"hh hours left\" word</strong> has been successfully completed.', '2018-03-21 17:10:16', '2018-03-21 04:40:16', '2018-03-21 17:10:16', '2018-03-21 17:10:16'),
(139, 2, 2, NULL, 94, 'Issue <strong class=\'slate-text\'> When translator signs-up system hangs and doesnt go the next step of uploading document. We have to hit refresh and then login to add first language pair [Issue still exists - cleared cache, works in Mozilla, but NOT in Chrome]</strong> has been successfully completed.', '2018-03-21 17:13:31', '2018-03-21 04:43:31', '2018-03-21 17:13:31', '2018-03-21 17:13:31'),
(140, 2, 2, NULL, 116, 'Issue <strong class=\'slate-text\'> New Bug - When I awarded a project and deleted it after sometime. The NDA sign notification is still showing to translator. (See attachment)</strong> has been successfully completed.', '2018-03-21 18:48:19', '2018-03-29 17:04:06', '2018-03-21 18:48:19', '2018-03-29 17:04:06'),
(141, 2, 14, 77, NULL, 'Task <strong class=\'slate-text\'>Sign up, login and forgot password</strong> has been successfully completed.', '2018-03-22 20:08:48', '2018-03-22 07:38:48', '2018-03-22 20:08:48', '2018-03-22 20:08:48'),
(142, 2, 14, 62, NULL, 'Task <strong class=\'slate-text\'>Research on process to develop mobile app so that web and mobile can be synchronized.</strong> has been successfully completed.', '2018-03-22 20:10:17', '2018-03-22 07:40:17', '2018-03-22 20:10:17', '2018-03-22 20:10:17'),
(143, 4, 14, 92, NULL, 'Task <strong class=\'slate-text\'>Feedback - 20 March 2018</strong> has been successfully completed.', '2018-03-22 20:18:51', '2018-03-22 20:22:20', '2018-03-22 20:18:51', '2018-03-22 20:22:20'),
(144, 3, 14, NULL, NULL, '<strong class=\'slate-text\'>Mohit Saxena</strong> has something to say about this project.', '2018-03-24 12:44:16', '2018-03-24 12:47:59', '2018-03-24 12:44:16', '2018-03-24 12:47:59'),
(145, 4, 14, 84, NULL, 'Task <strong class=\'slate-text\'>Front end development</strong> has been successfully completed.', '2018-03-26 14:53:46', '2018-03-26 02:23:46', '2018-03-26 14:53:46', '2018-03-26 14:53:46'),
(146, 7, 2, NULL, 9, 'Issue <strong class=\'slate-text\'> Close button does not get eliminated after uploading the image in the chat feature</strong> has been successfully completed.', '2018-03-27 15:01:15', '2018-03-27 02:31:15', '2018-03-27 15:01:15', '2018-03-27 15:01:15'),
(147, 7, 2, NULL, 114, 'Issue <strong class=\'slate-text\'> Enterprise feature - Change the wording and show word balance as per the attached screenshot</strong> has been successfully completed.', '2018-03-27 15:02:41', '2018-03-27 02:32:41', '2018-03-27 15:02:41', '2018-03-27 15:02:41'),
(148, 7, 1, 74, NULL, 'Task <strong class=\'slate-text\'>New Feature Development - Impactify Sponsors</strong> has been successfully completed.', '2018-03-27 15:03:10', '2018-03-27 02:33:10', '2018-03-27 15:03:10', '2018-03-27 15:03:10'),
(149, 4, 5, 6, NULL, 'Task <strong class=\'slate-text\'>Responsive for Mobile UI</strong> has been successfully completed.', '2018-03-31 11:48:25', '2018-03-30 23:18:25', '2018-03-31 11:48:25', '2018-03-31 11:48:25'),
(150, 2, 14, 96, NULL, 'Task <strong class=\'slate-text\'>Add functionality -- Login with Facebook</strong> has been successfully completed.', '2018-03-31 11:59:56', '2018-03-30 23:29:56', '2018-03-31 11:59:56', '2018-03-31 11:59:56'),
(151, 2, 13, 59, NULL, 'Task <strong class=\'slate-text\'>Develop Archive Feature</strong> has been successfully completed.', '2018-03-31 12:01:10', '2018-03-30 23:31:10', '2018-03-31 12:01:10', '2018-03-31 12:01:10'),
(152, 2, 13, 59, NULL, 'Task <strong class=\'slate-text\'>Develop Archive Feature</strong> has been successfully completed.', '2018-03-31 12:01:14', '2018-03-30 23:31:14', '2018-03-31 12:01:14', '2018-03-31 12:01:14'),
(153, 2, 14, NULL, 151, 'Issue <strong class=\'slate-text\'> Product Popup -- Add to favourite should show tick mark after clicking on it.</strong> has been successfully completed.', '2018-03-31 12:02:03', '2018-03-30 23:32:03', '2018-03-31 12:02:03', '2018-03-31 12:02:03'),
(154, 2, 14, NULL, 151, 'Issue <strong class=\'slate-text\'> Product Popup -- Add to favourite should show tick mark after clicking on it.</strong> has been successfully completed.', '2018-03-31 12:02:07', '2018-03-30 23:32:07', '2018-03-31 12:02:07', '2018-03-31 12:02:07'),
(155, 2, 14, NULL, 150, 'Issue <strong class=\'slate-text\'> Product Popup -- Zoom the selected image only</strong> has been successfully completed.', '2018-03-31 12:53:53', '2018-03-31 00:23:53', '2018-03-31 12:53:53', '2018-03-31 12:53:53'),
(156, 2, 14, NULL, 144, 'Issue <strong class=\'slate-text\'> All Screens -- Update the back navigations to the last page opened</strong> has been successfully completed.', '2018-03-31 12:54:09', '2018-03-31 00:24:09', '2018-03-31 12:54:09', '2018-03-31 12:54:09'),
(157, 2, 3, NULL, 25, 'Issue <strong class=\'slate-text\'> Message displayed over user name is incorrect</strong> has been successfully completed.', '2018-03-31 12:55:29', '2018-03-31 00:25:29', '2018-03-31 12:55:29', '2018-03-31 12:55:29'),
(158, 2, 2, 98, NULL, 'Task <strong class=\'slate-text\'>WIP: Mar 23 Feedbacks of dev [Completed + Enterprise]</strong> has been successfully completed.', '2018-03-31 15:51:35', '2018-03-31 03:21:35', '2018-03-31 15:51:35', '2018-03-31 15:51:35'),
(159, 3, 2, 99, NULL, 'Task <strong class=\'slate-text\'>WIP: Mar 23 Feedbacks testing of dev [Completed + Enterprise]</strong> has been successfully completed.', '2018-03-31 16:28:19', '2018-03-31 03:58:19', '2018-03-31 16:28:19', '2018-03-31 16:28:19'),
(160, 2, 14, 78, NULL, 'Task <strong class=\'slate-text\'>Product showcase</strong> has been successfully completed.', '2018-04-02 12:54:08', '2018-04-02 00:24:08', '2018-04-02 12:54:08', '2018-04-02 12:54:08'),
(161, 2, 14, 79, NULL, 'Task <strong class=\'slate-text\'>Add to favorites, likes and Inquiry features</strong> has been successfully completed.', '2018-04-02 12:54:22', '2018-04-02 00:24:22', '2018-04-02 12:54:22', '2018-04-02 12:54:22'),
(162, 2, 14, 80, NULL, 'Task <strong class=\'slate-text\'>Chating</strong> has been successfully completed.', '2018-04-02 12:54:44', '2018-04-02 00:24:44', '2018-04-02 12:54:44', '2018-04-02 12:54:44'),
(163, 2, 14, 94, NULL, 'Task <strong class=\'slate-text\'>Feedback - 20 March 2018 (Add Functionalites)</strong> has been successfully completed.', '2018-04-02 12:56:10', '2018-04-02 00:26:10', '2018-04-02 12:56:10', '2018-04-02 12:56:10'),
(164, 2, 14, NULL, 152, 'Issue <strong class=\'slate-text\'> Inquiry Popup -- Popup should close after clicking submit immediately</strong> has been successfully completed.', '2018-04-02 12:56:42', '2018-04-02 00:26:42', '2018-04-02 12:56:42', '2018-04-02 12:56:42'),
(165, 3, 5, 100, NULL, 'Task <strong class=\'slate-text\'>Urgent Client Feedback Testing 24 March 2018</strong> has been successfully completed.', '2018-04-02 13:01:56', '2018-04-02 00:31:56', '2018-04-02 13:01:56', '2018-04-02 13:01:56'),
(166, 3, 14, 93, NULL, 'Task <strong class=\'slate-text\'>MBJ Feedback Testing - 20 March 2018</strong> has been successfully completed.', '2018-04-02 13:02:51', '2018-04-02 00:32:51', '2018-04-02 13:02:51', '2018-04-02 13:02:51'),
(167, 3, 2, 90, NULL, 'Task <strong class=\'slate-text\'>WIP Testing (Module-2)</strong> has been successfully completed.', '2018-04-02 13:05:25', '2018-04-02 00:35:25', '2018-04-02 13:05:25', '2018-04-02 13:05:25'),
(168, 2, 3, NULL, 18, 'Issue <strong class=\'slate-text\'> Products Screen, Customer Screen: Sortings are not working on records</strong> has been successfully completed.', '2018-04-03 11:10:01', '2018-04-02 22:40:01', '2018-04-03 11:10:01', '2018-04-03 11:10:01'),
(169, 2, 3, NULL, 14, 'Issue <strong class=\'slate-text\'> Favorites Screen: Product details are not shown in the More details section of a particular product</strong> has been successfully completed.', '2018-04-03 11:19:34', '2018-04-02 22:49:34', '2018-04-03 11:19:34', '2018-04-03 11:19:34'),
(170, 2, 3, NULL, 16, 'Issue <strong class=\'slate-text\'> Admin Dashboard Sceen: Not showing up the Brand, Category and Material of the product inquired in the Inquiry section</strong> has been successfully completed.', '2018-04-03 17:13:25', '2018-04-03 04:43:25', '2018-04-03 17:13:25', '2018-04-03 17:13:25'),
(171, 2, 3, NULL, 24, 'Issue <strong class=\'slate-text\'> Inquiry Screen: Inquiry sending time is not correct</strong> has been successfully completed.', '2018-04-03 19:58:14', '2018-04-03 07:28:14', '2018-04-03 19:58:14', '2018-04-03 19:58:14'),
(172, 2, 3, NULL, 12, 'Issue <strong class=\'slate-text\'> User Home Screen: Sorting is not working correctly (When switching is done among \'Product\' and \'Price\')</strong> has been successfully completed.', '2018-04-03 19:59:07', '2018-04-03 07:29:07', '2018-04-03 19:59:07', '2018-04-03 19:59:07'),
(173, 7, 1, NULL, 158, 'Issue <strong class=\'slate-text\'> Demo User, Premium User Screen: Sponsors list differ when logged in from demo id and premium id</strong> has been successfully completed.', '2018-04-05 10:59:19', '2018-04-04 22:29:19', '2018-04-05 10:59:19', '2018-04-05 10:59:19'),
(174, 7, 1, NULL, 157, 'Issue <strong class=\'slate-text\'> Dashboard Screen: Sponsors are shown in the project filters even if they are not active in the system</strong> has been successfully completed.', '2018-04-05 11:00:57', '2018-04-04 22:30:57', '2018-04-05 11:00:57', '2018-04-05 11:00:57'),
(175, 7, 1, NULL, 156, 'Issue <strong class=\'slate-text\'> Project Publish, Start Screen: Projects can be assigned to the sponsors even if they are being not logged in to the system</strong> has been successfully completed.', '2018-04-05 11:05:14', '2018-04-04 22:35:14', '2018-04-05 11:05:14', '2018-04-05 11:05:14'),
(176, 5, 16, 105, NULL, 'Task <strong class=\'slate-text\'>Create Alpha Version</strong> has been successfully completed.', '2018-04-05 12:52:48', '2018-04-05 00:22:48', '2018-04-05 12:52:48', '2018-04-05 12:52:48'),
(177, 5, 5, 97, NULL, 'Task <strong class=\'slate-text\'>Urgent Client Feedback 24 March 2018</strong> has been successfully completed.', '2018-04-05 12:53:01', '2018-04-05 00:23:01', '2018-04-05 12:53:01', '2018-04-05 12:53:01'),
(178, 5, 6, 72, NULL, 'Task <strong class=\'slate-text\'>Admin Permission</strong> has been successfully completed.', '2018-04-05 12:53:08', '2018-04-05 00:23:08', '2018-04-05 12:53:08', '2018-04-05 12:53:08'),
(179, 5, 15, 70, NULL, 'Task <strong class=\'slate-text\'>Create game version 1</strong> has been successfully completed.', '2018-04-05 12:53:19', '2018-04-05 00:23:19', '2018-04-05 12:53:19', '2018-04-05 12:53:19'),
(180, 5, 1, 1, NULL, 'Task <strong class=\'slate-text\'>Deployment: Create repo and commit the first version to live and test servers</strong> has been successfully completed.', '2018-04-05 12:53:32', '2018-04-05 00:23:32', '2018-04-05 12:53:32', '2018-04-05 12:53:32'),
(181, 5, 3, 3, NULL, 'Task <strong class=\'slate-text\'>Deployment: Create repo and commit the first version to live and test servers</strong> has been successfully completed.', '2018-04-05 12:53:37', '2018-04-05 00:23:37', '2018-04-05 12:53:37', '2018-04-05 12:53:37'),
(182, 3, 1, NULL, 157, 'Issue <strong class=\'slate-text\'> Dashboard Screen: Sponsors are shown in the project filters even if they are not active in the system</strong> has been successfully completed.', '2018-04-05 15:47:08', '2018-04-05 03:17:08', '2018-04-05 15:47:08', '2018-04-05 15:47:08'),
(183, 3, 1, NULL, 156, 'Issue <strong class=\'slate-text\'> Project Publish, Start Screen: Projects can be assigned to the sponsors even if they are being not logged in to the system</strong> has been successfully completed.', '2018-04-05 15:48:37', '2018-04-05 03:18:37', '2018-04-05 15:48:37', '2018-04-05 15:48:37'),
(184, 5, 16, NULL, 170, 'Issue <strong class=\'slate-text\'> Bonus points stops after using \"Stop\" lifeline but gets decremented by 1 after giving the correct answer</strong> has been successfully completed.', '2018-04-05 15:49:35', '2018-04-05 03:19:35', '2018-04-05 15:49:35', '2018-04-05 15:49:35'),
(185, 5, 16, NULL, 169, 'Issue <strong class=\'slate-text\'> \"Freeze\" and \"Stop\" lifelines can be used again after getting disabled</strong> has been successfully completed.', '2018-04-05 15:50:30', '2018-04-05 03:20:30', '2018-04-05 15:50:30', '2018-04-05 15:50:30'),
(186, 3, 1, NULL, 158, 'Issue <strong class=\'slate-text\'> Demo User, Premium User Screen: Sponsors list differ when logged in from demo id and premium id</strong> has been successfully completed.', '2018-04-05 15:51:04', '2018-04-05 03:21:04', '2018-04-05 15:51:04', '2018-04-05 15:51:04'),
(187, 5, 16, NULL, 168, 'Issue <strong class=\'slate-text\'> Disable the effect on the \"Stop\" lifeline after using it</strong> has been successfully completed.', '2018-04-05 16:02:06', '2018-04-05 03:32:06', '2018-04-05 16:02:06', '2018-04-05 16:02:06'),
(188, 5, 16, NULL, 168, 'Issue <strong class=\'slate-text\'> Disable the effect on the \"Stop\" lifeline after using it</strong> has been successfully completed.', '2018-04-05 16:02:11', '2018-04-05 03:32:11', '2018-04-05 16:02:11', '2018-04-05 16:02:11'),
(189, 5, 5, NULL, 71, 'Issue <strong class=\'slate-text\'> Scores must not be negetive (Min set to 0)</strong> has been successfully completed.', '2018-04-05 16:02:48', '2018-04-05 03:32:48', '2018-04-05 16:02:48', '2018-04-05 16:02:48'),
(190, 3, 3, NULL, 25, 'Issue <strong class=\'slate-text\'> User Home Screen: Message displayed over user name is incorrect</strong> has been successfully completed.', '2018-04-05 16:06:55', '2018-04-05 03:36:55', '2018-04-05 16:06:55', '2018-04-05 16:06:55'),
(191, 7, 1, NULL, 155, 'Issue <strong class=\'slate-text\'> Projects Screen: Sponsors can make changes in shared projects even if the project is not created by them</strong> has been successfully completed.', '2018-04-05 16:59:20', '2018-04-05 04:29:20', '2018-04-05 16:59:20', '2018-04-05 16:59:20'),
(192, 3, 1, NULL, 155, 'Issue <strong class=\'slate-text\'> Projects Screen: Sponsors can make changes in shared projects even if the project is not created by them</strong> has been successfully completed.', '2018-04-05 17:00:03', '2018-04-05 04:30:03', '2018-04-05 17:00:03', '2018-04-05 17:00:03'),
(193, 3, 5, NULL, 71, 'Issue <strong class=\'slate-text\'> Scores must not be negetive (Min set to 0)</strong> has been successfully completed.', '2018-04-05 17:02:49', '2018-04-05 04:32:49', '2018-04-05 17:02:49', '2018-04-05 17:02:49'),
(194, 3, 3, NULL, 24, 'Issue <strong class=\'slate-text\'> Inquiry Screen: Inquiry sending time is not correct</strong> has been successfully completed.', '2018-04-05 17:09:07', '2018-04-05 04:39:07', '2018-04-05 17:09:07', '2018-04-05 17:09:07'),
(195, 3, 3, NULL, 16, 'Issue <strong class=\'slate-text\'> Admin Dashboard Sceen: Not showing up the Brand, Category and Material of the product inquired in the Inquiry section</strong> has been successfully completed.', '2018-04-05 17:14:12', '2018-04-05 04:44:12', '2018-04-05 17:14:12', '2018-04-05 17:14:12'),
(196, 3, 3, NULL, 18, 'Issue <strong class=\'slate-text\'> Products Screen, Customer Screen: Sortings are not working on records</strong> has been successfully completed.', '2018-04-05 17:15:21', '2018-04-05 04:45:21', '2018-04-05 17:15:21', '2018-04-05 17:15:21'),
(197, 3, 3, NULL, 14, 'Issue <strong class=\'slate-text\'> Favorites Screen: Product details are not shown in the More details section of a particular product</strong> has been successfully completed.', '2018-04-05 17:15:43', '2018-04-05 04:45:43', '2018-04-05 17:15:43', '2018-04-05 17:15:43'),
(198, 3, 3, NULL, 12, 'Issue <strong class=\'slate-text\'> User Home Screen: Sorting is not working correctly (When switching is done among \'Product\' and \'Price\')</strong> has been successfully completed.', '2018-04-05 17:17:10', '2018-04-05 04:47:10', '2018-04-05 17:17:10', '2018-04-05 17:17:10'),
(199, 2, 3, NULL, 25, 'Issue <strong class=\'slate-text\'> User Home Screen: Message displayed over user name is incorrect</strong> has been successfully completed.', '2018-04-05 19:09:12', '2018-04-05 06:39:12', '2018-04-05 19:09:12', '2018-04-05 19:09:12'),
(200, 2, 3, NULL, 18, 'Issue <strong class=\'slate-text\'> Products Screen, Customer Screen: Sortings are not working on records</strong> has been successfully completed.', '2018-04-05 19:10:17', '2018-04-05 06:40:17', '2018-04-05 19:10:17', '2018-04-05 19:10:17'),
(201, 2, 3, NULL, 16, 'Issue <strong class=\'slate-text\'> Admin Dashboard Sceen: Not showing up the Brand, Category and Material of the product inquired in the Inquiry section</strong> has been successfully completed.', '2018-04-05 19:15:27', '2018-04-05 06:45:27', '2018-04-05 19:15:27', '2018-04-05 19:15:27'),
(202, 2, 3, NULL, 16, 'Issue <strong class=\'slate-text\'> Admin Dashboard Sceen: Not showing up the Brand, Category and Material of the product inquired in the Inquiry section</strong> has been successfully completed.', '2018-04-05 19:15:27', '2018-04-05 06:45:27', '2018-04-05 19:15:27', '2018-04-05 19:15:27'),
(203, 2, 3, NULL, 10, 'Issue <strong class=\'slate-text\'> User Home Screen: Search feature button is not working</strong> has been successfully completed.', '2018-04-05 19:23:45', '2018-04-05 06:53:45', '2018-04-05 19:23:45', '2018-04-05 19:23:45'),
(204, 3, 15, 71, NULL, 'Task <strong class=\'slate-text\'>Game Testing (Module-1)</strong> has been successfully completed.', '2018-04-05 19:37:39', '2018-04-05 07:07:39', '2018-04-05 19:37:39', '2018-04-05 19:37:39'),
(205, 3, 16, 106, NULL, 'Task <strong class=\'slate-text\'>Test the Alpha Version</strong> has been successfully completed.', '2018-04-05 19:37:56', '2018-04-05 07:07:56', '2018-04-05 19:37:56', '2018-04-05 19:37:56'),
(206, 3, 3, NULL, 25, 'Issue <strong class=\'slate-text\'> User Home Screen: Message displayed over user name is incorrect</strong> has been successfully completed.', '2018-04-05 19:38:56', '2018-04-05 07:08:56', '2018-04-05 19:38:56', '2018-04-05 19:38:56'),
(207, 3, 3, NULL, 18, 'Issue <strong class=\'slate-text\'> Products Screen, Customer Screen: Sortings are not working on records</strong> has been successfully completed.', '2018-04-05 19:39:59', '2018-04-05 07:09:59', '2018-04-05 19:39:59', '2018-04-05 19:39:59'),
(208, 3, 3, NULL, 10, 'Issue <strong class=\'slate-text\'> User Home Screen: Search feature button is not working</strong> has been successfully completed.', '2018-04-05 19:40:29', '2018-04-05 07:10:29', '2018-04-05 19:40:29', '2018-04-05 19:40:29'),
(209, 2, 3, NULL, 17, 'Issue <strong class=\'slate-text\'> Products Screen: Messages are overlapping by clicking delete product multiple times</strong> has been successfully completed.', '2018-04-05 19:56:08', '2018-04-05 07:26:08', '2018-04-05 19:56:08', '2018-04-05 19:56:08'),
(210, 2, 3, NULL, 15, 'Issue <strong class=\'slate-text\'> Admin Dashboard Sceen: Dashboard features are static (Not fuctional)</strong> has been successfully completed.', '2018-04-06 11:28:55', '2018-04-05 22:58:55', '2018-04-06 11:28:55', '2018-04-06 11:28:55'),
(211, 2, 3, NULL, 15, 'Issue <strong class=\'slate-text\'> Admin Dashboard Sceen: Dashboard features are static (Not fuctional)</strong> has been successfully completed.', '2018-04-06 11:28:55', '2018-04-05 22:58:55', '2018-04-06 11:28:55', '2018-04-06 11:28:55'),
(212, 2, 3, NULL, 16, 'Issue <strong class=\'slate-text\'> Admin Dashboard Sceen: Not showing up the inquiry message the product inquired in the Inquiry section</strong> has been successfully completed.', '2018-04-06 11:31:15', '2018-04-05 23:01:15', '2018-04-06 11:31:15', '2018-04-06 11:31:15');
INSERT INTO `updates` (`id`, `sender_id`, `project_id`, `task_id`, `issue_id`, `update_text`, `updates_datetime`, `last_comment_datetime`, `created_at`, `updated_at`) VALUES
(213, 7, 1, NULL, 153, 'Issue <strong class=\'slate-text\'> Projects Screen: Sponsors can make the changes in the projects even when the project is in published stage</strong> has been successfully completed.', '2018-04-06 18:28:32', '2018-04-06 05:58:32', '2018-04-06 18:28:32', '2018-04-06 18:28:32'),
(214, 7, 1, NULL, 154, 'Issue <strong class=\'slate-text\'> Projects Screen: Project is marked as completed in published stage but project still remains in the published section.</strong> has been successfully completed.', '2018-04-06 18:32:21', '2018-04-06 06:02:21', '2018-04-06 18:32:21', '2018-04-06 18:32:21'),
(215, 7, 1, NULL, 155, 'Issue <strong class=\'slate-text\'> Projects Screen: Sponsors can make changes in shared projects even if the project is not created by them</strong> has been successfully completed.', '2018-04-06 18:32:58', '2018-04-06 06:02:58', '2018-04-06 18:32:58', '2018-04-06 18:32:58'),
(216, 7, 1, NULL, 173, 'Issue <strong class=\'slate-text\'> Report section is showing all the projects to the sponsor even created by other sponsors</strong> has been successfully completed.', '2018-04-06 19:01:14', '2018-04-06 06:31:14', '2018-04-06 19:01:14', '2018-04-06 19:01:14'),
(217, 7, 11, 104, NULL, 'Task <strong class=\'slate-text\'>Update: Show issue details, and assign the under review issues back to assigner</strong> has been successfully completed.', '2018-04-06 19:07:43', '2018-04-06 06:37:43', '2018-04-06 19:07:43', '2018-04-06 19:07:43'),
(218, 7, 1, NULL, 179, 'Issue <strong class=\'slate-text\'> Projects Screen: Status of the projects are shown as \"on Track\" in the published stage (Demo id)</strong> has been successfully completed.', '2018-04-09 19:59:16', '2018-04-09 07:29:16', '2018-04-09 19:59:16', '2018-04-09 19:59:16'),
(219, 7, 1, NULL, 173, 'Issue <strong class=\'slate-text\'> Report Section: Sponsors can make changes in all the projects displayed (not assigned to them). (Sponsor id)</strong> has been successfully completed.', '2018-04-09 20:00:06', '2018-04-09 07:30:06', '2018-04-09 20:00:06', '2018-04-09 20:00:06'),
(220, 7, 1, NULL, 158, 'Issue <strong class=\'slate-text\'> Demo User, Paid User Sponsors Screen: Sponsors data lists are different when logged in from demo id and paid id</strong> has been successfully completed.', '2018-04-09 20:00:42', '2018-04-09 07:30:42', '2018-04-09 20:00:42', '2018-04-09 20:00:42'),
(221, 5, 16, NULL, 214, 'Issue <strong class=\'slate-text\'> Sounds: Add the sound of adding up the bonus points to the final score</strong> has been successfully completed.', '2018-04-13 15:21:16', '2018-04-13 02:51:16', '2018-04-13 15:21:16', '2018-04-13 15:21:16'),
(222, 5, 16, NULL, 213, 'Issue <strong class=\'slate-text\'> Sounds: Add the sounds of the pateint on the wrong answer</strong> has been successfully completed.', '2018-04-13 15:22:19', '2018-04-13 02:52:19', '2018-04-13 15:22:19', '2018-04-13 15:22:19'),
(223, 5, 16, NULL, 212, 'Issue <strong class=\'slate-text\'> Sounds: Add the sound on the display of the answers of the question</strong> has been successfully completed.', '2018-04-13 15:22:33', '2018-04-13 02:52:33', '2018-04-13 15:22:33', '2018-04-13 15:22:33'),
(224, 5, 16, NULL, 211, 'Issue <strong class=\'slate-text\'> Sounds: Add the background music played in the game</strong> has been successfully completed.', '2018-04-13 15:22:48', '2018-04-13 02:52:48', '2018-04-13 15:22:48', '2018-04-13 15:22:48'),
(225, 5, 15, NULL, 210, 'Issue <strong class=\'slate-text\'> Sounds: Add the sound on purcahsing the upgrades</strong> has been successfully completed.', '2018-04-13 15:23:19', '2018-04-13 02:53:19', '2018-04-13 15:23:19', '2018-04-13 15:23:19'),
(226, 5, 15, NULL, 132, 'Issue <strong class=\'slate-text\'> Game Play Screen: Smilies bouncing is not smooth.</strong> has been successfully completed.', '2018-04-13 15:24:15', '2018-04-13 02:54:15', '2018-04-13 15:24:15', '2018-04-13 15:24:15'),
(227, 5, 15, NULL, 184, 'Issue <strong class=\'slate-text\'> Game Play Screen: Update the images of the patient on the correct answer and Score (ex +30) font should be bold and blue</strong> has been successfully completed.', '2018-04-13 15:25:26', '2018-04-13 02:55:26', '2018-04-13 15:25:26', '2018-04-13 15:25:26'),
(228, 5, 15, NULL, 197, 'Issue <strong class=\'slate-text\'> UPGRADES: On clicking the \"MAX\" icon the popup message is displayed</strong> has been successfully completed.', '2018-04-13 15:26:21', '2018-04-13 02:56:21', '2018-04-13 15:26:21', '2018-04-13 15:26:21'),
(229, 5, 15, NULL, 198, 'Issue <strong class=\'slate-text\'> POWERUPS: On clicking the \"SOLD\" icon the popup message is displayed</strong> has been successfully completed.', '2018-04-13 15:42:31', '2018-04-13 03:12:31', '2018-04-13 15:42:31', '2018-04-13 15:42:31'),
(230, 4, 16, NULL, 167, 'Issue <strong class=\'slate-text\'> Answers are not displayed for the questions on the screen in IE9</strong> has been successfully completed.', '2018-04-14 16:32:07', '2018-04-14 04:02:07', '2018-04-14 16:32:07', '2018-04-14 16:32:07'),
(231, 2, 14, NULL, 144, 'Issue <strong class=\'slate-text\'> All Screens -- Update the back navigations to the last page opened</strong> has been successfully completed.', '2018-04-17 12:03:54', '2018-04-16 23:33:54', '2018-04-17 12:03:54', '2018-04-17 12:03:54'),
(232, 2, 3, NULL, 17, 'Issue <strong class=\'slate-text\'> Products Screen: Messages are overlapping by clicking delete product multiple times</strong> has been successfully completed.', '2018-04-17 12:10:13', '2018-04-16 23:40:13', '2018-04-17 12:10:13', '2018-04-17 12:10:13'),
(233, 3, 15, 113, NULL, 'Task <strong class=\'slate-text\'>Game: Pill Pusher - Update (12/04/18) Testing</strong> has been successfully completed.', '2018-04-18 14:03:43', '2018-04-18 01:33:43', '2018-04-18 14:03:43', '2018-04-18 14:03:43'),
(234, 3, 16, 111, NULL, 'Task <strong class=\'slate-text\'>Game: Fix a tim - Feedback (11/04/18) Testing</strong> has been successfully completed.', '2018-04-18 14:03:55', '2018-04-18 01:33:55', '2018-04-18 14:03:55', '2018-04-18 14:03:55'),
(235, 1, 2, 103, NULL, 'Task <strong class=\'slate-text\'>Review WIP: Mar 23 Feedbacks of dev [Completed + Enterprise]</strong> has been successfully completed.', '2018-04-25 10:47:37', '2018-04-24 22:17:37', '2018-04-25 10:47:37', '2018-04-25 10:47:37'),
(236, 1, 15, 88, NULL, 'Task <strong class=\'slate-text\'>Game: Pill Pusher - Review (Module-1)</strong> has been successfully completed.', '2018-04-25 10:47:43', '2018-04-24 22:17:43', '2018-04-25 10:47:43', '2018-04-25 10:47:43'),
(237, 1, 2, 86, NULL, 'Task <strong class=\'slate-text\'>Review WIP Changes (07/03/18)</strong> has been successfully completed.', '2018-04-25 10:47:55', '2018-04-24 22:17:55', '2018-04-25 10:47:55', '2018-04-25 10:47:55'),
(239, 7, 2, NULL, 220, 'Issue <strong class=\'slate-text\'> Translator: Remove the message of the approval of bid from the active bid section of the translator and place it in the \"My Bid\" and \"My Assignment\" section. (See attachment)</strong> has been successfully completed.', '2018-04-25 13:53:15', '2018-04-25 01:23:15', '2018-04-25 13:53:15', '2018-04-25 13:53:15'),
(240, 7, 2, NULL, 217, 'Issue <strong class=\'slate-text\'> Client: Change the title of the toggle button as \"Wip assured\"</strong> has been successfully completed.', '2018-04-25 13:53:38', '2018-04-25 01:23:38', '2018-04-25 13:53:38', '2018-04-25 13:53:38'),
(241, 7, 2, NULL, 218, 'Issue <strong class=\'slate-text\'> Client: When the bid is being approved by using free words, the price and the hours gets reset to non-assured bid values</strong> has been successfully completed.', '2018-04-25 17:58:19', '2018-04-25 05:28:19', '2018-04-25 17:58:19', '2018-04-25 17:58:19'),
(242, 7, 2, NULL, 216, 'Issue <strong class=\'slate-text\'> Translator: My Bid section is showing the bids which are already being bid by the translator</strong> has been successfully completed.', '2018-04-25 18:00:08', '2018-04-25 05:30:08', '2018-04-25 18:00:08', '2018-04-25 18:00:08'),
(243, 7, 11, NULL, 224, 'Issue <strong class=\'slate-text\'> ravi test this issue</strong> has been successfully completed.', '2018-04-26 12:03:17', '2018-04-25 23:33:17', '2018-04-26 12:03:17', '2018-04-26 12:03:17'),
(245, 3, 11, NULL, 224, 'Issue <strong class=\'slate-text\'> ravi test this issue</strong> has been successfully completed.', '2018-04-26 12:06:37', '2018-04-25 23:36:37', '2018-04-26 12:06:37', '2018-04-26 12:06:37'),
(246, 7, 2, NULL, 219, 'Issue <strong class=\'slate-text\'> Translator: Show the number of hours for the completion of bids in the message displayed (See attachment)</strong> has been successfully completed.', '2018-04-26 17:35:48', '2018-04-26 05:05:48', '2018-04-26 17:35:48', '2018-04-26 17:35:48'),
(247, 3, 2, NULL, 219, 'Issue <strong class=\'slate-text\'> Translator: Show the number of hours for the completion of bids in the message displayed (See attachment)</strong> has been successfully completed.', '2018-04-26 18:04:33', '2018-04-26 05:34:33', '2018-04-26 18:04:33', '2018-04-26 18:04:33'),
(248, 7, 2, NULL, 219, 'Issue <strong class=\'slate-text\'> Translator: Show the number of hours for the completion of bids in the message displayed (See attachment)</strong> has been successfully completed.', '2018-04-26 18:05:18', '2018-04-26 05:35:18', '2018-04-26 18:05:18', '2018-04-26 18:05:18'),
(249, 3, 2, NULL, 219, 'Issue <strong class=\'slate-text\'> Translator: Show the number of hours for the completion of bids in the message displayed (See attachment)</strong> has been successfully completed.', '2018-04-26 18:08:37', '2018-04-26 05:38:37', '2018-04-26 18:08:37', '2018-04-26 18:08:37'),
(250, 7, 2, NULL, 219, 'Issue <strong class=\'slate-text\'> Translator: Show the number of hours for the completion of bids in the message displayed (See attachment)</strong> has been successfully completed.', '2018-04-26 18:11:01', '2018-04-26 05:41:01', '2018-04-26 18:11:01', '2018-04-26 18:11:01'),
(251, 3, 2, NULL, 219, 'Issue <strong class=\'slate-text\'> Translator: Show the number of hours for the completion of bids in the message displayed (See attachment)</strong> has been successfully completed.', '2018-04-26 18:32:32', '2018-04-26 06:02:32', '2018-04-26 18:32:32', '2018-04-26 18:32:32'),
(252, 7, 2, NULL, 219, 'Issue <strong class=\'slate-text\'> Translator: Show the number of hours for the completion of bids in the message displayed (See attachment)</strong> has been successfully completed.', '2018-04-26 19:10:25', '2018-04-26 06:40:25', '2018-04-26 19:10:25', '2018-04-26 19:10:25'),
(253, 2, 2, 114, NULL, 'Task <strong class=\'slate-text\'>WIP: Changes - 17/4/2018</strong> has been successfully completed.', '2018-04-27 11:49:23', '2018-04-26 23:19:23', '2018-04-27 11:49:23', '2018-04-27 11:49:23'),
(254, 5, 17, NULL, 226, 'Issue <strong class=\'slate-text\'> Remove the highlighted section at the corner of the main screen</strong> has been successfully completed.', '2018-05-04 15:17:12', '2018-05-04 02:47:12', '2018-05-04 15:17:12', '2018-05-04 15:17:12'),
(255, 5, 17, NULL, 228, 'Issue <strong class=\'slate-text\'> Update the screen on the start of the game (Add 0 to the move screen)</strong> has been successfully completed.', '2018-05-04 15:29:53', '2018-05-04 02:59:53', '2018-05-04 15:29:53', '2018-05-04 15:29:53'),
(256, 5, 17, NULL, 233, 'Issue <strong class=\'slate-text\'> Show the number of moves on entering the main game screen</strong> has been successfully completed.', '2018-05-04 15:38:07', '2018-05-04 03:08:07', '2018-05-04 15:38:07', '2018-05-04 15:38:07'),
(257, 5, 17, NULL, 229, 'Issue <strong class=\'slate-text\'> Add the hover effect on the OK button</strong> has been successfully completed.', '2018-05-04 15:43:29', '2018-05-04 03:13:29', '2018-05-04 15:43:29', '2018-05-04 15:43:29'),
(258, 5, 17, NULL, 232, 'Issue <strong class=\'slate-text\'> Update the timing of the moves update from 2 to 1 at the end of the panel</strong> has been successfully completed.', '2018-05-04 15:48:49', '2018-05-04 03:18:49', '2018-05-04 15:48:49', '2018-05-04 15:48:49'),
(259, 5, 17, NULL, 234, 'Issue <strong class=\'slate-text\'> Update the image of the timer at the main gaming screen</strong> has been successfully completed.', '2018-05-04 15:51:43', '2018-05-04 03:21:43', '2018-05-04 15:51:43', '2018-05-04 15:51:43'),
(260, 5, 17, NULL, 237, 'Issue <strong class=\'slate-text\'> Update the final win screen of the game (Final Score is not displayed)</strong> has been successfully completed.', '2018-05-04 15:58:13', '2018-05-04 03:28:13', '2018-05-04 15:58:13', '2018-05-04 15:58:13'),
(261, 5, 17, NULL, 236, 'Issue <strong class=\'slate-text\'> Update the text messages diplayed on the help section of the game</strong> has been successfully completed.', '2018-05-04 16:33:44', '2018-05-04 04:03:44', '2018-05-04 16:33:44', '2018-05-04 16:33:44'),
(262, 5, 17, NULL, 235, 'Issue <strong class=\'slate-text\'> Update the algnments of the help screen (Text at the bottom of the screen is not displayed)</strong> has been successfully completed.', '2018-05-04 16:35:08', '2018-05-04 04:05:08', '2018-05-04 16:35:08', '2018-05-04 16:35:08'),
(263, 5, 17, NULL, 239, 'Issue <strong class=\'slate-text\'> Update the order of the messages displayed on picking up the patients</strong> has been successfully completed.', '2018-05-04 16:35:53', '2018-05-04 04:05:53', '2018-05-04 16:35:53', '2018-05-04 16:35:53'),
(264, 5, 17, NULL, 245, 'Issue <strong class=\'slate-text\'> Sounds: Add the sounds on collecting gold coins and the patients</strong> has been successfully completed.', '2018-05-04 16:47:29', '2018-05-04 04:17:29', '2018-05-04 16:47:29', '2018-05-04 16:47:29'),
(265, 5, 17, NULL, 244, 'Issue <strong class=\'slate-text\'> Sounds: Add the functionality of disabling the sound of the game</strong> has been successfully completed.', '2018-05-04 16:48:07', '2018-05-04 04:18:07', '2018-05-04 16:48:07', '2018-05-04 16:48:07'),
(266, 5, 17, NULL, 243, 'Issue <strong class=\'slate-text\'> Sound: Add the sound on the display and the remove effect of the questions on the screen</strong> has been successfully completed.', '2018-05-04 16:48:38', '2018-05-04 04:18:38', '2018-05-04 16:48:38', '2018-05-04 16:48:38'),
(267, 5, 17, NULL, 242, 'Issue <strong class=\'slate-text\'> Sound: Add the sound on the move of the ambulance</strong> has been successfully completed.', '2018-05-04 16:49:24', '2018-05-04 04:19:24', '2018-05-04 16:49:24', '2018-05-04 16:49:24'),
(268, 5, 17, NULL, 241, 'Issue <strong class=\'slate-text\'> Sound: Add the sound on the correct or the incorrect answer selected</strong> has been successfully completed.', '2018-05-04 16:49:41', '2018-05-04 04:19:41', '2018-05-04 16:49:41', '2018-05-04 16:49:41'),
(269, 5, 17, NULL, 240, 'Issue <strong class=\'slate-text\'> Sound: Add the sound on the hover effect of the answer of the questions diplayed</strong> has been successfully completed.', '2018-05-04 16:50:02', '2018-05-04 04:20:02', '2018-05-04 16:50:02', '2018-05-04 16:50:02'),
(270, 5, 17, NULL, 238, 'Issue <strong class=\'slate-text\'> Update the effect on the click on the arrow button (Gets Red in color)</strong> has been successfully completed.', '2018-05-04 17:03:40', '2018-05-04 04:33:40', '2018-05-04 17:03:40', '2018-05-04 17:03:40'),
(271, 5, 17, NULL, 227, 'Issue <strong class=\'slate-text\'> Add the text of nthrive education at the footer of the main screen</strong> has been successfully completed.', '2018-05-07 15:22:43', '2018-05-07 02:52:43', '2018-05-07 15:22:43', '2018-05-07 15:22:43'),
(272, 5, 17, NULL, 229, 'Issue <strong class=\'slate-text\'> Sounds: Add the sound on the OK button</strong> has been successfully completed.', '2018-05-07 15:26:38', '2018-05-07 02:56:38', '2018-05-07 15:26:38', '2018-05-07 15:26:38'),
(273, 5, 17, NULL, 239, 'Issue <strong class=\'slate-text\'> Update the order of the messages displayed on picking up the patients</strong> has been successfully completed.', '2018-05-07 15:39:36', '2018-05-07 03:09:36', '2018-05-07 15:39:36', '2018-05-07 15:39:36'),
(274, 5, 17, NULL, 236, 'Issue <strong class=\'slate-text\'> Update the text messages diplayed on the help section of the game</strong> has been successfully completed.', '2018-05-07 16:20:01', '2018-05-07 03:50:01', '2018-05-07 16:20:01', '2018-05-07 16:20:01'),
(275, 5, 17, NULL, 246, 'Issue <strong class=\'slate-text\'> Upadate the spell and remove the score board from the final win screen</strong> has been successfully completed.', '2018-05-07 19:43:32', '2018-05-07 07:13:32', '2018-05-07 19:43:32', '2018-05-07 19:43:32'),
(276, 5, 17, NULL, 243, 'Issue <strong class=\'slate-text\'> Sound: Add the sound on the display and the remove effect of the questions on the screen</strong> has been successfully completed.', '2018-05-07 19:46:08', '2018-05-07 07:16:08', '2018-05-07 19:46:08', '2018-05-07 19:46:08'),
(277, 7, 1, 121, NULL, 'Task <strong class=\'slate-text\'>Impactify : Changes (03/05/2018)</strong> has been successfully completed.', '2018-05-15 19:47:50', '2018-05-15 07:17:50', '2018-05-15 19:47:50', '2018-05-15 19:47:50'),
(278, 1, 12, 63, NULL, 'Task <strong class=\'slate-text\'>Best process to develop cross platform application</strong> has been successfully completed.', '2018-05-21 17:41:36', '2018-05-21 05:11:36', '2018-05-21 17:41:36', '2018-05-21 17:41:36'),
(279, 1, 12, 42, NULL, 'Task <strong class=\'slate-text\'>Azure Integration Write up</strong> has been successfully completed.', '2018-05-21 17:41:46', '2018-05-21 05:11:46', '2018-05-21 17:41:46', '2018-05-21 17:41:46'),
(280, 5, 2, NULL, 261, 'Issue <strong class=\'slate-text\'> Admin Panel : Change title Enterprise to EZ Wallet</strong> has been successfully completed.', '2018-09-12 11:38:41', '2018-09-11 23:08:41', '2018-09-12 11:38:41', '2018-09-12 11:38:41'),
(281, 5, 2, NULL, 262, 'Issue <strong class=\'slate-text\'> Admin Panel : Change the label of button Create Enterprise to Create EZ Wallet</strong> has been successfully completed.', '2018-09-12 11:41:45', '2018-09-11 23:11:45', '2018-09-12 11:41:45', '2018-09-12 11:41:45'),
(282, 5, 2, NULL, 263, 'Issue <strong class=\'slate-text\'> Admin Panel : Change label Enterprise name to EZ Wallet Name</strong> has been successfully completed.', '2018-09-12 11:43:40', '2018-09-11 23:13:40', '2018-09-12 11:43:40', '2018-09-12 11:43:40'),
(283, 5, 2, NULL, 264, 'Issue <strong class=\'slate-text\'> Admin Panel : Change label Number of Words to Number of Coins</strong> has been successfully completed.', '2018-09-12 11:48:27', '2018-09-11 23:18:27', '2018-09-12 11:48:27', '2018-09-12 11:48:27'),
(284, 5, 2, NULL, 265, 'Issue <strong class=\'slate-text\'> Admin Panel : Change label Words in Balance to Coins in Balance</strong> has been successfully completed.', '2018-09-12 11:48:46', '2018-09-11 23:18:46', '2018-09-12 11:48:46', '2018-09-12 11:48:46'),
(285, 5, 2, NULL, 266, 'Issue <strong class=\'slate-text\'> Admin Panel : Edit Enterprise - Change all the labels accordingly</strong> has been successfully completed.', '2018-09-12 11:48:59', '2018-09-11 23:18:59', '2018-09-12 11:48:59', '2018-09-12 11:48:59'),
(286, 5, 2, NULL, 267, 'Issue <strong class=\'slate-text\'> Admin Panel : Recharge Enterprise - Change all the labels accordingly</strong> has been successfully completed.', '2018-09-12 11:49:12', '2018-09-11 23:19:12', '2018-09-12 11:49:12', '2018-09-12 11:49:12'),
(287, 5, 2, NULL, 269, 'Issue <strong class=\'slate-text\'> Admin Panel : Update the label on updating the EZ Coins Setting</strong> has been successfully completed.', '2018-09-12 12:05:56', '2018-09-11 23:35:56', '2018-09-12 12:05:56', '2018-09-12 12:05:56'),
(288, 5, 2, NULL, 268, 'Issue <strong class=\'slate-text\'> Admin Panel : Follow the rules on Copy, Excel, CSV and PDF buttons</strong> has been successfully completed.', '2018-09-12 12:06:12', '2018-09-11 23:36:12', '2018-09-12 12:06:12', '2018-09-12 12:06:12'),
(289, 5, 2, NULL, 271, 'Issue <strong class=\'slate-text\'> Client Panel : Change the label Available Word Balance to Available Coin Balance</strong> has been successfully completed.', '2018-09-12 12:10:51', '2018-09-11 23:40:51', '2018-09-12 12:10:51', '2018-09-12 12:10:51'),
(290, 5, 2, NULL, 272, 'Issue <strong class=\'slate-text\'> Client Panel : Change the label Pay via Free Word to Pay via EZ Wallet</strong> has been successfully completed.', '2018-09-12 12:11:04', '2018-09-11 23:41:04', '2018-09-12 12:11:04', '2018-09-12 12:11:04'),
(291, 1, 17, 130, NULL, 'Task <strong class=\'slate-text\'>Client Feedback - Tim to the Rescue QA 31/5/2018</strong> has been successfully completed.', '2018-11-13 11:35:39', '2018-11-12 23:05:39', '2018-11-13 11:35:39', '2018-11-13 11:35:39'),
(292, 1, 11, 129, NULL, 'Task <strong class=\'slate-text\'>Test Timesheet feature</strong> has been successfully completed.', '2018-11-13 11:35:47', '2018-11-12 23:05:47', '2018-11-13 11:35:47', '2018-11-13 11:35:47'),
(293, 1, 20, NULL, NULL, '<strong class=\'slate-text\'>Jay Parihar</strong> has something to say about this project.', '2018-11-13 11:39:29', '2018-11-12 23:09:29', '2018-11-13 11:39:29', '2018-11-13 11:39:29'),
(294, 1, 23, 171, NULL, 'Task <strong class=\'slate-text\'>Mobile Mayhem - course building first cut</strong> has been successfully completed.', '2018-11-17 12:12:03', '2018-11-16 23:42:03', '2018-11-17 12:12:03', '2018-11-17 12:12:03'),
(295, 1, 23, 173, NULL, 'Task <strong class=\'slate-text\'>Mobile Mayhem - Build with new master template</strong> has been successfully completed.', '2018-11-17 12:12:09', '2018-11-16 23:42:09', '2018-11-17 12:12:09', '2018-11-17 12:12:09'),
(296, 1, 17, 120, NULL, 'Task <strong class=\'slate-text\'>Game: Tim to the rescue - Testing (Module-1)</strong> has been successfully completed.', '2018-11-17 12:12:35', '2018-11-16 23:42:35', '2018-11-17 12:12:35', '2018-11-17 12:12:35'),
(297, 2, 24, NULL, 308, 'Issue <strong class=\'slate-text\'> The hours left for the completion of the bid is not dynamic</strong> has been successfully completed.', '2018-12-11 16:16:35', '2018-12-11 03:46:35', '2018-12-11 16:16:35', '2018-12-11 16:16:35'),
(298, 2, 24, NULL, 311, 'Issue <strong class=\'slate-text\'> No option is provided for deleting the bid</strong> has been successfully completed.', '2018-12-12 12:56:33', '2018-12-12 00:26:33', '2018-12-12 12:56:33', '2018-12-12 12:56:33'),
(299, 1, 25, 183, NULL, 'Task <strong class=\'slate-text\'>UI for document editor</strong> has been successfully completed.', '2018-12-14 18:41:24', '2018-12-14 06:11:24', '2018-12-14 18:41:24', '2018-12-14 18:41:24'),
(300, 1, 23, 178, NULL, 'Task <strong class=\'slate-text\'>CF - Mobile Mayhem Course Feedback - 26/11/2018</strong> has been successfully completed.', '2018-12-14 18:41:36', '2018-12-14 06:11:36', '2018-12-14 18:41:36', '2018-12-14 18:41:36'),
(301, 2, 24, 174, NULL, 'Task <strong class=\'slate-text\'>Mobile App Development</strong> has been successfully completed.', '2019-07-11 12:59:37', '2019-07-11 00:29:37', '2019-07-11 12:59:37', '2019-07-11 12:59:37'),
(302, 2, 24, 174, NULL, 'Task <strong class=\'slate-text\'>Mobile App Development</strong> has been successfully completed.', '2019-07-11 12:59:40', '2019-07-11 00:29:40', '2019-07-11 12:59:40', '2019-07-11 12:59:40'),
(303, 2, 24, 174, NULL, 'Task <strong class=\'slate-text\'>Mobile App Development</strong> has been successfully completed.', '2019-07-11 13:00:00', '2019-07-11 00:30:00', '2019-07-11 13:00:00', '2019-07-11 13:00:00'),
(304, 2, 24, 174, NULL, 'Task <strong class=\'slate-text\'>Mobile App Development</strong> has been successfully completed.', '2019-07-11 13:01:26', '2019-07-11 00:31:26', '2019-07-11 13:01:26', '2019-07-11 13:01:26'),
(305, 2, 23, 172, NULL, 'Task <strong class=\'slate-text\'>Mobile Mayhem - Customization of quiz templates</strong> has been successfully completed.', '2019-07-11 13:02:37', '2019-07-11 00:32:37', '2019-07-11 13:02:37', '2019-07-11 13:02:37'),
(306, 2, 23, 172, NULL, 'Task <strong class=\'slate-text\'>Mobile Mayhem - Customization of quiz templates</strong> has been successfully completed.', '2019-07-11 13:03:05', '2019-07-11 00:33:05', '2019-07-11 13:03:05', '2019-07-11 13:03:05'),
(307, 2, 23, 172, NULL, 'Task <strong class=\'slate-text\'>Mobile Mayhem - Customization of quiz templates</strong> has been successfully completed.', '2019-07-11 13:10:38', '2019-07-11 00:40:38', '2019-07-11 13:10:38', '2019-07-11 13:10:38'),
(308, 2, 14, 82, NULL, 'Task <strong class=\'slate-text\'>Create final .apk file</strong> has been successfully completed.', '2019-07-11 13:14:53', '2019-07-11 00:44:53', '2019-07-11 13:14:53', '2019-07-11 13:14:53'),
(309, 2, 4, 7, NULL, 'Task <strong class=\'slate-text\'>Deployment: Create repo and commit the first version test servers</strong> has been successfully completed.', '2019-07-11 13:15:13', '2019-07-11 00:45:13', '2019-07-11 13:15:13', '2019-07-11 13:15:13'),
(310, 2, 24, NULL, 293, 'Issue <strong class=\'slate-text\'> The ratings star gets differ when sorting is applied</strong> has been successfully completed.', '2019-07-11 13:15:43', '2019-07-11 00:45:43', '2019-07-11 13:15:43', '2019-07-11 13:15:43'),
(311, 2, 3, NULL, 23, 'Issue <strong class=\'slate-text\'> Chat Screen: Online Status is not dynamic in the chat session</strong> has been successfully completed.', '2019-07-11 13:15:55', '2019-07-11 00:45:55', '2019-07-11 13:15:55', '2019-07-11 13:15:55');
-- --------------------------------------------------------
--
-- Table structure for table `update_comments`
--
CREATE TABLE `update_comments` (
`id` int(10) UNSIGNED NOT NULL,
`update_id` int(10) UNSIGNED NOT NULL,
`commenter_id` int(10) UNSIGNED NOT NULL,
`comment` varchar(500) NOT NULL,
`comments_datetime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
` last_comment_datetime` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
`created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
`updated_at` timestamp NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `update_comments`
--
INSERT INTO `update_comments` (`id`, `update_id`, `commenter_id`, `comment`, `comments_datetime`, ` last_comment_datetime`, `created_at`, `updated_at`) VALUES
(1, 1, 1, 'Complete the project....', '2018-02-20 19:25:08', '2018-02-27 07:13:14', '2018-02-15 21:29:04', '2018-02-20 19:25:08'),
(2, 2, 3, 'hi', '2018-02-20 18:48:02', '2018-02-27 07:13:14', '2018-02-19 16:18:02', '2018-02-20 18:48:02'),
(3, 3, 1, 'Hi good morning', '2018-02-20 16:05:07', '2018-02-27 07:13:14', '2018-02-20 16:03:32', '2018-02-20 16:05:07'),
(4, 2, 1, 'hello', '2018-02-20 16:04:15', '2018-02-27 07:13:14', '2018-02-20 16:04:15', '2018-02-20 16:04:15'),
(5, 3, 1, 'hello', '2018-02-20 16:04:46', '2018-02-27 07:13:14', '2018-02-20 16:04:46', '2018-02-20 16:04:46'),
(6, 1, 1, 'Issues resolved??', '2018-02-20 19:25:49', '2018-02-27 07:13:14', '2018-02-20 16:06:01', '2018-02-20 19:25:49'),
(7, 3, 1, 'Impactify has issues and errors...', '2018-02-20 19:24:36', '2018-02-27 07:13:14', '2018-02-20 18:33:13', '2018-02-20 19:24:36'),
(8, 4, 1, 'Impactify has mail feedbacks..', '2018-02-20 19:15:20', '2018-02-27 07:13:14', '2018-02-20 18:33:43', '2018-02-20 19:15:20'),
(9, 5, 1, 'Impactify issues are revised ....', '2018-02-20 19:13:41', '2018-02-27 07:13:14', '2018-02-20 18:36:25', '2018-02-20 19:13:41'),
(10, 5, 1, 'issues resolved ??', '2018-02-20 19:16:13', '2018-02-27 07:13:14', '2018-02-20 18:36:55', '2018-02-20 19:16:13'),
(11, 4, 3, 'working on them...', '2018-02-20 19:14:54', '2018-02-27 07:13:14', '2018-02-20 18:39:51', '2018-02-20 19:14:54'),
(12, 5, 3, 'yes sir..', '2018-02-20 19:14:17', '2018-02-27 07:13:14', '2018-02-20 18:42:14', '2018-02-20 19:14:17'),
(13, 4, 1, 'ok....', '2018-02-20 19:15:50', '2018-02-27 07:13:14', '2018-02-20 18:42:53', '2018-02-20 19:15:50'),
(14, 6, 1, 'Test the gravity project...', '2018-02-20 18:45:27', '2018-02-27 07:13:14', '2018-02-20 18:45:27', '2018-02-20 18:45:27'),
(15, 3, 3, 'ok sir..working on them...', '2018-02-20 19:27:12', '2018-02-27 07:13:14', '2018-02-20 19:27:12', '2018-02-20 19:27:12'),
(16, 2, 3, 'issues are resolved...', '2018-02-20 19:28:02', '2018-02-27 07:13:14', '2018-02-20 19:28:02', '2018-02-20 19:28:02'),
(17, 1, 3, 'yes sir..', '2018-02-20 19:28:28', '2018-02-27 07:13:14', '2018-02-20 19:28:16', '2018-02-20 19:28:28'),
(21, 3, 7, 'issues resolved...', '2018-02-20 21:26:32', '2018-02-27 07:13:14', '2018-02-20 21:26:32', '2018-02-20 21:26:32'),
(22, 9, 7, 'DONE', '2018-02-21 13:29:16', '2018-02-27 07:13:14', '2018-02-21 13:29:16', '2018-02-21 13:29:16'),
(23, 6, 3, 'ok sir..', '2018-02-21 13:55:00', '2018-02-27 07:13:14', '2018-02-21 13:55:00', '2018-02-21 13:55:00'),
(24, 2, 1, 'ok', '2018-02-21 19:56:31', '2018-02-27 07:13:14', '2018-02-21 19:56:31', '2018-02-21 19:56:31'),
(25, 1, 1, 'hii', '2018-02-21 19:57:18', '2018-02-27 07:13:14', '2018-02-21 19:57:18', '2018-02-21 19:57:18'),
(26, 1, 1, 'hi', '2018-02-21 19:57:28', '2018-02-27 07:13:14', '2018-02-21 19:57:28', '2018-02-21 19:57:28'),
(27, 1, 1, 'hii', '2018-02-21 19:57:28', '2018-02-27 07:13:14', '2018-02-21 19:57:28', '2018-02-21 19:57:28'),
(28, 10, 3, 'done', '2018-02-21 20:01:37', '2018-02-27 07:13:14', '2018-02-21 20:01:37', '2018-02-21 20:01:37'),
(29, 10, 1, 'issues resolved??', '2018-02-21 22:45:15', '2018-02-27 07:13:14', '2018-02-21 22:45:15', '2018-02-21 22:45:15'),
(30, 10, 3, 'some are pending....', '2018-02-21 22:46:42', '2018-02-27 07:13:14', '2018-02-21 22:46:42', '2018-02-21 22:46:42'),
(31, 11, 3, 'Working on Bubble Chart task on Impactify', '2018-02-22 00:31:52', '2018-02-27 07:13:14', '2018-02-22 00:31:52', '2018-02-22 00:31:52'),
(32, 11, 1, 'ok', '2018-02-22 00:33:24', '2018-02-27 07:13:14', '2018-02-22 00:33:24', '2018-02-22 00:33:24'),
(33, 12, 7, 'done', '2018-02-22 20:30:37', '2018-02-27 07:13:14', '2018-02-22 20:30:37', '2018-02-22 20:30:37'),
(34, 13, 7, 'done', '2018-02-22 20:30:56', '2018-02-27 07:13:14', '2018-02-22 20:30:56', '2018-02-22 20:30:56'),
(35, 14, 7, 'Node js implementation required.', '2018-02-22 20:31:59', '2018-02-27 07:13:14', '2018-02-22 20:31:59', '2018-02-22 20:31:59'),
(36, 15, 7, 'Done', '2018-02-22 20:32:15', '2018-02-27 07:13:14', '2018-02-22 20:32:15', '2018-02-22 20:32:15'),
(37, 16, 1, 'http://dev.imenso.co/mt-india', '2018-02-23 18:22:29', '2018-02-27 07:13:14', '2018-02-23 18:22:29', '2018-02-23 18:22:29'),
(38, 17, 1, 'http://dev.imenso.co/mt-india/old', '2018-02-23 18:23:09', '2018-02-27 07:13:14', '2018-02-23 18:23:09', '2018-02-23 18:23:09'),
(39, 18, 1, 'http://dev.imenso.co/kamboj', '2018-02-23 18:23:41', '2018-02-27 07:13:14', '2018-02-23 18:23:41', '2018-02-23 18:23:41'),
(40, 19, 3, 'Issues are noted and are working on them...', '2018-02-23 19:20:12', '2018-02-27 07:13:14', '2018-02-23 19:17:52', '2018-02-23 19:20:12'),
(41, 19, 3, 'some of the graphical issues are resolved....', '2018-02-23 19:19:52', '2018-02-27 07:13:14', '2018-02-23 19:19:52', '2018-02-23 19:19:52'),
(42, 20, 2, 'it should be like that. jay sir confirmed it.', '2018-02-23 22:19:39', '2018-02-27 07:13:14', '2018-02-23 22:19:39', '2018-02-23 22:19:39'),
(43, 21, 2, 'it should be like that. jay sir confirmed it.', '2018-02-23 22:19:39', '2018-02-27 07:13:14', '2018-02-23 22:19:39', '2018-02-23 22:19:39'),
(44, 22, 2, 'done please check', '2018-02-23 22:35:44', '2018-02-27 07:13:14', '2018-02-23 22:35:44', '2018-02-23 22:35:44'),
(45, 23, 2, 'done pz check', '2018-02-23 22:51:48', '2018-02-27 07:13:14', '2018-02-23 22:51:48', '2018-02-23 22:51:48'),
(46, 24, 2, 'Done Please check', '2018-02-23 23:18:35', '2018-02-27 07:13:14', '2018-02-23 23:18:35', '2018-02-23 23:18:35'),
(47, 25, 2, 'Done Pz check', '2018-02-23 23:56:41', '2018-02-27 07:13:14', '2018-02-23 23:56:41', '2018-02-23 23:56:41'),
(48, 26, 2, 'Done. Not required as green and red color implies about status', '2018-02-23 23:58:30', '2018-02-27 07:13:14', '2018-02-23 23:58:30', '2018-02-23 23:58:30'),
(49, 27, 2, 'Done. Mention are implemented, it will send mail to team member which is in mention in update and comments. Pz check.', '2018-02-24 00:02:07', '2018-02-27 07:13:14', '2018-02-24 00:02:07', '2018-02-24 00:02:07'),
(50, 28, 2, 'Done Pz check', '2018-02-24 00:03:10', '2018-02-27 07:13:14', '2018-02-24 00:03:10', '2018-02-24 00:03:10'),
(51, 29, 2, 'DONE Pz check', '2018-02-24 01:46:51', '2018-02-27 07:13:14', '2018-02-24 01:46:51', '2018-02-24 01:46:51'),
(52, 29, 1, 'Perfect. Thanks :)', '2018-02-24 05:32:05', '2018-02-27 07:13:14', '2018-02-24 05:32:05', '2018-02-24 05:32:05'),
(53, 27, 3, 'Mohit Saxena hello', '2018-02-24 18:20:50', '2018-02-27 07:13:14', '2018-02-24 18:20:50', '2018-02-24 18:20:50'),
(54, 30, 3, 'Complete', '2018-02-24 18:38:40', '2018-02-27 07:13:14', '2018-02-24 18:38:40', '2018-02-24 18:38:40'),
(55, 31, 3, 'done', '2018-02-24 18:43:36', '2018-02-27 07:13:14', '2018-02-24 18:43:36', '2018-02-24 18:43:36'),
(56, 32, 3, '12', '2018-02-24 18:51:45', '2018-02-27 07:13:14', '2018-02-24 18:51:45', '2018-02-24 18:51:45'),
(57, 33, 3, '12', '2018-02-24 18:54:36', '2018-02-27 07:13:14', '2018-02-24 18:54:36', '2018-02-24 18:54:36'),
(58, 34, 2, 'Done pz checck', '2018-02-24 19:55:23', '2018-02-27 07:13:14', '2018-02-24 19:55:23', '2018-02-24 19:55:23'),
(59, 35, 2, 'Done pz check', '2018-02-24 20:17:41', '2018-02-27 07:13:14', '2018-02-24 20:17:41', '2018-02-24 20:17:41'),
(60, 36, 2, 'done', '2018-02-24 22:09:55', '2018-02-27 07:13:14', '2018-02-24 22:09:55', '2018-02-24 22:09:55'),
(61, 36, 2, 'From Inder Patidar to Mohit Saxena ', '2018-02-24 22:18:47', '2018-02-27 07:13:14', '2018-02-24 22:18:47', '2018-02-24 22:18:47'),
(62, 36, 2, 'from Inder Patidar to Mohit Saxena ', '2018-02-24 22:19:23', '2018-02-27 07:13:14', '2018-02-24 22:19:23', '2018-02-24 22:19:23'),
(63, 36, 2, 'Test 1 From Inder Patidar to Mohit Saxena ', '2018-02-24 22:32:57', '2018-02-27 07:13:14', '2018-02-24 22:32:57', '2018-02-24 22:32:57'),
(64, 36, 2, 'aa Inder Patidar ', '2018-02-24 22:47:54', '2018-02-27 07:13:14', '2018-02-24 22:47:54', '2018-02-24 22:47:54'),
(65, 37, 2, 'bbb Inder Patidar ', '2018-02-24 22:53:58', '2018-02-27 07:13:14', '2018-02-24 22:53:58', '2018-02-24 22:53:58'),
(66, 38, 2, 'Done', '2018-02-24 22:56:48', '2018-02-27 07:13:14', '2018-02-24 22:56:48', '2018-02-24 22:56:48'),
(67, 39, 3, 'ok', '2018-02-26 19:26:08', '2018-02-27 07:13:14', '2018-02-26 19:04:58', '2018-02-26 19:26:08'),
(68, 40, 2, 'DONE', '2018-02-27 18:57:12', '2018-02-27 07:13:14', '2018-02-27 18:57:12', '2018-02-27 18:57:12'),
(69, 41, 2, 'DONE', '2018-02-27 18:57:21', '2018-02-27 07:13:14', '2018-02-27 18:57:21', '2018-02-27 18:57:21'),
(72, 44, 2, 'DONE', '2018-02-27 18:59:45', '2018-02-27 07:13:14', '2018-02-27 18:59:45', '2018-02-27 18:59:45'),
(73, 45, 2, 'DONE', '2018-02-27 19:00:00', '2018-02-27 07:13:14', '2018-02-27 19:00:00', '2018-02-27 19:00:00'),
(74, 46, 2, 'DONE', '2018-02-27 19:01:12', '2018-02-27 07:13:14', '2018-02-27 19:01:12', '2018-02-27 19:01:12'),
(75, 47, 2, 'DONE by Jay Parihar thanks', '2018-02-28 02:49:33', '2018-02-27 07:19:33', '2018-02-28 02:49:33', '2018-02-28 02:49:33'),
(76, 6, 2, 'PZ Retest Mohit Saxena ', '2018-02-28 02:58:45', '2018-02-27 07:28:45', '2018-02-28 02:58:45', '2018-02-28 02:58:45'),
(77, 48, 7, 'this task complete', '2018-02-28 19:31:54', '2018-02-28 00:01:54', '2018-02-28 19:31:54', '2018-02-28 19:31:54'),
(78, 49, 3, 'done', '2018-02-28 20:06:05', '2018-02-28 00:36:05', '2018-02-28 20:06:05', '2018-02-28 20:06:05'),
(79, 50, 3, 'done', '2018-02-28 20:08:15', '2018-02-28 00:38:15', '2018-02-28 20:08:15', '2018-02-28 20:08:15'),
(80, 51, 3, 'done', '2018-02-28 20:09:34', '2018-02-28 00:39:34', '2018-02-28 20:09:34', '2018-02-28 20:09:34'),
(81, 11, 3, 'Working on bubble chart function in demo version..', '2018-02-28 20:22:14', '2018-02-28 00:52:14', '2018-02-28 20:22:14', '2018-02-28 20:22:14'),
(83, 53, 7, 'completed', '2018-02-28 23:18:14', '2018-02-28 03:48:14', '2018-02-28 23:18:14', '2018-02-28 23:18:14'),
(84, 54, 3, 'done', '2018-03-02 00:21:17', '2018-03-01 04:51:17', '2018-03-02 00:21:17', '2018-03-02 00:21:17'),
(86, 56, 3, 'done', '2018-03-02 00:23:34', '2018-03-01 04:53:34', '2018-03-02 00:23:34', '2018-03-02 00:23:34'),
(88, 58, 3, 'done', '2018-03-05 20:33:41', '2018-03-05 01:03:41', '2018-03-05 20:33:41', '2018-03-05 20:33:41'),
(89, 58, 1, 'ok Mohit Saxena ', '2018-03-05 21:41:01', '2018-03-05 02:11:01', '2018-03-05 21:41:01', '2018-03-05 21:41:01'),
(91, 60, 1, 'Fixed', '2018-03-06 01:11:48', '2018-03-05 05:41:48', '2018-03-06 01:11:48', '2018-03-06 01:11:48'),
(92, 61, 1, 'Demo URL - http://dev.imenso.co/pill-pusher-game/', '2018-03-06 01:38:07', '2018-03-05 06:08:07', '2018-03-06 01:38:07', '2018-03-06 01:38:07'),
(93, 6, 3, 'done', '2018-03-06 01:46:10', '2018-03-05 06:16:10', '2018-03-06 01:46:10', '2018-03-06 01:46:10'),
(94, 6, 1, 'ok', '2018-03-06 01:47:11', '2018-03-05 06:17:11', '2018-03-06 01:47:11', '2018-03-06 01:47:11'),
(95, 6, 3, 'completed...', '2018-03-06 01:52:16', '2018-03-05 06:22:16', '2018-03-06 01:52:16', '2018-03-06 01:52:16'),
(96, 6, 1, 'ok..', '2018-03-06 01:52:49', '2018-03-05 06:22:49', '2018-03-06 01:52:49', '2018-03-06 01:52:49'),
(98, 62, 2, 'DONE ji', '2018-03-06 02:06:55', '2018-03-05 06:36:55', '2018-03-06 02:06:55', '2018-03-06 02:06:55'),
(99, 62, 2, 'ho gya he Mohit Saxena ', '2018-03-06 02:09:25', '2018-03-05 06:39:25', '2018-03-06 02:09:25', '2018-03-06 02:09:25'),
(100, 63, 2, 'hiiii Mohit Saxena ', '2018-03-06 02:10:59', '2018-03-05 06:40:59', '2018-03-06 02:10:59', '2018-03-06 02:10:59'),
(101, 64, 2, 'DONE second time', '2018-03-06 02:13:10', '2018-03-05 06:43:10', '2018-03-06 02:13:10', '2018-03-06 02:13:10'),
(102, 65, 2, 'done 3 rd time', '2018-03-06 02:23:06', '2018-03-05 06:53:06', '2018-03-06 02:23:06', '2018-03-06 02:23:06'),
(103, 66, 3, 'done', '2018-03-06 02:25:08', '2018-03-05 06:55:08', '2018-03-06 02:25:08', '2018-03-06 02:25:08'),
(104, 67, 2, 'done', '2018-03-06 02:27:41', '2018-03-05 06:57:41', '2018-03-06 02:27:41', '2018-03-06 02:27:41'),
(105, 68, 2, 'done', '2018-03-06 02:31:22', '2018-03-05 07:01:22', '2018-03-06 02:31:22', '2018-03-06 02:31:22'),
(106, 69, 2, 'done', '2018-03-06 02:36:06', '2018-03-05 07:06:06', '2018-03-06 02:36:06', '2018-03-06 02:36:06'),
(107, 70, 2, 'DONE', '2018-03-06 02:38:50', '2018-03-05 07:08:50', '2018-03-06 02:38:50', '2018-03-06 02:38:50'),
(108, 71, 3, 'Done..', '2018-03-06 02:41:33', '2018-03-05 07:11:33', '2018-03-06 02:41:33', '2018-03-06 02:41:33'),
(110, 73, 2, 'done', '2018-03-06 03:13:48', '2018-03-05 07:43:48', '2018-03-06 03:13:48', '2018-03-06 03:13:48'),
(111, 74, 3, 'Completed', '2018-03-06 18:25:32', '2018-03-05 22:55:32', '2018-03-06 18:25:32', '2018-03-06 18:25:32'),
(113, 76, 3, 'Completed.', '2018-03-06 18:27:03', '2018-03-05 22:57:03', '2018-03-06 18:27:03', '2018-03-06 18:27:03'),
(114, 77, 3, 'Completed.', '2018-03-06 18:38:27', '2018-03-05 23:08:27', '2018-03-06 18:38:27', '2018-03-06 18:38:27'),
(115, 78, 3, 'Completed.', '2018-03-06 18:39:17', '2018-03-05 23:09:17', '2018-03-06 18:39:17', '2018-03-06 18:39:17'),
(116, 79, 1, 'Done', '2018-03-07 19:20:02', '2018-03-06 23:50:02', '2018-03-07 19:20:02', '2018-03-07 19:20:02'),
(118, 81, 1, 'Done', '2018-03-07 19:20:16', '2018-03-06 23:50:16', '2018-03-07 19:20:16', '2018-03-07 19:20:16'),
(119, 82, 1, 'Done', '2018-03-07 19:20:50', '2018-03-06 23:50:50', '2018-03-07 19:20:50', '2018-03-07 19:20:50'),
(120, 83, 1, 'Done', '2018-03-07 19:21:03', '2018-03-06 23:51:03', '2018-03-07 19:21:03', '2018-03-07 19:21:03'),
(121, 84, 2, 'DONE', '2018-03-07 22:07:21', '2018-03-07 02:37:21', '2018-03-07 22:07:21', '2018-03-07 22:07:21'),
(122, 85, 4, 'Completed', '2018-03-08 22:31:16', '2018-03-08 03:01:16', '2018-03-08 22:31:16', '2018-03-08 22:31:16'),
(123, 86, 4, 'Completed', '2018-03-08 22:31:22', '2018-03-08 03:01:22', '2018-03-08 22:31:22', '2018-03-08 22:31:22'),
(124, 87, 4, 'Updated.', '2018-03-08 22:33:27', '2018-03-08 03:03:27', '2018-03-08 22:33:27', '2018-03-08 22:33:27'),
(125, 88, 4, 'Jay Parihar Icons are center aligned.', '2018-03-17 22:25:54', '2018-03-08 03:04:52', '2018-03-08 22:34:52', '2018-03-17 22:25:54'),
(126, 89, 4, 'Hide input field, by css.', '2018-03-08 23:05:05', '2018-03-08 03:35:05', '2018-03-08 23:05:05', '2018-03-08 23:05:05'),
(127, 90, 4, 'done', '2018-03-08 23:10:30', '2018-03-08 03:40:30', '2018-03-08 23:10:30', '2018-03-08 23:10:30'),
(128, 91, 4, 'Done with Azure theme color', '2018-03-09 00:02:30', '2018-03-08 04:32:30', '2018-03-09 00:02:30', '2018-03-09 00:02:30'),
(129, 92, 4, 'done Card to Cards', '2018-03-09 00:07:18', '2018-03-08 04:37:18', '2018-03-09 00:07:18', '2018-03-09 00:07:18'),
(130, 93, 4, 'done, left aligned with 30px height', '2018-03-09 00:13:59', '2018-03-08 04:43:59', '2018-03-09 00:13:59', '2018-03-09 00:13:59'),
(131, 94, 4, 'Done, Increase font size.', '2018-03-09 00:24:15', '2018-03-08 04:54:15', '2018-03-09 00:24:15', '2018-03-09 00:24:15'),
(132, 95, 2, 'done', '2018-03-13 18:18:58', '2018-03-12 22:48:58', '2018-03-13 18:18:58', '2018-03-13 18:18:58'),
(133, 96, 2, 'done', '2018-03-13 18:19:06', '2018-03-12 22:49:06', '2018-03-13 18:19:06', '2018-03-13 18:19:06'),
(134, 97, 2, 'done', '2018-03-13 18:19:12', '2018-03-12 22:49:12', '2018-03-13 18:19:12', '2018-03-13 18:19:12'),
(135, 98, 3, 'Completed', '2018-03-13 21:52:11', '2018-03-13 02:22:11', '2018-03-13 21:52:11', '2018-03-13 21:52:11'),
(136, 99, 1, 'Checked', '2018-03-14 23:30:57', '2018-03-14 04:00:57', '2018-03-14 23:30:57', '2018-03-14 23:30:57'),
(137, 100, 1, 'Done', '2018-03-14 23:32:21', '2018-03-14 04:02:21', '2018-03-14 23:32:21', '2018-03-14 23:32:21'),
(138, 101, 1, 'Done', '2018-03-14 23:32:25', '2018-03-14 04:02:25', '2018-03-14 23:32:25', '2018-03-14 23:32:25'),
(139, 102, 3, 'Completed', '2018-03-15 20:19:28', '2018-03-15 00:49:28', '2018-03-15 20:19:28', '2018-03-15 20:19:28'),
(140, 103, 2, 'DONE', '2018-03-16 21:35:18', '2018-03-16 02:05:18', '2018-03-16 21:35:18', '2018-03-16 21:35:18'),
(141, 104, 5, 'done', '2018-03-16 23:36:20', '2018-03-16 04:06:20', '2018-03-16 23:36:20', '2018-03-16 23:36:20'),
(142, 105, 5, 'done', '2018-03-16 23:36:42', '2018-03-16 04:06:42', '2018-03-16 23:36:42', '2018-03-16 23:36:42'),
(143, 106, 5, 'done', '2018-03-16 23:36:43', '2018-03-16 04:06:43', '2018-03-16 23:36:43', '2018-03-16 23:36:43'),
(144, 107, 4, 'There are all same size images, So Im not able to draw line outside of image. If it is require, I find another solution, and that affects all images.', '2018-03-17 00:36:41', '2018-03-16 05:06:41', '2018-03-17 00:36:41', '2018-03-17 00:36:41'),
(145, 108, 4, 'Jay Parihar There are all same size images, So Im not able to draw line outside of image. If it is require, I find another solution, and that affects all images.', '2018-03-17 01:10:12', '2018-03-16 05:06:46', '2018-03-17 00:36:46', '2018-03-17 01:10:12'),
(146, 109, 5, 'done', '2018-03-17 02:22:22', '2018-03-16 06:52:22', '2018-03-17 02:22:22', '2018-03-17 02:22:22'),
(147, 110, 5, 'done', '2018-03-17 02:22:25', '2018-03-16 06:52:25', '2018-03-17 02:22:25', '2018-03-17 02:22:25'),
(148, 111, 5, 'done', '2018-03-17 02:22:28', '2018-03-16 06:52:28', '2018-03-17 02:22:28', '2018-03-17 02:22:28'),
(149, 112, 5, 'done', '2018-03-17 02:22:28', '2018-03-16 06:52:28', '2018-03-17 02:22:28', '2018-03-17 02:22:28'),
(150, 113, 5, 'done', '2018-03-17 02:22:28', '2018-03-16 06:52:28', '2018-03-17 02:22:28', '2018-03-17 02:22:28'),
(151, 114, 5, 'done', '2018-03-17 02:22:57', '2018-03-16 06:52:57', '2018-03-17 02:22:57', '2018-03-17 02:22:57'),
(152, 115, 5, 'done', '2018-03-17 02:34:56', '2018-03-16 07:04:56', '2018-03-17 02:34:56', '2018-03-17 02:34:56'),
(153, 116, 5, 'done', '2018-03-17 02:35:00', '2018-03-16 07:05:00', '2018-03-17 02:35:00', '2018-03-17 02:35:00'),
(154, 117, 5, 'done', '2018-03-17 02:36:28', '2018-03-16 07:06:28', '2018-03-17 02:36:28', '2018-03-17 02:36:28'),
(155, 118, 5, 'done', '2018-03-17 02:44:21', '2018-03-16 07:14:21', '2018-03-17 02:44:21', '2018-03-17 02:44:21'),
(156, 119, 5, 'done', '2018-03-17 02:44:25', '2018-03-16 07:14:25', '2018-03-17 02:44:25', '2018-03-17 02:44:25'),
(157, 120, 5, 'done', '2018-03-17 02:44:36', '2018-03-16 07:14:36', '2018-03-17 02:44:36', '2018-03-17 02:44:36'),
(158, 121, 4, 'It\'s working well now.', '2018-03-17 23:06:29', '2018-03-17 03:36:29', '2018-03-17 23:06:29', '2018-03-17 23:06:29'),
(159, 122, 3, 'Completed.', '2018-03-19 19:44:44', '2018-03-19 00:14:44', '2018-03-19 19:44:44', '2018-03-19 19:44:44'),
(160, 88, 4, 'Done, verify position change.', '2018-03-19 19:58:03', '2018-03-19 00:28:03', '2018-03-19 19:58:03', '2018-03-19 19:58:03'),
(161, 123, 2, 'DONE', '2018-03-19 20:10:23', '2018-03-19 00:40:23', '2018-03-19 20:10:23', '2018-03-19 20:10:23'),
(162, 124, 2, 'DONE', '2018-03-19 20:10:50', '2018-03-19 00:40:50', '2018-03-19 20:10:50', '2018-03-19 20:10:50'),
(163, 125, 2, 'DONE', '2018-03-19 20:16:27', '2018-03-19 00:46:27', '2018-03-19 20:16:27', '2018-03-19 20:16:27'),
(164, 126, 2, 'done', '2018-03-19 20:48:46', '2018-03-19 01:18:46', '2018-03-19 20:48:46', '2018-03-19 20:48:46'),
(165, 127, 2, 'done', '2018-03-19 20:50:41', '2018-03-19 01:20:41', '2018-03-19 20:50:41', '2018-03-19 20:50:41'),
(166, 128, 2, 'done', '2018-03-19 20:50:42', '2018-03-19 01:20:42', '2018-03-19 20:50:42', '2018-03-19 20:50:42'),
(167, 129, 2, 'done', '2018-03-19 21:37:22', '2018-03-19 02:07:22', '2018-03-19 21:37:22', '2018-03-19 21:37:22'),
(168, 130, 2, 'done', '2018-03-19 21:40:34', '2018-03-19 02:10:34', '2018-03-19 21:40:34', '2018-03-19 21:40:34'),
(169, 131, 2, 'done', '2018-03-19 21:40:38', '2018-03-19 02:10:38', '2018-03-19 21:40:38', '2018-03-19 21:40:38'),
(170, 132, 2, 'done', '2018-03-19 21:47:48', '2018-03-19 02:17:48', '2018-03-19 21:47:48', '2018-03-19 21:47:48'),
(171, 133, 2, 'done', '2018-03-19 21:47:51', '2018-03-19 02:17:51', '2018-03-19 21:47:51', '2018-03-19 21:47:51'),
(172, 134, 7, 'done', '2018-03-21 18:21:56', '2018-03-20 22:51:56', '2018-03-21 18:21:56', '2018-03-21 18:21:56'),
(173, 135, 2, 'done', '2018-03-21 19:48:18', '2018-03-21 00:18:18', '2018-03-21 19:48:18', '2018-03-21 19:48:18'),
(174, 136, 2, 'done', '2018-03-21 20:12:46', '2018-03-21 00:42:46', '2018-03-21 20:12:46', '2018-03-21 20:12:46'),
(175, 137, 2, 'done', '2018-03-21 20:12:51', '2018-03-21 00:42:51', '2018-03-21 20:12:51', '2018-03-21 20:12:51'),
(176, 138, 2, 'done', '2018-03-22 00:10:16', '2018-03-21 04:40:16', '2018-03-22 00:10:16', '2018-03-22 00:10:16'),
(177, 139, 2, 'done', '2018-03-22 00:13:31', '2018-03-21 04:43:31', '2018-03-22 00:13:31', '2018-03-22 00:13:31'),
(178, 140, 2, 'done', '2018-03-22 01:48:19', '2018-03-21 06:18:19', '2018-03-22 01:48:19', '2018-03-22 01:48:19'),
(179, 124, 3, 'Inder Patidar Word Balance is not shown...', '2018-03-22 22:25:03', '2018-03-22 02:55:03', '2018-03-22 22:25:03', '2018-03-22 22:25:03'),
(180, 134, 3, 'Ravindra Parihar Please fix the issues and re-update on live ....', '2018-03-22 23:40:55', '2018-03-22 04:10:55', '2018-03-22 23:40:55', '2018-03-22 23:40:55'),
(181, 141, 2, 'DONE', '2018-03-23 03:08:48', '2018-03-22 07:38:48', '2018-03-23 03:08:48', '2018-03-23 03:08:48'),
(182, 142, 2, 'IT IS NOT FEASIBLE.', '2018-03-23 03:10:17', '2018-03-22 07:40:17', '2018-03-23 03:10:17', '2018-03-23 03:10:17'),
(183, 143, 4, 'App\r\nReplace Good Morning to Welcome FNAME LNAME\r\nRemove location\r\nRemove Filters\r\nKeep the bottom Icons in order - Home, Me, Wishlish, Contact , logout\r\nRemove black overlay on hover of product page\r\nFix the loader design.\r\npop up - Product name, Price, and Description.\r\nFunctionality - Add To Favorites, Enquiry, Chat\r\nEnquiry - Open a custom message field when click\r\nShow Product image on chat box.\r\nRemove like functionality from all pages.\r\nShow logo on top in popup, Show footer menu. Add Zoo', '2018-03-23 03:22:20', '2018-03-22 07:48:51', '2018-03-23 03:18:51', '2018-03-23 03:22:20'),
(184, 144, 3, 'Issue: Inquiry Popup -- Enter your message (optional) \r\nJay Parihar Sir in this issues should we also replace the title \'Your Query\' as \'Your Message\' in the Inquiry Popup??', '2018-03-24 19:47:59', '2018-03-24 00:14:16', '2018-03-24 19:44:16', '2018-03-24 19:47:59'),
(185, 145, 4, 'Done,', '2018-03-26 21:53:46', '2018-03-26 02:23:46', '2018-03-26 21:53:46', '2018-03-26 21:53:46'),
(186, 146, 7, 'done', '2018-03-27 22:01:15', '2018-03-27 02:31:15', '2018-03-27 22:01:15', '2018-03-27 22:01:15'),
(187, 147, 7, 'done', '2018-03-27 22:02:41', '2018-03-27 02:32:41', '2018-03-27 22:02:41', '2018-03-27 22:02:41'),
(188, 148, 7, 'done', '2018-03-27 22:03:10', '2018-03-27 02:33:10', '2018-03-27 22:03:10', '2018-03-27 22:03:10'),
(189, 140, 3, 'Inder Patidar NDA sign notification gets disappeared after some time....but the project still remains in the My Bid section.', '2018-03-30 00:04:06', '2018-03-29 04:34:06', '2018-03-30 00:04:06', '2018-03-30 00:04:06'),
(190, 149, 4, 'done', '2018-03-31 18:48:25', '2018-03-30 23:18:25', '2018-03-31 18:48:25', '2018-03-31 18:48:25'),
(191, 150, 2, 'done', '2018-03-31 18:59:56', '2018-03-30 23:29:56', '2018-03-31 18:59:56', '2018-03-31 18:59:56'),
(192, 151, 2, 'NR', '2018-03-31 19:01:10', '2018-03-30 23:31:10', '2018-03-31 19:01:10', '2018-03-31 19:01:10'),
(193, 152, 2, 'NR', '2018-03-31 19:01:14', '2018-03-30 23:31:14', '2018-03-31 19:01:14', '2018-03-31 19:01:14'),
(194, 153, 2, 'DONE', '2018-03-31 19:02:03', '2018-03-30 23:32:03', '2018-03-31 19:02:03', '2018-03-31 19:02:03'),
(195, 154, 2, 'DONE', '2018-03-31 19:02:07', '2018-03-30 23:32:07', '2018-03-31 19:02:07', '2018-03-31 19:02:07'),
(196, 155, 2, 'done', '2018-03-31 19:53:53', '2018-03-31 00:23:53', '2018-03-31 19:53:53', '2018-03-31 19:53:53'),
(197, 156, 2, 'done', '2018-03-31 19:54:09', '2018-03-31 00:24:09', '2018-03-31 19:54:09', '2018-03-31 19:54:09'),
(198, 157, 2, 'done', '2018-03-31 19:55:29', '2018-03-31 00:25:29', '2018-03-31 19:55:29', '2018-03-31 19:55:29'),
(199, 158, 2, 'DONE', '2018-03-31 22:51:35', '2018-03-31 03:21:35', '2018-03-31 22:51:35', '2018-03-31 22:51:35'),
(200, 159, 3, 'Completed.', '2018-03-31 23:28:19', '2018-03-31 03:58:19', '2018-03-31 23:28:19', '2018-03-31 23:28:19'),
(201, 160, 2, 'DONE', '2018-04-02 19:54:08', '2018-04-02 00:24:08', '2018-04-02 19:54:08', '2018-04-02 19:54:08'),
(202, 161, 2, 'DONE', '2018-04-02 19:54:22', '2018-04-02 00:24:22', '2018-04-02 19:54:22', '2018-04-02 19:54:22'),
(203, 162, 2, 'DONE', '2018-04-02 19:54:44', '2018-04-02 00:24:44', '2018-04-02 19:54:44', '2018-04-02 19:54:44'),
(204, 163, 2, 'DON', '2018-04-02 19:56:10', '2018-04-02 00:26:10', '2018-04-02 19:56:10', '2018-04-02 19:56:10'),
(205, 164, 2, 'DONE', '2018-04-02 19:56:42', '2018-04-02 00:26:42', '2018-04-02 19:56:42', '2018-04-02 19:56:42'),
(206, 165, 3, 'Completed.', '2018-04-02 20:01:56', '2018-04-02 00:31:56', '2018-04-02 20:01:56', '2018-04-02 20:01:56'),
(207, 166, 3, 'Completed.', '2018-04-02 20:02:51', '2018-04-02 00:32:51', '2018-04-02 20:02:51', '2018-04-02 20:02:51'),
(208, 167, 3, 'Completed.', '2018-04-02 20:05:25', '2018-04-02 00:35:25', '2018-04-02 20:05:25', '2018-04-02 20:05:25'),
(209, 168, 2, 'DONE', '2018-04-03 18:10:01', '2018-04-02 22:40:01', '2018-04-03 18:10:01', '2018-04-03 18:10:01'),
(210, 169, 2, 'Not relevant', '2018-04-03 18:19:34', '2018-04-02 22:49:34', '2018-04-03 18:19:34', '2018-04-03 18:19:34'),
(211, 170, 2, 'done', '2018-04-04 00:13:25', '2018-04-03 04:43:25', '2018-04-04 00:13:25', '2018-04-04 00:13:25'),
(212, 171, 2, 'DONE', '2018-04-04 02:58:14', '2018-04-03 07:28:14', '2018-04-04 02:58:14', '2018-04-04 02:58:14'),
(213, 172, 2, 'DONE', '2018-04-04 02:59:07', '2018-04-03 07:29:07', '2018-04-04 02:59:07', '2018-04-04 02:59:07'),
(214, 173, 7, 'both create own sponsor they are differente', '2018-04-05 17:59:19', '2018-04-04 22:29:19', '2018-04-05 17:59:19', '2018-04-05 17:59:19'),
(215, 174, 7, 'before verify show there', '2018-04-05 18:00:57', '2018-04-04 22:30:57', '2018-04-05 18:00:57', '2018-04-05 18:00:57'),
(216, 175, 7, 'before verify show there', '2018-04-05 18:05:14', '2018-04-04 22:35:14', '2018-04-05 18:05:14', '2018-04-05 18:05:14'),
(217, 176, 5, 'done', '2018-04-05 19:52:48', '2018-04-05 00:22:48', '2018-04-05 19:52:48', '2018-04-05 19:52:48'),
(218, 177, 5, 'done', '2018-04-05 19:53:01', '2018-04-05 00:23:01', '2018-04-05 19:53:01', '2018-04-05 19:53:01'),
(219, 178, 5, 'done', '2018-04-05 19:53:08', '2018-04-05 00:23:08', '2018-04-05 19:53:08', '2018-04-05 19:53:08'),
(220, 179, 5, 'done', '2018-04-05 19:53:19', '2018-04-05 00:23:19', '2018-04-05 19:53:19', '2018-04-05 19:53:19'),
(221, 180, 5, 'done', '2018-04-05 19:53:32', '2018-04-05 00:23:32', '2018-04-05 19:53:32', '2018-04-05 19:53:32'),
(222, 181, 5, 'done', '2018-04-05 19:53:37', '2018-04-05 00:23:37', '2018-04-05 19:53:37', '2018-04-05 19:53:37'),
(223, 182, 3, 'Not done yet...', '2018-04-05 22:47:08', '2018-04-05 03:17:08', '2018-04-05 22:47:08', '2018-04-05 22:47:08'),
(224, 183, 3, 'Not done yet...', '2018-04-05 22:48:37', '2018-04-05 03:18:37', '2018-04-05 22:48:37', '2018-04-05 22:48:37'),
(225, 184, 5, 'done', '2018-04-05 22:49:35', '2018-04-05 03:19:35', '2018-04-05 22:49:35', '2018-04-05 22:49:35'),
(226, 185, 5, 'done', '2018-04-05 22:50:30', '2018-04-05 03:20:30', '2018-04-05 22:50:30', '2018-04-05 22:50:30'),
(227, 186, 3, 'Done', '2018-04-05 22:51:04', '2018-04-05 03:21:04', '2018-04-05 22:51:04', '2018-04-05 22:51:04'),
(228, 187, 5, 'done', '2018-04-05 23:02:06', '2018-04-05 03:32:06', '2018-04-05 23:02:06', '2018-04-05 23:02:06'),
(229, 188, 5, 'done', '2018-04-05 23:02:11', '2018-04-05 03:32:11', '2018-04-05 23:02:11', '2018-04-05 23:02:11'),
(230, 189, 5, 'done', '2018-04-05 23:02:48', '2018-04-05 03:32:48', '2018-04-05 23:02:48', '2018-04-05 23:02:48'),
(231, 190, 3, 'Mohit Saxena Please Verify', '2018-04-05 23:06:55', '2018-04-05 03:36:55', '2018-04-05 23:06:55', '2018-04-05 23:06:55'),
(232, 191, 7, 'done', '2018-04-05 23:59:20', '2018-04-05 04:29:20', '2018-04-05 23:59:20', '2018-04-05 23:59:20'),
(233, 192, 3, 'Plz check', '2018-04-06 00:00:03', '2018-04-05 04:30:03', '2018-04-06 00:00:03', '2018-04-06 00:00:03'),
(234, 193, 3, 'Done', '2018-04-06 00:02:49', '2018-04-05 04:32:49', '2018-04-06 00:02:49', '2018-04-06 00:02:49'),
(235, 194, 3, 'Done', '2018-04-06 00:09:07', '2018-04-05 04:39:07', '2018-04-06 00:09:07', '2018-04-06 00:09:07'),
(236, 195, 3, 'Inder Patidar Remove brand,category and material. Add Inquiry Message.', '2018-04-06 00:14:12', '2018-04-05 04:44:12', '2018-04-06 00:14:12', '2018-04-06 00:14:12'),
(237, 196, 3, 'Inder Patidar Not working...Plz go through the screenshot attached.', '2018-04-06 00:15:21', '2018-04-05 04:45:21', '2018-04-06 00:15:21', '2018-04-06 00:15:21'),
(238, 197, 3, 'Done', '2018-04-06 00:15:43', '2018-04-05 04:45:43', '2018-04-06 00:15:43', '2018-04-06 00:15:43'),
(239, 198, 3, 'Done', '2018-04-06 00:17:10', '2018-04-05 04:47:10', '2018-04-06 00:17:10', '2018-04-06 00:17:10'),
(240, 199, 2, 'done', '2018-04-06 02:09:12', '2018-04-05 06:39:12', '2018-04-06 02:09:12', '2018-04-06 02:09:12'),
(241, 200, 2, 'done', '2018-04-06 02:10:17', '2018-04-05 06:40:17', '2018-04-06 02:10:17', '2018-04-06 02:10:17'),
(242, 201, 2, 'Done', '2018-04-06 02:15:27', '2018-04-05 06:45:27', '2018-04-06 02:15:27', '2018-04-06 02:15:27'),
(243, 202, 2, 'Done', '2018-04-06 02:15:27', '2018-04-05 06:45:27', '2018-04-06 02:15:27', '2018-04-06 02:15:27'),
(244, 203, 2, 'NA', '2018-04-06 02:23:45', '2018-04-05 06:53:45', '2018-04-06 02:23:45', '2018-04-06 02:23:45'),
(245, 204, 3, 'Completed', '2018-04-06 02:37:39', '2018-04-05 07:07:39', '2018-04-06 02:37:39', '2018-04-06 02:37:39'),
(246, 205, 3, 'Completed', '2018-04-06 02:37:56', '2018-04-05 07:07:56', '2018-04-06 02:37:56', '2018-04-06 02:37:56'),
(247, 206, 3, 'Done', '2018-04-06 02:38:56', '2018-04-05 07:08:56', '2018-04-06 02:38:56', '2018-04-06 02:38:56'),
(248, 207, 3, 'Pending', '2018-04-06 02:39:59', '2018-04-05 07:09:59', '2018-04-06 02:39:59', '2018-04-06 02:39:59'),
(249, 208, 3, 'Done', '2018-04-06 02:40:29', '2018-04-05 07:10:29', '2018-04-06 02:40:29', '2018-04-06 02:40:29'),
(250, 209, 2, 'DONE', '2018-04-06 02:56:08', '2018-04-05 07:26:08', '2018-04-06 02:56:08', '2018-04-06 02:56:08'),
(251, 210, 2, 'Prospond by sir', '2018-04-06 18:28:55', '2018-04-05 22:58:55', '2018-04-06 18:28:55', '2018-04-06 18:28:55'),
(252, 211, 2, 'Prospond by sir', '2018-04-06 18:28:55', '2018-04-05 22:58:55', '2018-04-06 18:28:55', '2018-04-06 18:28:55'),
(253, 212, 2, 'DONE', '2018-04-06 18:31:15', '2018-04-05 23:01:15', '2018-04-06 18:31:15', '2018-04-06 18:31:15'),
(254, 213, 7, 'Mohit Saxena it is done', '2018-04-07 01:28:32', '2018-04-06 05:58:32', '2018-04-07 01:28:32', '2018-04-07 01:28:32'),
(255, 214, 7, 'Mohit Saxena complete option not show in this stage', '2018-04-07 01:32:21', '2018-04-06 06:02:21', '2018-04-07 01:32:21', '2018-04-07 01:32:21'),
(256, 215, 7, 'Mohit Saxena this is done', '2018-04-07 01:32:58', '2018-04-06 06:02:58', '2018-04-07 01:32:58', '2018-04-07 01:32:58'),
(257, 216, 7, 'Mohit Saxena this task done', '2018-04-07 02:01:14', '2018-04-06 06:31:14', '2018-04-07 02:01:14', '2018-04-07 02:01:14'),
(258, 217, 7, 'Jay Parihar done', '2018-04-07 02:07:43', '2018-04-06 06:37:43', '2018-04-07 02:07:43', '2018-04-07 02:07:43'),
(259, 218, 7, 'Mohit Saxena this task is done', '2018-04-10 02:59:16', '2018-04-09 07:29:16', '2018-04-10 02:59:16', '2018-04-10 02:59:16'),
(260, 219, 7, 'Mohit Saxena this task is done', '2018-04-10 03:00:06', '2018-04-09 07:30:06', '2018-04-10 03:00:06', '2018-04-10 03:00:06'),
(261, 220, 7, 'Mohit Saxena this task is done', '2018-04-10 03:00:42', '2018-04-09 07:30:42', '2018-04-10 03:00:42', '2018-04-10 03:00:42'),
(262, 221, 5, 'done', '2018-04-13 22:21:16', '2018-04-13 02:51:16', '2018-04-13 22:21:16', '2018-04-13 22:21:16'),
(263, 222, 5, 'done', '2018-04-13 22:22:19', '2018-04-13 02:52:19', '2018-04-13 22:22:19', '2018-04-13 22:22:19'),
(264, 223, 5, 'done', '2018-04-13 22:22:33', '2018-04-13 02:52:33', '2018-04-13 22:22:33', '2018-04-13 22:22:33'),
(265, 224, 5, 'done', '2018-04-13 22:22:48', '2018-04-13 02:52:48', '2018-04-13 22:22:48', '2018-04-13 22:22:48'),
(266, 225, 5, 'done', '2018-04-13 22:23:19', '2018-04-13 02:53:19', '2018-04-13 22:23:19', '2018-04-13 22:23:19'),
(267, 226, 5, 'done', '2018-04-13 22:24:15', '2018-04-13 02:54:15', '2018-04-13 22:24:15', '2018-04-13 22:24:15'),
(268, 227, 5, 'done', '2018-04-13 22:25:26', '2018-04-13 02:55:26', '2018-04-13 22:25:26', '2018-04-13 22:25:26'),
(269, 228, 5, 'done', '2018-04-13 22:26:21', '2018-04-13 02:56:21', '2018-04-13 22:26:21', '2018-04-13 22:26:21'),
(270, 229, 5, 'done', '2018-04-13 22:42:31', '2018-04-13 03:12:31', '2018-04-13 22:42:31', '2018-04-13 22:42:31'),
(271, 230, 4, 'Done, But IE9 CSS animation not support. Now Question displayed.', '2018-04-14 23:32:07', '2018-04-14 04:02:07', '2018-04-14 23:32:07', '2018-04-14 23:32:07'),
(272, 231, 2, 'DONE', '2018-04-17 19:03:54', '2018-04-16 23:33:54', '2018-04-17 19:03:54', '2018-04-17 19:03:54'),
(273, 232, 2, 'DONE', '2018-04-17 19:10:13', '2018-04-16 23:40:13', '2018-04-17 19:10:13', '2018-04-17 19:10:13'),
(274, 233, 3, 'Completed', '2018-04-18 21:03:43', '2018-04-18 01:33:43', '2018-04-18 21:03:43', '2018-04-18 21:03:43'),
(275, 234, 3, 'Completed', '2018-04-18 21:03:55', '2018-04-18 01:33:55', '2018-04-18 21:03:55', '2018-04-18 21:03:55'),
(276, 235, 1, 'Done', '2018-04-25 17:47:37', '2018-04-24 22:17:37', '2018-04-25 17:47:37', '2018-04-25 17:47:37'),
(277, 236, 1, 'Done', '2018-04-25 17:47:43', '2018-04-24 22:17:43', '2018-04-25 17:47:43', '2018-04-25 17:47:43'),
(278, 237, 1, 'Done', '2018-04-25 17:47:55', '2018-04-24 22:17:55', '2018-04-25 17:47:55', '2018-04-25 17:47:55'),
(280, 239, 7, 'DONE', '2018-04-25 20:53:15', '2018-04-25 01:23:15', '2018-04-25 20:53:15', '2018-04-25 20:53:15'),
(281, 240, 7, 'DONE', '2018-04-25 20:53:38', '2018-04-25 01:23:38', '2018-04-25 20:53:38', '2018-04-25 20:53:38'),
(282, 241, 7, 'DONE', '2018-04-26 00:58:19', '2018-04-25 05:28:19', '2018-04-26 00:58:19', '2018-04-26 00:58:19'),
(283, 242, 7, 'DONE', '2018-04-26 01:00:08', '2018-04-25 05:30:08', '2018-04-26 01:00:08', '2018-04-26 01:00:08'),
(284, 243, 7, 'Mohit Saxena this issue is done', '2018-04-26 19:03:17', '2018-04-25 23:33:17', '2018-04-26 19:03:17', '2018-04-26 19:03:17'),
(286, 245, 3, 'close this issue', '2018-04-26 19:06:37', '2018-04-25 23:36:37', '2018-04-26 19:06:37', '2018-04-26 19:06:37'),
(287, 246, 7, 'DONE 111', '2018-04-27 00:35:48', '2018-04-26 05:05:48', '2018-04-27 00:35:48', '2018-04-27 00:35:48'),
(288, 247, 3, 'SSS', '2018-04-27 01:04:33', '2018-04-26 05:34:33', '2018-04-27 01:04:33', '2018-04-27 01:04:33'),
(289, 248, 7, 'SSSSSSSSS', '2018-04-27 01:05:18', '2018-04-26 05:35:18', '2018-04-27 01:05:18', '2018-04-27 01:05:18'),
(290, 249, 3, 'SSSSSSSSSSS', '2018-04-27 01:08:37', '2018-04-26 05:38:37', '2018-04-27 01:08:37', '2018-04-27 01:08:37'),
(291, 250, 7, 'ddddd', '2018-04-27 01:11:01', '2018-04-26 05:41:01', '2018-04-27 01:11:01', '2018-04-27 01:11:01'),
(292, 251, 3, 'zzZ', '2018-04-27 01:32:32', '2018-04-26 06:02:32', '2018-04-27 01:32:32', '2018-04-27 01:32:32'),
(293, 252, 7, 'dddddd', '2018-04-27 02:10:25', '2018-04-26 06:40:25', '2018-04-27 02:10:25', '2018-04-27 02:10:25'),
(294, 253, 2, 'DONE', '2018-04-27 18:49:23', '2018-04-26 23:19:23', '2018-04-27 18:49:23', '2018-04-27 18:49:23'),
(295, 254, 5, 'Done', '2018-05-04 22:17:12', '2018-05-04 02:47:12', '2018-05-04 22:17:12', '2018-05-04 22:17:12'),
(296, 255, 5, 'done', '2018-05-04 22:29:53', '2018-05-04 02:59:53', '2018-05-04 22:29:53', '2018-05-04 22:29:53'),
(297, 256, 5, 'Done', '2018-05-04 22:38:07', '2018-05-04 03:08:07', '2018-05-04 22:38:07', '2018-05-04 22:38:07'),
(298, 257, 5, 'Done', '2018-05-04 22:43:29', '2018-05-04 03:13:29', '2018-05-04 22:43:29', '2018-05-04 22:43:29'),
(299, 258, 5, 'Done', '2018-05-04 22:48:49', '2018-05-04 03:18:49', '2018-05-04 22:48:49', '2018-05-04 22:48:49'),
(300, 259, 5, 'Done', '2018-05-04 22:51:43', '2018-05-04 03:21:43', '2018-05-04 22:51:43', '2018-05-04 22:51:43'),
(301, 260, 5, 'done', '2018-05-04 22:58:13', '2018-05-04 03:28:13', '2018-05-04 22:58:13', '2018-05-04 22:58:13'),
(302, 261, 5, 'Done', '2018-05-04 23:33:44', '2018-05-04 04:03:44', '2018-05-04 23:33:44', '2018-05-04 23:33:44'),
(303, 262, 5, 'Done', '2018-05-04 23:35:08', '2018-05-04 04:05:08', '2018-05-04 23:35:08', '2018-05-04 23:35:08'),
(304, 263, 5, 'Done', '2018-05-04 23:35:53', '2018-05-04 04:05:53', '2018-05-04 23:35:53', '2018-05-04 23:35:53'),
(305, 264, 5, 'Done', '2018-05-04 23:47:29', '2018-05-04 04:17:29', '2018-05-04 23:47:29', '2018-05-04 23:47:29'),
(306, 265, 5, 'Done', '2018-05-04 23:48:07', '2018-05-04 04:18:07', '2018-05-04 23:48:07', '2018-05-04 23:48:07'),
(307, 266, 5, 'Done', '2018-05-04 23:48:38', '2018-05-04 04:18:38', '2018-05-04 23:48:38', '2018-05-04 23:48:38'),
(308, 267, 5, 'Done', '2018-05-04 23:49:24', '2018-05-04 04:19:24', '2018-05-04 23:49:24', '2018-05-04 23:49:24'),
(309, 268, 5, 'Done', '2018-05-04 23:49:41', '2018-05-04 04:19:41', '2018-05-04 23:49:41', '2018-05-04 23:49:41'),
(310, 269, 5, 'Done', '2018-05-04 23:50:02', '2018-05-04 04:20:02', '2018-05-04 23:50:02', '2018-05-04 23:50:02'),
(311, 270, 5, 'Done', '2018-05-05 00:03:40', '2018-05-04 04:33:40', '2018-05-05 00:03:40', '2018-05-05 00:03:40'),
(312, 271, 5, 'Done', '2018-05-07 22:22:43', '2018-05-07 02:52:43', '2018-05-07 22:22:43', '2018-05-07 22:22:43'),
(313, 272, 5, 'Not in an original game', '2018-05-07 22:26:38', '2018-05-07 02:56:38', '2018-05-07 22:26:38', '2018-05-07 22:26:38'),
(314, 273, 5, 'Done', '2018-05-07 22:39:36', '2018-05-07 03:09:36', '2018-05-07 22:39:36', '2018-05-07 22:39:36'),
(315, 274, 5, 'Done', '2018-05-07 23:20:01', '2018-05-07 03:50:01', '2018-05-07 23:20:01', '2018-05-07 23:20:01'),
(316, 275, 5, 'Done', '2018-05-08 02:43:32', '2018-05-07 07:13:32', '2018-05-08 02:43:32', '2018-05-08 02:43:32'),
(317, 276, 5, 'Done', '2018-05-08 02:46:08', '2018-05-07 07:16:08', '2018-05-08 02:46:08', '2018-05-08 02:46:08'),
(318, 277, 7, 'Mohit Saxena Jay Parihar this changes done', '2018-05-16 02:47:50', '2018-05-15 07:17:50', '2018-05-16 02:47:50', '2018-05-16 02:47:50'),
(319, 278, 1, 'Pending', '2018-05-22 00:41:36', '2018-05-21 05:11:36', '2018-05-22 00:41:36', '2018-05-22 00:41:36'),
(320, 279, 1, 'Pendiing', '2018-05-22 00:41:46', '2018-05-21 05:11:46', '2018-05-22 00:41:46', '2018-05-22 00:41:46'),
(321, 280, 5, 'done', '2018-09-12 18:38:41', '2018-09-11 23:08:41', '2018-09-12 18:38:41', '2018-09-12 18:38:41'),
(322, 281, 5, 'done', '2018-09-12 18:41:45', '2018-09-11 23:11:45', '2018-09-12 18:41:45', '2018-09-12 18:41:45'),
(323, 282, 5, 'done', '2018-09-12 18:43:40', '2018-09-11 23:13:40', '2018-09-12 18:43:40', '2018-09-12 18:43:40'),
(324, 283, 5, 'done', '2018-09-12 18:48:27', '2018-09-11 23:18:27', '2018-09-12 18:48:27', '2018-09-12 18:48:27'),
(325, 284, 5, 'done', '2018-09-12 18:48:46', '2018-09-11 23:18:46', '2018-09-12 18:48:46', '2018-09-12 18:48:46'),
(326, 285, 5, 'done', '2018-09-12 18:48:59', '2018-09-11 23:18:59', '2018-09-12 18:48:59', '2018-09-12 18:48:59'),
(327, 286, 5, 'done', '2018-09-12 18:49:12', '2018-09-11 23:19:12', '2018-09-12 18:49:12', '2018-09-12 18:49:12'),
(328, 287, 5, 'done', '2018-09-12 19:05:56', '2018-09-11 23:35:56', '2018-09-12 19:05:56', '2018-09-12 19:05:56'),
(329, 288, 5, 'done', '2018-09-12 19:06:12', '2018-09-11 23:36:12', '2018-09-12 19:06:12', '2018-09-12 19:06:12'),
(330, 289, 5, 'done', '2018-09-12 19:10:51', '2018-09-11 23:40:51', '2018-09-12 19:10:51', '2018-09-12 19:10:51'),
(331, 290, 5, 'done', '2018-09-12 19:11:04', '2018-09-11 23:41:04', '2018-09-12 19:11:04', '2018-09-12 19:11:04'),
(332, 291, 1, 'Done', '2018-11-13 18:35:39', '2018-11-12 23:05:39', '2018-11-13 18:35:39', '2018-11-13 18:35:39'),
(333, 292, 1, 'Done', '2018-11-13 18:35:47', '2018-11-12 23:05:47', '2018-11-13 18:35:47', '2018-11-13 18:35:47'),
(334, 293, 1, 'http://dev.imenso.co/octb-website/', '2018-11-13 18:39:29', '2018-11-12 23:09:29', '2018-11-13 18:39:29', '2018-11-13 18:39:29'),
(335, 294, 1, 'Done', '2018-11-17 19:12:03', '2018-11-16 23:42:03', '2018-11-17 19:12:03', '2018-11-17 19:12:03'),
(336, 295, 1, 'Done', '2018-11-17 19:12:09', '2018-11-16 23:42:09', '2018-11-17 19:12:09', '2018-11-17 19:12:09'),
(337, 296, 1, 'Done', '2018-11-17 19:12:35', '2018-11-16 23:42:35', '2018-11-17 19:12:35', '2018-11-17 19:12:35'),
(338, 297, 2, 'done', '2018-12-11 23:16:35', '2018-12-11 03:46:35', '2018-12-11 23:16:35', '2018-12-11 23:16:35'),
(339, 298, 2, 'done', '2018-12-12 19:56:33', '2018-12-12 00:26:33', '2018-12-12 19:56:33', '2018-12-12 19:56:33'),
(340, 299, 1, 'http://dev.imenso.co/wipit-editor/', '2018-12-15 01:41:24', '2018-12-14 06:11:24', '2018-12-15 01:41:24', '2018-12-15 01:41:24'),
(341, 300, 1, 'Done', '2018-12-15 01:41:36', '2018-12-14 06:11:36', '2018-12-15 01:41:36', '2018-12-15 01:41:36'),
(342, 301, 2, 'done', '2019-07-11 19:59:37', '2019-07-11 00:29:37', '2019-07-11 19:59:37', '2019-07-11 19:59:37'),
(343, 302, 2, 'done', '2019-07-11 19:59:40', '2019-07-11 00:29:40', '2019-07-11 19:59:40', '2019-07-11 19:59:40'),
(344, 303, 2, 'done', '2019-07-11 20:00:00', '2019-07-11 00:30:00', '2019-07-11 20:00:00', '2019-07-11 20:00:00'),
(345, 304, 2, 'done', '2019-07-11 20:01:26', '2019-07-11 00:31:26', '2019-07-11 20:01:26', '2019-07-11 20:01:26'),
(346, 305, 2, 'dome', '2019-07-11 20:02:37', '2019-07-11 00:32:37', '2019-07-11 20:02:37', '2019-07-11 20:02:37'),
(347, 306, 2, 'dome', '2019-07-11 20:03:05', '2019-07-11 00:33:05', '2019-07-11 20:03:05', '2019-07-11 20:03:05'),
(348, 307, 2, 'dome', '2019-07-11 20:10:38', '2019-07-11 00:40:38', '2019-07-11 20:10:38', '2019-07-11 20:10:38'),
(349, 308, 2, 'done', '2019-07-11 20:14:53', '2019-07-11 00:44:53', '2019-07-11 20:14:53', '2019-07-11 20:14:53'),
(350, 309, 2, 'done', '2019-07-11 20:15:13', '2019-07-11 00:45:13', '2019-07-11 20:15:13', '2019-07-11 20:15:13'),
(351, 310, 2, 'done', '2019-07-11 20:15:43', '2019-07-11 00:45:43', '2019-07-11 20:15:43', '2019-07-11 20:15:43'),
(352, 311, 2, 'done', '2019-07-11 20:15:55', '2019-07-11 00:45:55', '2019-07-11 20:15:55', '2019-07-11 20:15:55');
-- --------------------------------------------------------
--
-- Table structure for table `update_comment_mentions`
--
CREATE TABLE `update_comment_mentions` (
`id` int(10) UNSIGNED NOT NULL,
`comment_id` int(10) UNSIGNED NOT NULL,
`mention_user_id` int(10) UNSIGNED NOT NULL,
`status_id` int(11) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `update_comment_mentions`
--
INSERT INTO `update_comment_mentions` (`id`, `comment_id`, `mention_user_id`, `status_id`) VALUES
(1, 75, 1, 1),
(2, 76, 3, 1),
(3, 89, 3, 1),
(5, 99, 3, 1),
(6, 145, 1, 1),
(7, 125, 1, 1),
(8, 179, 2, 1),
(9, 180, 7, 1),
(10, 183, 3, 1),
(11, 184, 1, 1),
(12, 189, 2, 1),
(13, 231, 3, 1),
(14, 236, 2, 1),
(15, 237, 2, 1),
(16, 254, 3, 1),
(17, 255, 3, 1),
(18, 256, 3, 1),
(19, 257, 3, 1),
(20, 258, 1, 1),
(21, 259, 3, 1),
(22, 260, 3, 1),
(23, 261, 3, 1),
(24, 284, 3, 1),
(25, 318, 3, 1),
(26, 318, 1, 1);
-- --------------------------------------------------------
--
-- Table structure for table `update_receivers`
--
CREATE TABLE `update_receivers` (
`id` int(10) UNSIGNED NOT NULL,
`update_id` int(10) UNSIGNED NOT NULL,
`receiver_id` int(10) UNSIGNED ZEROFILL NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Table structure for table `users`
--
CREATE TABLE `users` (
`id` int(10) UNSIGNED NOT NULL,
`name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
`last_name` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
`email` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
`password` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
`password_duplicate` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
`remember_token` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`mobileNo` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
`image` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT 'avtar.png',
`status_id` int(10) UNSIGNED NOT NULL DEFAULT '0',
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `users`
--
INSERT INTO `users` (`id`, `name`, `last_name`, `email`, `password`, `password_duplicate`, `remember_token`, `mobileNo`, `image`, `status_id`, `created_at`, `updated_at`) VALUES
(1, 'Jay Parihar', '', 'jparihar@imensosoftware.com', '$2y$10$jPJih7WUiWLYed0C3hA20uHDPYkJMUEPbilt/wjadXdD4fFQ3wM72', '123456', 'Ihg7wDIGBoLX3D8aErbtwijar59muJtjtcK68lmg03Xq3LvMGKGIDEnLlNV1', '9977808469', 'user.jpg', 1, '2017-10-25 01:33:52', '2018-02-13 14:47:14'),
(2, 'Inder Patidar', '', 'inder.imenso@gmail.com', '$2y$10$fDBWctQvyAW3hMgTxxs8XeZf.5IL0.KoytLHETlJvoOWt/lgcjPaO', '123456', 'mdL8KlUoCo3S0GcJNNHMSt7TW8KdE8t4xK3D8VebJBK7aVEflEtIHSlhJXoC', '1234567890', '1546843910.png', 1, '2018-02-13 14:48:06', '2019-07-11 20:19:07'),
(3, 'Mohit', 'Saxena', 'mohit.imenso@gmail.com', '$2y$10$05q/ib/O/HRQgQ9tUp0Ji.jeenwL1OekW9.OzMLyma0q2FZpzqxvq', 'Imenso@ms', 'egeOP5vdZ1RNPZVsAFA9XIjLhDSu4BMbIAAUUqy6QgHk5K7eM8RYfkPmFctc', '9893483344', '1546930769.png', 1, '2018-02-13 14:48:35', '2019-01-08 19:29:29'),
(4, 'Vishal Goud', '', 'vishal.imenso@gmail.com', '$2y$10$qXV.gpr7FA4rSni64nsQFuFbIva0Oj1wasxl2k4BD7yZPxH3kFW8S', '123456', 'A0oHklS4nBWy2sXWv8jgRehiWYVGZlFarp2H3EfVRD7aKoT6TbbULA0nQa2U', '', '1546843837.png', 1, '2018-02-13 14:49:07', '2019-01-07 19:20:38'),
(5, 'Mahesh Parihar', '', 'mahesh.imenso@gmail.com', '$2y$10$fNn3mDBqbfbl4y8sc/MjNeSZiD22jkNaRs/KUNHh1w/xOsXHmmMv6', '123456', 'TUCsR7pyy5I5wsOmsoc1f6Hwh2sMdgztiFN86ZTWZEldTk6pf9q6IhpCwssV', '', '1546843978.png', 1, '2018-02-13 14:49:54', '2019-01-07 19:22:58'),
(6, 'Raju Patel', '', 'raju.imenso@gmail.com', '$2y$10$fwwsqvHTUhBZftsDdCLBe.iO3J3SDjFVGCS9MmHBMZBz02H/HxIu2', '123456', '$2y$10$Hs2lkCcw7ClENcapknCJDu3zzhczdYGYgRgMKKN.W18p/POxZMw/y', '', '1519214350.png', 1, '2018-02-13 14:50:21', '2018-02-22 00:29:10'),
(7, 'Ravindra Parihar', '', 'ravi.imenso@gmail.com', '$2y$10$jf0nkAxEj/s8OrgjBlKEk.TidODFyJcTN1gmJzopT/Q.Oax01ygK6', '123456', 'Y6bI1yMsHNDYgFA8VZcAcqchH7D9Q0BBhFrEKAbpwuchww2CJrjEOOuh28hE', '', '1519214336.png', 0, '2018-02-13 14:50:46', '2018-11-13 18:41:10'),
(8, 'Rajendra Verma', '', 'rajendra.imenso@gmail.com', '$2y$10$4v8H5EQNq1u0xzKZzMdr.eix3kgHm/ikd09Zzo/ojHvhuqrO.6Xea', '123456', '$2y$10$cA.P6fcT6iLZvB6dDaKK4eQprsj67x3p2nuNfYFaF1KJHS7exelzu', '', '1519211081.png', 0, '2018-02-13 14:51:22', '2019-07-11 20:18:32'),
(9, 'Deepak', 'Gehlot', 'deepak.imenso@gmail.com', '$2y$10$1dcQuQXNroQ4qD/RjtCTd.wKwI6lf3IW7uyDLMxdBF7HW..pHSOim', '123456', '$2y$10$Uv5ueavI8WnB5uk/qedO.eH2tyj7izA3txabxYfgUXrlwwiewCbcq', '', '1546843812.png', 1, '2018-11-16 18:38:09', '2019-01-07 19:20:12');
--
-- Indexes for dumped tables
--
--
-- Indexes for table `calendars`
--
ALTER TABLE `calendars`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `issues`
--
ALTER TABLE `issues`
ADD PRIMARY KEY (`id`),
ADD KEY `project_id` (`project_id`),
ADD KEY `priority_id` (`priority_id`),
ADD KEY `issue_status_id` (`issue_status_id`),
ADD KEY `assignment_to` (`assignment_to`),
ADD KEY `assignment_from` (`assignment_from`);
--
-- Indexes for table `issue_status`
--
ALTER TABLE `issue_status`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `migrations`
--
ALTER TABLE `migrations`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `password_resets`
--
ALTER TABLE `password_resets`
ADD KEY `password_resets_email_index` (`email`);
--
-- Indexes for table `permissions`
--
ALTER TABLE `permissions`
ADD PRIMARY KEY (`id`),
ADD UNIQUE KEY `permissions_name_unique` (`name`);
--
-- Indexes for table `permission_role`
--
ALTER TABLE `permission_role`
ADD PRIMARY KEY (`permission_id`,`role_id`),
ADD KEY `permission_role_role_id_foreign` (`role_id`);
--
-- Indexes for table `posts`
--
ALTER TABLE `posts`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `priority`
--
ALTER TABLE `priority`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `projects`
--
ALTER TABLE `projects`
ADD PRIMARY KEY (`id`),
ADD KEY `project_type_id` (`project_type_id`),
ADD KEY `project_manager_id` (`project_manager_id`),
ADD KEY `project_status_id` (`project_status_id`);
--
-- Indexes for table `project_status`
--
ALTER TABLE `project_status`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `project_types`
--
ALTER TABLE `project_types`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `roles`
--
ALTER TABLE `roles`
ADD PRIMARY KEY (`id`),
ADD UNIQUE KEY `roles_name_unique` (`name`),
ADD KEY `template_id` (`template_id`);
--
-- Indexes for table `role_user`
--
ALTER TABLE `role_user`
ADD PRIMARY KEY (`user_id`,`role_id`),
ADD KEY `role_user_role_id_foreign` (`role_id`);
--
-- Indexes for table `sys_status`
--
ALTER TABLE `sys_status`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `tasks`
--
ALTER TABLE `tasks`
ADD PRIMARY KEY (`id`),
ADD KEY `project_id` (`project_id`),
ADD KEY `assignment_to` (`assignment_to`),
ADD KEY `assignment_from` (`assignment_from`);
--
-- Indexes for table `tast_predecessor_rels`
--
ALTER TABLE `tast_predecessor_rels`
ADD PRIMARY KEY (`id`),
ADD KEY `tast_id` (`tast_id`),
ADD KEY `predecessor_id` (`predecessor_id`);
--
-- Indexes for table `templates`
--
ALTER TABLE `templates`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `timesheets`
--
ALTER TABLE `timesheets`
ADD PRIMARY KEY (`id`),
ADD KEY `user_id` (`user_id`),
ADD KEY `calendar_id` (`calendar_id`);
--
-- Indexes for table `timesheet_infos`
--
ALTER TABLE `timesheet_infos`
ADD PRIMARY KEY (`id`),
ADD KEY `timesheet_id` (`timesheet_id`);
--
-- Indexes for table `updates`
--
ALTER TABLE `updates`
ADD PRIMARY KEY (`id`),
ADD KEY `sender_id` (`sender_id`),
ADD KEY `project_id` (`project_id`),
ADD KEY `task_id` (`task_id`),
ADD KEY `issue_id` (`issue_id`);
--
-- Indexes for table `update_comments`
--
ALTER TABLE `update_comments`
ADD PRIMARY KEY (`id`),
ADD KEY `update_id` (`update_id`),
ADD KEY `commenter_id` (`commenter_id`);
--
-- Indexes for table `update_comment_mentions`
--
ALTER TABLE `update_comment_mentions`
ADD PRIMARY KEY (`id`),
ADD KEY `update_id` (`comment_id`),
ADD KEY `receiver_id` (`mention_user_id`);
--
-- Indexes for table `update_receivers`
--
ALTER TABLE `update_receivers`
ADD PRIMARY KEY (`id`),
ADD KEY `update_id` (`update_id`),
ADD KEY `receiver_id` (`receiver_id`);
--
-- Indexes for table `users`
--
ALTER TABLE `users`
ADD PRIMARY KEY (`id`),
ADD UNIQUE KEY `users_email_unique` (`email`),
ADD KEY `status_id` (`status_id`);
--
-- AUTO_INCREMENT for dumped tables
--
--
-- AUTO_INCREMENT for table `calendars`
--
ALTER TABLE `calendars`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=366;
--
-- AUTO_INCREMENT for table `issues`
--
ALTER TABLE `issues`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=322;
--
-- AUTO_INCREMENT for table `issue_status`
--
ALTER TABLE `issue_status`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
--
-- AUTO_INCREMENT for table `migrations`
--
ALTER TABLE `migrations`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
--
-- AUTO_INCREMENT for table `permissions`
--
ALTER TABLE `permissions`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11;
--
-- AUTO_INCREMENT for table `posts`
--
ALTER TABLE `posts`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
--
-- AUTO_INCREMENT for table `priority`
--
ALTER TABLE `priority`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
--
-- AUTO_INCREMENT for table `projects`
--
ALTER TABLE `projects`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=28;
--
-- AUTO_INCREMENT for table `project_status`
--
ALTER TABLE `project_status`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
--
-- AUTO_INCREMENT for table `project_types`
--
ALTER TABLE `project_types`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;
--
-- AUTO_INCREMENT for table `roles`
--
ALTER TABLE `roles`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
--
-- AUTO_INCREMENT for table `sys_status`
--
ALTER TABLE `sys_status`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT for table `tasks`
--
ALTER TABLE `tasks`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=194;
--
-- AUTO_INCREMENT for table `tast_predecessor_rels`
--
ALTER TABLE `tast_predecessor_rels`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `templates`
--
ALTER TABLE `templates`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
--
-- AUTO_INCREMENT for table `timesheets`
--
ALTER TABLE `timesheets`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;
--
-- AUTO_INCREMENT for table `timesheet_infos`
--
ALTER TABLE `timesheet_infos`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=25;
--
-- AUTO_INCREMENT for table `updates`
--
ALTER TABLE `updates`
MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=312;
--
-- AUTO_INCREMENT for table `update_comments`
--
ALTER TABLE `update_comments`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=353;
--
-- AUTO_INCREMENT for table `update_comment_mentions`
--
ALTER TABLE `update_comment_mentions`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=27;
--
-- AUTO_INCREMENT for table `update_receivers`
--
ALTER TABLE `update_receivers`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `users`
--
ALTER TABLE `users`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;
--
-- Constraints for dumped tables
--
--
-- Constraints for table `issues`
--
ALTER TABLE `issues`
ADD CONSTRAINT `issues_ibfk_1` FOREIGN KEY (`project_id`) REFERENCES `projects` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `issues_ibfk_2` FOREIGN KEY (`priority_id`) REFERENCES `priority` (`id`),
ADD CONSTRAINT `issues_ibfk_3` FOREIGN KEY (`assignment_from`) REFERENCES `users` (`id`) ON DELETE SET NULL ON UPDATE SET NULL,
ADD CONSTRAINT `issues_ibfk_4` FOREIGN KEY (`assignment_to`) REFERENCES `users` (`id`) ON DELETE SET NULL ON UPDATE SET NULL,
ADD CONSTRAINT `issues_ibfk_5` FOREIGN KEY (`issue_status_id`) REFERENCES `issue_status` (`id`);
--
-- Constraints for table `permission_role`
--
ALTER TABLE `permission_role`
ADD CONSTRAINT `permission_role_permission_id_foreign` FOREIGN KEY (`permission_id`) REFERENCES `permissions` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `permission_role_role_id_foreign` FOREIGN KEY (`role_id`) REFERENCES `roles` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;
--
-- Constraints for table `projects`
--
ALTER TABLE `projects`
ADD CONSTRAINT `projects_ibfk_1` FOREIGN KEY (`project_manager_id`) REFERENCES `users` (`id`) ON DELETE SET NULL ON UPDATE SET NULL,
ADD CONSTRAINT `projects_ibfk_2` FOREIGN KEY (`project_type_id`) REFERENCES `project_types` (`id`),
ADD CONSTRAINT `projects_ibfk_3` FOREIGN KEY (`project_status_id`) REFERENCES `project_status` (`id`);
--
-- Constraints for table `roles`
--
ALTER TABLE `roles`
ADD CONSTRAINT `roles_ibfk_1` FOREIGN KEY (`template_id`) REFERENCES `templates` (`id`);
--
-- Constraints for table `role_user`
--
ALTER TABLE `role_user`
ADD CONSTRAINT `role_user_role_id_foreign` FOREIGN KEY (`role_id`) REFERENCES `roles` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `role_user_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;
--
-- Constraints for table `tasks`
--
ALTER TABLE `tasks`
ADD CONSTRAINT `tasks_ibfk_1` FOREIGN KEY (`project_id`) REFERENCES `projects` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `tasks_ibfk_2` FOREIGN KEY (`assignment_from`) REFERENCES `users` (`id`) ON DELETE SET NULL ON UPDATE SET NULL,
ADD CONSTRAINT `tasks_ibfk_3` FOREIGN KEY (`assignment_to`) REFERENCES `users` (`id`) ON DELETE SET NULL ON UPDATE SET NULL;
--
-- Constraints for table `timesheets`
--
ALTER TABLE `timesheets`
ADD CONSTRAINT `timesheets_ibfk_1` FOREIGN KEY (`calendar_id`) REFERENCES `calendars` (`id`) ON UPDATE CASCADE,
ADD CONSTRAINT `timesheets_ibfk_2` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON UPDATE CASCADE;
--
-- Constraints for table `timesheet_infos`
--
ALTER TABLE `timesheet_infos`
ADD CONSTRAINT `timesheet_infos_ibfk_1` FOREIGN KEY (`timesheet_id`) REFERENCES `timesheets` (`id`) ON UPDATE CASCADE;
--
-- Constraints for table `updates`
--
ALTER TABLE `updates`
ADD CONSTRAINT `updates_ibfk_1` FOREIGN KEY (`sender_id`) REFERENCES `users` (`id`),
ADD CONSTRAINT `updates_ibfk_2` FOREIGN KEY (`project_id`) REFERENCES `projects` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `updates_ibfk_3` FOREIGN KEY (`task_id`) REFERENCES `tasks` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `updates_ibfk_4` FOREIGN KEY (`issue_id`) REFERENCES `issues` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;
--
-- Constraints for table `update_comments`
--
ALTER TABLE `update_comments`
ADD CONSTRAINT `update_comments_ibfk_1` FOREIGN KEY (`update_id`) REFERENCES `updates` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `update_comments_ibfk_2` FOREIGN KEY (`commenter_id`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;
--
-- Constraints for table `update_comment_mentions`
--
ALTER TABLE `update_comment_mentions`
ADD CONSTRAINT `update_comment_mentions_ibfk_1` FOREIGN KEY (`comment_id`) REFERENCES `update_comments` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `update_comment_mentions_ibfk_2` FOREIGN KEY (`mention_user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;
--
-- Constraints for table `update_receivers`
--
ALTER TABLE `update_receivers`
ADD CONSTRAINT `update_receivers_ibfk_1` FOREIGN KEY (`update_id`) REFERENCES `updates` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `update_receivers_ibfk_2` FOREIGN KEY (`receiver_id`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;
--
-- Constraints for table `users`
--
ALTER TABLE `users`
ADD CONSTRAINT `users_ibfk_1` FOREIGN KEY (`status_id`) REFERENCES `sys_status` (`id`);
COMMIT;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;