-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnote
62 lines (55 loc) · 1.83 KB
/
note
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
10-12-2020
--header non user to index page when try to go using url
--login user need to be logout be4 want to login again
--ckedior doesn't work
--bg image in each post did not display although in url is work
12-12-2020
comment system not done yet
topic not done yet
--search broken
error page need to be done
tnr 14
dan dong 1.5
Căn lề trên 3.5 lề dưới 3cm
flowchart
--validate for the image need to be fix
--update need to render value for the body in editor
14-12-2020
--check again on create
--search page need some css
--author name in the index post
--author id in the link to access with it
--author image
--admin can only delete post by author but can not create or update post by author
--if role=1 then can delete
future plan
post with topic
comment on each post
admin panel
vietnamese turn in to english image name
will try to user another method beside session to validate admin or author
many code line still repeat will defenitely fix that
// finish in 8/1/2021
--login system will auto detect admin or author so don't need to choose role when login
//
thing need to do from 8/1/2021
will try to make admin can update statis of other author like deleted or suspended
--send email for password reset
backup database into .sql .xml
--reset password
remember me
author page (detail about the author, can get the front-end in about me page )
evrything if its possible,can make into ajax
comment system not done yet
topic not done yet
create post with existed topic
error page need to be done
admin panel
--user can view author page
user class need an interface
Fix bug in 25/1/2021
10:32 am
Bug name : Error with file http://localhost/mvcframework-Backup8/posts/post/13
Issue : Need condition if is not exist
Fixed : In controller Posts Using isset function and declare an empty array
In view posts/post.php using if isset($data)