- 19 May, 2022 1 commit
-
-
Felizia Tiburcio authored
-
- 18 May, 2022 5 commits
-
-
Felizia Tiburcio authored
-
Felizia Tiburcio authored
-
Felizia Tiburcio authored
-
Christine Dela Rosa authored
-
Martina Therese R. Reyes authored
Edited the forms to look more aesthetic. Added a cancel button to exit the form.
-
- 17 May, 2022 3 commits
-
-
Martina Therese R. Reyes authored
Only the logged in user has the ability to bid on items, make their own store, and start auctions. Removed temp html files. Co-authored-by: pinkboheme <pinkboheme@users.noreply.github.com> Co-authored-by: Christine <cdeeerrr@users.noreply.github.com>
-
Martina Therese R. Reyes authored
-
Martina Therese R. Reyes authored
Restricts users from accessing pages if they're not logged in.
-
- 16 May, 2022 1 commit
-
-
Martina Therese R. Reyes authored
Modified the views and urls mostly. For markup and styling, I used his source code for the aesthetics. Modified the html and forms files too.
-
- 03 May, 2022 1 commit
-
-
Martina Therese R. Reyes authored
Removed stock images in the media folder.
-
- 01 May, 2022 2 commits
-
-
Felizia Tiburcio authored
-
Martina Therese R. Reyes authored
-
- 29 Apr, 2022 2 commits
-
-
Christine Dela Rosa authored
Edit ongoing bid to display only ongoign auctions
-
Martina Therese R. Reyes authored
Created an editBoodleUser html file. Co-authored-by: pinkboheme <pinkboheme@users.noreply.github.com>
-
- 28 Apr, 2022 1 commit
-
-
Martina Therese R. Reyes authored
Allows user to edit a store's details. Modified the models (userid as FK for store model). URL redirection for edit store. Made buttons work in profile.html Co-authored-by: pinkboheme <pinkboheme@users.noreply.github.com> Co-authored-by: Christine <cdeeerrr@users.noreply.github.com>
-
- 27 Apr, 2022 2 commits
-
-
Martina Therese R. Reyes authored
Modified views.py and profile.html so the form will come out. Cleaned the form.
-
- 25 Apr, 2022 2 commits
-
-
Martina Therese R. Reyes authored
Created a form for CreateStore. Form not showing up in modal. Updated the SQL file. Co-authored-by: pinkboheme <pinkboheme@users.noreply.github.com>
-
Martina Therese R. Reyes authored
-
- 19 Apr, 2022 1 commit
-
-
Christine Dela Rosa authored
-
- 18 Apr, 2022 2 commits
-
-
Christine Dela Rosa authored
-
Christine Dela Rosa authored
-
- 13 Apr, 2022 1 commit
-
-
Felizia Tiburcio authored
-
- 12 Apr, 2022 1 commit
-
-
Christine Dela Rosa authored
-
- 08 Apr, 2022 2 commits
-
-
Martina Therese R. Reyes authored
Displayed the items the specific user has bid on. To view items a specific user has bid on, one has to "log in" by changing users = BoodleUser.objects.get(userid=3) and bidsByUser = AuctionBid.objects.filter (boodleuserid=3).distinct('auctionid') Co-authored-by: pinkboheme <pinkboheme@users.noreply.github.com> Co-authored-by: Christine <cdeeerrr@users.noreply.github.com>
-
Martina Therese R. Reyes authored
When a user bids on something, it appears on their profile -- provided that they are the user logged in. Co-authored-by: pinkboheme <pinkboheme@users.noreply.github.com> Co-authored-by: Christine <cdeeerrr@users.noreply.github.com>
-
- 07 Apr, 2022 3 commits
-
-
Christine Dela Rosa authored
-
Martina Therese R. Reyes authored
Modified forms.py and models.py Added another user in tempprofile.html Trying to get auctions to send to the profile of a specific user but it's not showing up in the carosel. Co-authored-by: pinkboheme <pinkboheme@users.noreply.github.com>
-
Martina Therese R. Reyes authored
Added boodleuser as fk in auctionbid. The form doesn't POST the bid of the user assigned to it even if we pre assigned a userid to it. Modified the auction html file to display the user's displayname. Made boodleuserid a visible field in forms.py. Co-authored-by: pinkboheme <pinkboheme@users.noreply.github.com>
-
- 06 Apr, 2022 3 commits
-
-
Martina Therese R. Reyes authored
Gave an error because the two forms are somehow clashing. Co-authored-by: pinkboheme <pinkboheme@users.noreply.github.com> Co-authored-by: Christine <cdeeerrr@users.noreply.github.com>
-
Martina Therese R. Reyes authored
Made a modal and forms.py is a work in progress.
-
Martina Therese R. Reyes authored
But manually created a ManyToManyField under the boodleuser model. Created a form for auction html file, add to favorites button. Creating a method in views to add an auction to favorites of the user. Co-authored-by: pinkboheme <pinkboheme@users.noreply.github.com>
-
- 05 Apr, 2022 3 commits
-
-
Martina Therese R. Reyes authored
Made migrations. Added a tempprofile html file and edited profile so it can access the pk of the user. Modified urls and views accordingly. Co-authored-by: pinkboheme <pinkboheme@users.noreply.github.com>
-
Martina Therese R. Reyes authored
Cleaned CSS file.
-
Martina Therese R. Reyes authored
Favorites will go in the profile view. Modified urls, views, base html files accordingly. Renamed favorites to profile.
-
- 04 Apr, 2022 1 commit
-
-
Martina Therese R. Reyes authored
Added a button to add to favorites. Updated views, urls, base, auction python and HTML files accordingly.
-
- 03 Apr, 2022 3 commits
-
-
Martina Therese R. Reyes authored
Added new files: base file, css file and not started error file. Added an image for the error message.
-
Martina Therese R. Reyes authored