Code Monkey home page Code Monkey logo

faq's Introduction

Simple FAQ creator

The goal of this project is to create a simple tool to create question/answers. The idea came from all internet celibrities, specialy streamers, who answer each eveining the same question "Where come you from ?" "How old are you ?" "Whats your favorite movie".

Road map

  • User can up vote a QA
  • User can order the QAs with the users favorite first

Contribute

How to start the project and go on the localhost home page

git clone --recursive https://github.com/ice-blaze/faq.git
cd faq
git submodule update --init --recursive
cp .env.example .env
# add the recaptcha public and private key in the .env file
cd laradock-faq
cp env-example .env
# set to true WORKSPACE_INSTALL_NODE and WORKSPACE_INSTALL_PYTHON
sudo docker-compose build workspace
sudo docker-compose up -d nginx postgres
sudo docker-compose exec workspace bash
composer install
php artisan key:generate
php artisan migrate:refresh --seed
php artisan serve
# and now go on http://localhost

faq's People

Contributors

ice-blaze avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar

faq's Issues

change faq id

use word generator like "incredible-giant-man" as ID

Slow loading

Display fake forms during the loading (especially the add QA take long on heroku)

links

Handle links in the answer

enhance admin code checker

Look if it's not possible to do it better. Like a function always executed before the controller action

delete QA

add verification with modal window to be sure if we want to delete the qa

admin mode

Show in a better way (red something?) that the view is in admin mode. Add a copy url also would be nice

notifications

When there is upvotes
When there is comments
When upvotes change user order
When there is likes on the user

change routing

instead /faq_id/admin_code use /faq/id?admin_code=...

icons

Do the todo for the icons.

handling

put the handler in the up right corner with the correct icon

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.