// CHECK EVERYTHING ABOUT THESE - < and > (use .text instead .append to do that type script) // Have button to edit things // File storing and names // ADMIN PANEL AND CONTENT PANEL // Check for permissions in the TransferController // Button to admin panel and other panels Labels: > Users can add labels that inform others about something - content warning, unfinished content, etc. Image gallery: > Check if you can make a row of images > Custom screen to view all images that are loaded on a certain entry User: > Can see what topics they are allowed to be in and are owner to them Topic settings page: > Topics can be public or private - (make an option for it and a function in the database) > Topic can be delete only by the owner Permissions: > Topic rules > User rules - (database table - id, user_id, topic_id, can_view, can_create, can_upload, can_edit_entries, can_edit_files, can_edit_topic, can_delete) Other: > After logging in, user returns to the previous page (window.history) > Can topic, file, entry source code > "Remember me" option > View your inputted password > Version control? > Comment hell again!