- 18 May, 2022 3 commits
-
-
Felizia Tiburcio authored
-
Felizia Tiburcio authored
-
Felizia Tiburcio authored
-
- 17 May, 2022 3 commits
-
-
Martina 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 Reyes authored
-
Martina Reyes authored
Restricts users from accessing pages if they're not logged in.
-
- 16 May, 2022 1 commit
-
-
Martina 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 Reyes authored
Removed stock images in the media folder.
-
- 01 May, 2022 1 commit
-
-
Martina Reyes authored
-
- 29 Apr, 2022 1 commit
-
-
Martina Reyes authored
Created an editBoodleUser html file. Co-authored-by:
pinkboheme <pinkboheme@users.noreply.github.com>
-
- 28 Apr, 2022 1 commit
-
-
Martina 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 Reyes authored
Modified views.py and profile.html so the form will come out. Cleaned the form.
-
-
- 25 Apr, 2022 2 commits
-
-
Martina 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 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 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 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 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 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 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 Reyes authored
Made a modal and forms.py is a work in progress.
-
Martina 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 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 Reyes authored
Cleaned CSS file.
-
Martina 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 Reyes authored
Added a button to add to favorites. Updated views, urls, base, auction python and HTML files accordingly.
-
- 03 Apr, 2022 4 commits
-
-
-
Martina Reyes authored
Added new files: base file, css file and not started error file. Added an image for the error message.
-
Martina Reyes authored
-
Christine Dela Rosa authored
Create temporary html to access specific storeid as well, delete once url handling is fixed
-
- 01 Apr, 2022 2 commits
-
-
Felizia Tiburcio authored
-
Christine Dela Rosa authored
-
- 31 Mar, 2022 1 commit
-
-
Martina Reyes authored
to redirect users to an 'invalid' view when they click on items that dont have an ongoing auction. Adjusted the views and urls python files according to the redirection.
-
- 29 Mar, 2022 1 commit
-
-
Martina Reyes authored
Merge branch 'felizia' of ssh://gitlab.discs.ateneo.edu:15316/matereyes00/boodle into mate_devbranch
-