-
Notifications
You must be signed in to change notification settings - Fork 0
/
Todo.todo
40 lines (40 loc) · 1.89 KB
/
Todo.todo
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# Initial tasks
✔ Create a simple home page @done (13-12-05 12:40)
☐ Create database schema
✔ Add description @done (13-12-08 02:12)
✔ Make a condition to determine input validity @done (13-12-08 02:12)
✔ Add watch links @done (13-12-18 15:51)
✔ Add database table @done (13-12-18 12:43)
✘ Create parser class to get multiple links from a single text box (cancelled. only taking a single link now) @cancelled (13-12-18 15:50)
✔ Set up function to take inputs and add them to the db @done (13-12-18 15:51)
✔ Add running time @done (14-01-20 20:28)
✔ Create time formatting class @done (14-01-20 20:28)
✔ Write functionality for seconds to formatted time @done (14-01-18 14:39)
✔ Write functionality for formatted time to seconds @done (14-01-20 20:28)
✔ Add year @done (14-02-09 18:21)
☐ Add genre (make sure that new genres can be added)
☐ Create a genre class
☐ Give the genre class a function to check if a genre already has an entry
☐ Give genre class a function to add a genre entry
☐ Give genre class a function to remove a genre entry
☐ Add poster url
☐ Add class
☐ Add awards
✔ Create class for database usage @done (14-02-24 18:46)
☐ Create a movie input form that stores to a database
☐ Validate input
☐ Validate links
☐ Validate time entered
☐ Validate year
☐ Create class for validation
☐ Create an admin page
☐ Create a section for adding and removing entries from the genres table
☐ Create a movie page that takes an ID from GET
☐ Create a person input form that stores to a database
☐ Validate input
☐ Create a person page that takes an ID from GET
☐ Create a festival input page that stroes to a database
☐ Validate input
☐ Create a festival page that takes an ID from GET
☐ Integrate OAuth
☐ Document according to phpdoc standards and create documentation