Category: Moto-trials project

Updating moto-trials schema

“The hour of departure has arrived, and we go our separate ways, I to die, and you to live. Which of these two is better only God knows.” – Socrates Changes being made: Going from each entrant being in only

Auth (A1) and ACL (A2, ACL): Pt 5, Adding ACL

That which can be asserted without evidence, can be dismissed without evidence. ― Christopher Hitchens Part 1: Introduction Part 2: The Data Model Part 3: The Controller Part 4: It becomes a module Part 5: Adding ACL

Auth (A1) and ACL (A2, ACL): Pt 4, It becomes a module

Strive for progress, not perfection It has now become a module…. Part 1: Introduction Part 2: The Data Model Part 3: The Controller Part 4: It becomes a module Part 5: Adding ACL Use NIMDA (Admin reversed) because so many

Auth (A1) and ACL (A2, ACL): Pt 3, the User Controller

Laws control the lesser man… Right conduct controls the greater one. – Mark Twain Part 1: Introduction Part 2: The Data Model Part 3: The Controller Part 4: It becomes a module Part 5: Adding ACL You now need a

Auth (A1) and ACL (A2, ACL): Pt 2, the Model

I’m no model lady. A model’s just an imitation of the real thing. – Mae West Part 1: Introduction Part 2: The Data Model Part 3: The Controller Part 4: It becomes a module Part 5: Adding ACL Need a

Auth (A1) and ACL (A2, ACL): Pt 1, Introduction

Whatever you do will be insignificant, but it is very important that you do it. – Mahatma Gandhi Part 1: Introduction Part 2: The Data Model Part 3: The Controller Part 4: It becomes a module Part 5: Adding ACL

Scoring

Please don’t ask me what the score is, I’m not even sure what the game is. I made a design decision to store all of the scores in one long text field…

The model relationships

A true relationship is when you can tell each other anything and everything. No secrets and no lies. I’ve had a lot of playing with ORM relationships, mostly getting it sort of right. I’ve always hating reading other peoples code

Create a database schema

Without requirements or design, programming is the art of adding bugs to an empty text file. – Louis Srygley So, this is what I came up with:

Tagged with: , , , ,

Identify the problem

First, solve the problem. Then, write the code. – John Johnson I would qualify that: first, identify the problem.

Tagged with: ,
Top