Coder Social home page Coder Social logo

panther's People

Contributors

bwger avatar mrdjk avatar script47 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

panther's Issues

Code Standard

A code standard should be applied so that the code base maintains consistent, this includes Comments, file naming, structuring, tabs vs spaces, etc.

At least some general guidelines.

Logout

Known bug where you have to click logout a couple of times before it works.

Panther folder structure

In my opinion the folder structure of Panther is inconsistent. Here's an alternative.

./public
  ./index.php
  ./assets
    ./css
    ./js
    ./img
./config
  config.php
  config.development.php
./modules
  ./register
    ./main.php
./lib
./templates
./files
./installer
./core
  ./functions.php
  ./init.php
  ./libs/
   ./config.class.php
   ./template.class.php

Roadmap 2018

  • Update password hashing
  • Migrate to PDO
  • Objectify the base source
  • Normalise / rework the database
  • Standardise the code base
  • CSRF
  • Boostrap 4+ / Materialize

Encoding

I would suggest that we use a encoding completely throughout the engine to make sure we don't run in to any encoding/collation problems.

UTF-8 is usually a good bet. However the main cause is to keep the engine consistent.

Branches and tags

You should use branches and tags to get a better structure on the repository.

I would suggest that you adopt a semantic version approach. This approach are used by many popular frameworks and libraries.

MAJOR.MINOR.PATCH
Take a look at http://semver.org/

Branches:

master - The most recent stable version
develop - The branch you are developing next release on

Tags:
x.x.x

Until you have a first release (1.0.0) I would simply use the develop branch and then push in to the master and call it the day. When you release 1.0.1, I would tag 1.0.0 and move 1.0.1 to master branch from develop.

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.