GithubHelp home page GithubHelp logo

125753-yeticave-1's Introduction

follow the white rabbit

125753-yeticave-1's People

Contributors

caseycs avatar keksobot avatar zeckson avatar

125753-yeticave-1's Issues

Fix category title

На странице категории заголовок остается "заглавная". Не критично.

Fix DDL

вместо DROP DATABASE yeticave; следовало написать DROP DATABASE IF EXISTS yeticave;

Fix category empty page

  • 404 не отдаём https://yadi.sk/i/3ePlR2EKmaQrOw (но тут получилось подобие шаблона что надо)) Осталось только подписать "нет товаров в категории", если категория есть, но нет товаров и "нет такой категории" в другом случае..

Add declare(strict_types=1); everywhere

Не во всех файлах я вижу в начале declare(strict_types=1);, а без этого жесткая типизация во-многом теряет смысл.

Fix category links

в таблицу категорий можно было бы добавить поле alias или url, тогда бы могли генерить ссылки /lot_list.php?category=boots вместо /lot_list.php?category=2, а тут и до ЧПУ не долго)

Ошибка на странице поиска

http://0.0.0.0:3000/search.php?query=scoop


Warning: mysqli_stmt_bind_param() expects parameter 1 to be mysqli_stmt, boolean given in /Users/ilia.kondrashov/Downloads/project-40819/src/utils/db.php on line 35

Warning: mysqli_stmt_execute() expects parameter 1 to be mysqli_stmt, boolean given in /Users/ilia.kondrashov/Downloads/project-40819/src/utils/db.php on line 38

Fatal error: Failed SQL-query: "SELECT lot.id, lot.name, start_price, description, bid_step, lot.created_at, lot.closed_at, lot.author_id, IFNULL(MAX(bid.amount), start_price) AS price, image_url AS image, category.name AS category, count(bid.id) AS bids_count FROM lots lot LEFT JOIN categories category ON lot.category_id = category.id LEFT JOIN bids bid ON lot.id = bid.lot_id WHERE TIMESTAMP('2018-10-15 17:42:38') < lot.closed_at AND MATCH(lot.name, lot.description) AGAINST (?) GROUP BY lot.id ORDER BY lot.created_at DESC" with error: Can't find FULLTEXT index matching the column list in /Users/ilia.kondrashov/Downloads/project-40819/src/utils/db.php on line 42

Add template for 404 page

  • для страницы 404 можно было бы сделать шаблон, вообще на 5 мин работы

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.