- 26 May, 2022 2 commits
-
-
Joshua Son authored
-
Joshua Son authored
-
- 25 May, 2022 7 commits
-
-
Jose Emmanuel B. Laurel authored
New Feature: edited createUser_form, views, and models of homepage app to allow users to add their department in user creation
-
Jose Emmanuel B. Laurel authored
-
Jose Emmanuel B. Laurel authored
New Feature: added createUser and newUser classes in homepage/views.py and created createUser_form.html to allow people to create their own users and save them in the database Improvement: added foreign key to WidgetUser model in homepage instead of the Department model for ease of access of fields. Also edited urls.py
-
Joshua Son authored
-
Joshua Son authored
-
Jose Emmanuel B. Laurel authored
-
Jose Emmanuel B. Laurel authored
-
- 24 May, 2022 5 commits
-
-
Ray Rafael Abenido authored
-
Joshua Son authored
-
Ray Rafael Abenido authored
-
Ray Rafael Abenido authored
-
Ray Rafael Abenido authored
Manual Merge: Merged 'forum' branch to master successfully. Some database data from forum could not be carried over because of database integrity issues.
-
- 23 May, 2022 10 commits
-
-
Ray Rafael Abenido authored
Forum See merge request !6
-
Joshua Son authored
-
Joshua Son authored
-
Joshua Son authored
Revert "Merge branch 'forum' into 'master'" See merge request !5
-
Joshua Son authored
This reverts merge request !4
-
Joshua Son authored
-
Joshua Son authored
Forum See merge request !4
-
Joshua Son authored
-
Joshua Son authored
-
Joshua Son authored
-
- 21 May, 2022 1 commit
-
-
John Raymon C Yu authored
-
- 20 May, 2022 3 commits
-
-
Joshua Son authored
-
John Raymon C Yu authored
-
Joshua Son authored
-
- 19 May, 2022 3 commits
-
-
Joshua Son authored
-
Joshua Son authored
-
Joshua Son authored
-
- 17 May, 2022 4 commits
-
-
Jose Emmanuel B. Laurel authored
-
Jose Emmanuel B. Laurel authored
-
Jose Emmanuel B. Laurel authored
New Feature: added image field in WidgetUser model and image tag in details.html so each user has profile picture. Improvement: edited settings.py and urls.py of widget_django_unchained folder to allow image posting.
-
Ray Rafael Abenido authored
1) Improvement and Clean: Models in forum app Post and Reply are easier to read. reply_chain fields in both Post and Reply are also removed as improvements in other parts of the Forum app made them unnecessary. 2) New Feature: Post model in forum app now has an ImageField to allow users to upload pictures. 3) Style: base.html added to templates folder of forum app to provide an overall design for the app. All HTML files extend from this file. 4) New Feature: post_details.html added to templates folder of forum app. Allowed to show individual post, associated picture, and reply section. 5) New Feature: index.html added to list down all posts in the database from newest to oldest. 6) Improvement: post_listing.html and replychain_listing.html are both removed. post_listing.html was removed and replaced by index.html. function better. replychain_listing.html removed because its recursive design was simply bad. 7) New Feature: post_form.html added to provide users the capability to submit new posts and replies. This feature is still under work and user access to it is disabled. 8) New Feature: settings.py and urls.py in widget_django_unchained directory were modified to allow for images to be uploaded in the media directory. These uploaded images can now be displayed on the website.
-
- 16 May, 2022 2 commits
-
-
Ray Rafael Abenido authored
Meta: git repository config file modified with 'longpaths = true' value to prevent repository not updating properly when a filename (usually in the migrations subfolders) is too long.
-
Ray Rafael Abenido authored
-
- 14 May, 2022 3 commits
-
-
Jose Emmanuel B. Laurel authored
New Feature: added forms.py for future development
-
Jose Emmanuel B. Laurel authored
-
Jose Emmanuel B. Laurel authored
-