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
Javadoc to Handlers and Edit README
#131
lenad90
closed
1 year ago
0
Implement logic to check if user is part of another guild that has the bot in it. If so, do not send the user location selection menus when the bot is added OR when the user first joins the guild. Just send a welcome message instead.
#130
tsanevp
opened
1 year ago
0
Create project presentation
#129
tsanevp
closed
1 year ago
0
style changes and removing null checks
#128
tsanevp
closed
1 year ago
0
Moved all listing formatting to MessageBuilderHelper.java so it takes place when the embed is being built and store the raw user input in a listing.
#127
tsanevp
opened
1 year ago
0
Reviewing codebase following the Java Styling guide to search for errors in styling. Also reviewing and fixing sonarlint errors.
#126
tsanevp
closed
1 year ago
0
Listing, ListingController, MyListingsCommand clean up + other classes w/ null warnings.
#125
lenad90
closed
1 year ago
0
Implement more search functionality. We only have /searchlisting {keyword - user input}. Need more options & ways to get all, or specific listing etc.
#124
tsanevp
opened
1 year ago
0
Implement tracing using honeycomb.io. This calls for refactoring our codebase to make this work. This would allow us to track response time between bot commands and view any errors that occur in our bot during production.
#123
tsanevp
opened
1 year ago
0
Update listing model to store and track the channel id the listing was posted in.
#122
tsanevp
opened
1 year ago
0
Implement GuildUpdateOwnerEvent that if a guild owner transfers owenership of the server to another member, it logs and updates the GuildOwnerId in the Guild collection
#121
tsanevp
opened
1 year ago
0
Add search command and sorting logic
#120
hanchenz
closed
1 year ago
0
Add search listing command
#119
hanchenz
closed
1 year ago
0
Adding null checks w/ exception logging in discord package to remove Objects.RequireNonNull
#118
tsanevp
closed
1 year ago
1
Updated Readme and added images
#117
lenad90
closed
1 year ago
0
Add search listing and sorting command
#116
hanchenz
closed
1 year ago
1
Resolve null warnings and Objects.requirenonnull with null checks and exceptions
#115
tsanevp
closed
1 year ago
1
When bot leaves the guild, information from that guild should be deleted
#114
lenad90
closed
1 year ago
0
Added LeaveGuildEvent. Refactored ListingController.
#113
lenad90
closed
1 year ago
0
Changed all NonNull to Nonnull and verified injected names are all the same
#112
tsanevp
closed
1 year ago
0
Change all the @NonNull annotations in the commands/controllers I implemented to be @Nonnull. Our team decided to use "javax.annotation.Nonnull" import. Need it to be matching throughout codebase. Will also be making sure all injections of classes/controllers use the same name across classes.
#111
tsanevp
closed
1 year ago
0
Resolved issues that appeared after renaming of classes/package with Dagger, injection, providers
#110
tsanevp
closed
1 year ago
0
resolved issues that appeared after we renamed multiple classes and package with daggerbotcomponent and injectors/providers
#109
tsanevp
closed
1 year ago
0
Removed Solarlint Null Warnings For Listings Features
#108
lenad90
closed
1 year ago
1
add tests for testable methods in my commands, events, and controllers
#107
tsanevp
closed
1 year ago
0
added tests for commands and events and updated tests for controller
#106
tsanevp
closed
1 year ago
1
Refactor of user model and anything associated with it, ended up refactoring packages and commands to make data flow easier to understand and testable
#105
tsanevp
closed
1 year ago
0
Refactor of User model and all classes associated with it
#104
tsanevp
closed
1 year ago
1
ListingControllerTest
#103
lenad90
closed
1 year ago
0
Refactor ListingController, Listing, GuildController, and ViewMyListing to incorporate Guild model.
#102
lenad90
closed
1 year ago
0
Test /mylisting
#101
lenad90
closed
1 year ago
0
Testing MessageBuilder method
#100
tsanevp
closed
1 year ago
0
Added tests for messageBuilder
#99
tsanevp
closed
1 year ago
0
Added tests for messageBuilder
#98
tsanevp
closed
1 year ago
1
Refactor ListingController, Listing, and ViewMyListing to include Guild classes. Refactored Guild class. Added JDA injection.
#97
lenad90
closed
1 year ago
1
added tests for GuildController
#96
tsanevp
closed
1 year ago
0
testing guild controller
#95
tsanevp
closed
1 year ago
0
Creating UMLs for createListingCommand, Location, NewMember, NewMemberHandler, UpdateLocationCommand, NewGuildJoined, NewGuildJoinedHandlerCityController, UserController and all their respective Model classes.
#94
tsanevp
closed
1 year ago
0
Determine the best way for users to submit a listing and what the form will look like
#93
tsanevp
closed
1 year ago
0
Discuss w/ team if we want the user to verify/review their lisitng prior to submtting.
#92
tsanevp
closed
1 year ago
0
Firgure out how to send reply from /slashCommandInteractionEvent event to a different text channel
#91
tsanevp
closed
1 year ago
0
Decide on our Discord Bot. We chose to implement a Discord Marketplace Bot.
#90
tsanevp
closed
1 year ago
0
Finalize UX/UI and Example Flow designs of /createlisting
#89
tsanevp
closed
1 year ago
1
Define Bot User Stories
#88
tsanevp
closed
1 year ago
0
Define Project & Bot Requirements
#87
tsanevp
opened
1 year ago
0
Setup fly.io to work with our project and successfully build
#86
tsanevp
closed
1 year ago
0
Implement welcome message for when a user joins the server. The message includes a dropdown where the user must select their preferred currency choice to user for sales. If none is selected, it should default to USD.
#85
tsanevp
closed
1 year ago
0
Come up with data models for our MongoDB collections
#84
tsanevp
closed
1 year ago
0
Store created listing under a user, where the user is stored in a mongoDB database.
#83
tsanevp
closed
1 year ago
0
Complete documentation for project
#82
tsanevp
opened
1 year ago
0
Next