- 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
-
- 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 2 commits
-
-
Martina Reyes authored
Merge branch 'felizia' of ssh://gitlab.discs.ateneo.edu:15316/matereyes00/boodle into mate_devbranch
-
Felizia Tiburcio authored
-
- 28 Mar, 2022 1 commit
-
-
Martina Reyes authored
-
- 27 Mar, 2022 3 commits
-
-
Martina Reyes authored
Displayed error message and edited forms and views accordingly. Edited auction.html to display these. Co-authored-by:
pinkboheme <pinkboheme@users.noreply.github.com> Co-authored-by:
Christine <cdeeerrr@users.noreply.github.com>
-
Martina Reyes authored
Searched for the latest price/most recent price in views.py. Removed excess input field in auction.html.
-
Felizia Tiburcio authored
-
- 26 Mar, 2022 3 commits
-
-
Martina Reyes authored
Tried printing it out but it doesnt want to show sa command line. Co-authored-by:
pinkboheme <pinkboheme@users.noreply.github.com> Co-authored-by:
Christine <cdeeerrr@users.noreply.github.com>
-
Felizia Tiburcio authored
-
Martina Reyes authored
Made a floor price context for the auction page. Co-authored-by:
pinkboheme <pinkboheme@users.noreply.github.com>
-
- 17 Mar, 2022 3 commits
-
-
Martina Reyes authored
Attempted to link modal to db (failed) Co-authored-by:
pinkboheme <pinkboheme@users.noreply.github.com> Co-authored-by:
Christine <cdeeerrr@users.noreply.github.com>
-
Felizia Tiburcio authored
-
Felizia Tiburcio authored
-
- 16 Mar, 2022 1 commit
-
-
Martina Reyes authored
Created foreign keys but item as a fk doesn't seem to work. When there wasn't any fk, site seemed to work just fine.
-
- 12 Mar, 2022 2 commits
-
-
Martina Reyes authored
-
Martina Reyes authored
-