issues
search
CS5500-S-2023
/
team-bear
team-bear created by GitHub Classroom
0
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
creating a new listing now gets stored in the listing DB
#31
tsanevp
closed
1 year ago
0
Add ListingCollection to /createListing so new listings are now stored in the DB
#30
tsanevp
closed
1 year ago
0
added listing collection model and controller
#29
lenad90
closed
1 year ago
0
removed Listing class to decouple it from UserController
#28
tsanevp
closed
1 year ago
0
Remove Listing class to decouple it from UserController. Moved those methods back into UserController.
#27
tsanevp
closed
1 year ago
0
Adding functionality to add all existing guild members when bot is ad…
#26
tsanevp
closed
1 year ago
0
Add in functionality that DB stores username when the user first joins.
#25
tsanevp
closed
1 year ago
0
When bot is added to server, it will auto-add all current guild members to the mongoDB UserCollections
#24
tsanevp
closed
1 year ago
0
Changed mongodb to store UserID, made buttons only clickable once
#23
tsanevp
closed
1 year ago
0
Ensure remaining buttons that have yet to be implemented and other interaction events are designed deactivate once they are interacted with. This will limit their use and prevent spam.
#22
tsanevp
closed
1 year ago
0
Make it so db stores User IDs, not the username. The username can change at any time, but the ID is static.
#21
tsanevp
closed
1 year ago
0
Refactored UserController to use DBObjects
#20
tsanevp
closed
1 year ago
0
Refactor UserController and saving Users to mongoDB to use DBObjects instead of JSON objects.
#19
tsanevp
closed
1 year ago
0
Create Listings Model and Controller
#18
lenad90
closed
1 year ago
0
Create /view mylisting functionality
#17
lenad90
closed
1 year ago
0
Updated /createlisting to send a user a dm of their listing. The user handles all further interactions in that dm with the bot.
#16
mingxin1012
closed
1 year ago
0
Implemented User class and UserController so that inMemDB works with /createlisting
#15
mingxin1012
closed
1 year ago
0
Complete setup for connecting personal MongoDB Atlas accounts for database testing
#14
mingxin1012
closed
1 year ago
0
Saves a user and their current listing to mongo DB
#13
tsanevp
closed
1 year ago
0
Completed functionality of GuildJoinEvent.
#12
tsanevp
closed
1 year ago
0
Completed functionality of GuildJoinEvent.
#11
tsanevp
closed
1 year ago
0
Connecting mongoDB DB to our bot
#10
tsanevp
closed
1 year ago
1
Add GuildJoinEvent so the necessary "trading-channel" is auto-created when the bot is added to a server. This reduces the need for Admin of server having to complete setup with our bot.
#9
tsanevp
closed
1 year ago
0
Added user Model class and created controller to
#8
tsanevp
closed
1 year ago
0
Listing is now sent as DM to user. Used ~test~ DB represented as
#7
tsanevp
closed
1 year ago
0
Removed commented out code that is no longer
#6
tsanevp
closed
1 year ago
0
Added welcome message functionality.
#5
tsanevp
closed
1 year ago
0
createListingCommand refactored.
#4
tsanevp
closed
1 year ago
0
Added fly.io to our project. It builds and deploys w/o issue.
#3
tsanevp
closed
1 year ago
0
Completed initial setup for /createListing command.
#2
tsanevp
closed
1 year ago
0
Figure out how we users will submit a listing
#1
mingxin1012
closed
1 year ago
1
Previous