havietduc91 / laravel

Tim hieu va thuc hanh ve laravel
0 stars 0 forks source link

Release 4 - 9.3.2015 #18

Open havietduc91 opened 9 years ago

havietduc91 commented 9 years ago
havietduc91 commented 9 years ago

Cấu trúc dữ liệu stamp event:

havietduc91 commented 9 years ago

Phần chưa làm được trong task quản lý stamp

havietduc91 commented 9 years ago

Công việc ngày 12.3.015

havietduc91 commented 9 years ago

Các câu hỏi cần thắc mắc ở phần tạo mall news

havietduc91 commented 9 years ago

BUG

havietduc91 commented 9 years ago

Database release 4

havietduc91 commented 9 years ago
havietduc91 commented 9 years ago

Công việc ngày 16.3

havietduc91 commented 9 years ago

Confirm lại 1 số phần của release 4

havietduc91 commented 9 years ago

Shop_Group

havietduc91 commented 9 years ago

Hoàn thiện các task chưa hoàn thành của anh Thêm

havietduc91 commented 9 years ago

Thêm bảng dữ liệu

Bảng checkins

Bảng exchanges

Rename mall_type_RCT => retail_mall (0|1)

havietduc91 commented 9 years ago

Chiều nay tiến hành làm các task về quản lý shop group

havietduc91 commented 9 years ago

Backlog

duc.ha@ntq-solution.com.vn xHwEOHdr

havietduc91 commented 9 years ago

Xem lại các footer của cả dự án, phần nào chưa đúng thì sửa lại

havietduc91 commented 9 years ago

Công việc ngày 18.3.2015

havietduc91 commented 9 years ago

Chuyển các hàm format sang list

havietduc91 commented 9 years ago

/* * http://stackoverflow.com/questions/2090221/mysql-query-to-get-all-rows-from-previous-month SELECT * FROM table WHERE YEAR(date_created) = YEAR(CURRENT_DATE - INTERVAL 1 MONTH) AND MONTH(date_created) = MONTH(CURRENT_DATE - INTERVAL 1 MONTH) /

havietduc91 commented 9 years ago

Công việc tối nay

havietduc91 commented 9 years ago
havietduc91 commented 9 years ago

Màn hình my-page mall

havietduc91 commented 9 years ago

Công việc ngày 19.3

havietduc91 commented 9 years ago

Task

havietduc91 commented 9 years ago

Công việc ngày 21.3.2015

havietduc91 commented 9 years ago

Công việc ngày 23.03.2015

Cần confirm

  1. Là chức năng có thể đưa ra status không public News shop đã được cho là không phù hợp dựa vào phán đoán của Mall. Khi đổi status thành không public thì có thể truyền đạt bằng miệng đến shop tương ứng và sẽ chỉnh sửa rồi public lại.
  2. Ngoài ra . Ngoài ra sẽ hiển thị list shop đang open trong Mall ID như là đối tượng tìm kiếm.
  3. Khi ấn vào NewsIDthì có thể xem Preview (phần này chưa thấy có mô tả hay là chuyển hướng sang màn hình nào?)
  4. Chỉ có thể không public. Sau khi ấn thì sẽ hiển thị dialog và hoàn thành không public (Phần này có phải chỉ chuyển news về private chứ ko thể làm ngược lại, nội dung dialog hiển thị như nào?)
  5. 登録日 + News詳細 (Ngày đăng ký và thông tin chi tiết) là sẽ điền gì vào đây (ngày tạo news hay ngày ngày start, thông tin chi tiết là title hay là content của news)
havietduc91 commented 9 years ago
havietduc91 commented 9 years ago

select * , count(user_metadatas.user_id) as total from shop_news join user_metadatas on(user_metadatas.object_id = shop_news.news_id) GROUP BY MONTH(user_metadatas.created_at)

havietduc91 commented 9 years ago

select * , count(shop_news.news_id) as total from shop_news

join user_metadatas on(user_metadatas.object_id = shop_news.news_id)

where shop_news.shop_id = 1

GROUP BY shop_news.news_id

havietduc91 commented 9 years ago

$data = DB::select(DB::raw('SELECT count(user_id) as total FROM coupon_transactions GROUP BY user_id'));

    $number = $data[0]->total;
    return $number;
havietduc91 commented 9 years ago

Xem lại hàm Check tồn tại 1 stamp event khi update stamp event (only exist stamp at the time)

havietduc91 commented 9 years ago

Confirm màn hình reset pass của mall

havietduc91 commented 9 years ago

Thống kê số người favourite news theo từng tháng

SELECT count(DISTINCT(user_metadatas.user_id)) as total, user_metadatas.created_at as sortdate FROM shop_news INNER JOIN user_metadatas ON (shop_news.shop_id = user_metadatas.object_id) where shop_news.shop_id = 1 group by MONTH( user_metadatas.created_at)

havietduc91 commented 9 years ago

Thống kê số news được phát hành theo từng tháng

select count(news_id) as total , created_at as sortdate from shop_news where shop_news.shop_id = 1 group by MONTH(created_at)

havietduc91 commented 9 years ago

Thống kê số người favourite shop theo từng tháng

SELECT count(DISTINCT(user_id)) as total, created_at as sortdate FROM shop_favourites where shop_favourites.shop_id = 1 group by MONTH(created_at)

havietduc91 commented 9 years ago

Thống kê số lần phát hành coupon của shop theo từng tháng

SELECT count(coupon_id) as total, created_at as sortdate from coupons where coupons.shop_id = 1 group by MONTH (created_at)

havietduc91 commented 9 years ago

Thống kê số lần sử dụng coupon của shop theo từng tháng

SELECT count(coupon_transactions.coupon_id) as total, coupon_transactions.created_at as sortdate from coupon_transactions join coupons on (coupon_transactions.coupon_id = coupons.coupon_id) where coupons.shop_id = 1 group by MONTH (coupon_transactions.created_at)

havietduc91 commented 9 years ago

BUG release 4

havietduc91 commented 9 years ago

Công việc ngày 31.5

  1. 334 - Remove feature "import shop by csv”: 31/3/2015 (kanji 2)

  2. 335 - Remove feature “approve shop” ở back office: 31/3/2015 (kanri 3)

  3. phần download shop và preview shop (slide 22/kanri 2): 31/3/2015 (Nguyệt confirm lại)
  4. Fix bugs trên backlog
havietduc91 commented 9 years ago

Các task còn lại và các bug chính còn lại ở release 4

Task:

Bugs chính:

havietduc91 commented 9 years ago

Chuyển phần tự check pass và confirm pass về validate chứ ko tự check bằng tay

havietduc91 commented 9 years ago

Bug liên quan đến search biến âm: https://nadia.backlog.jp/view/AM_APP-448 https://nadia.backlog.jp/view/AM_APP-427

havietduc91 commented 9 years ago

Các bug ưu tiên fix sớm:

https://nadia.backlog.jp/view/AM_APP-313 :+1: https://nadia.backlog.jp/view/AM_APP-382 https://nadia.backlog.jp/view/AM_APP-437 https://nadia.backlog.jp/view/AM_APP-443 https://nadia.backlog.jp/view/AM_APP-441 https://nadia.backlog.jp/view/AM_APP-382 https://nadia.backlog.jp/view/AM_APP-310 Phần không cho back lại trang login đang gặp lỗi, là khi set xong trang đó thì tất cả các trang khác cũng ko back lại được

havietduc91 commented 9 years ago

Tổng hợp các bug chính:

havietduc91 commented 9 years ago
havietduc91 commented 9 years ago
havietduc91 commented 9 years ago