Coder Social home page Coder Social logo

mvc's People

Contributors

mrbellek avatar

Watchers

 avatar  avatar

mvc's Issues

Fix error page

Error page function is partially disabled at the moment, for causing infinite redirect loops under certain conditions.

Error page should be working for these situations:

  • controller for url doesn't exist
  • model for url doesn't exist
  • action for url doesn't exist
  • template for url doesn't exist

Fix Model(s) doing wrong stuff

Some models are logging in users, changing sessions, calling other models. That shouldn't happen there. Delegate to Controller and/or centralized functions.

Implement Session helper

Currently the logged-in user is saved in the session. This is done in the Login model and Register model. This is both the wrong place, and not centralized. Create a helper that can read/write to the current session.

Add admin functionality

There's already a spot for ROLE_ADMIN or similar in table user.roles (json-encoded roles array). Not sure how to create a new admin, unless you're already an admin yourself.

Admins should be able to create other admins or users. Maybe change users' passwords.
The 'this user is an admin' checkbox should ONLY appear for admins. Validate this by session, not by post data.

Setup default mailer settings

The Mailer helper class was implemented in #2. PHPMailer supposedly has built-in SMTP capabilities, so it'd be nice to have the MVC framwork capable of sending email out-of-the-box.

Add mailer functionality

Framework should be able to send emails. Look into PHPMailer library.

To be used e.g. by 'forgot password' function, or welcome email after registration.

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.