Vraj Ved HotPlate
  • Joined on 2025-12-02
HotPlate pushed to main at HotPlate/discord-rpg-concept 2026-02-19 14:01:51 +00:00
7cc2f61db6 feat: add item creation tools
65f5663c97 feat: implement basic items page, with a placeholder for item creation tool.
de83307adc chore: add newline to readme.md
15e01906a3 fix: additional mocks of authentication logic, fix: made path traversal test work with fetch().
Compare 44 commits »
HotPlate pushed to main at HotPlate/discord-rpg-concept 2026-02-12 12:11:16 +00:00
73ad889018 docs: update documentation to reflect headless API-only web service
9c7f1e4418 chore(deps): remove unused React/UI dependencies from headless web API
efb50916b2 docs: update CI workflow and AGENTS.md for consolidated deps
6abb52694e chore(web): remove package.json and bun.lock
76968e31a6 refactor(deps): merge web dependencies into root package.json
Compare 29 commits »
HotPlate pushed to main at HotPlate/discord-rpg-concept 2026-02-02 10:55:48 +00:00
2b60883173 ci: remove build and deploy jobs from the deploy workflow.
c2d67d7435 fix: Explicitly bind web server to 127.0.0.1 in tests and prevent the development build process from running in the test environment.
Compare 2 commits »
HotPlate pushed to main at HotPlate/discord-rpg-concept 2026-01-31 10:39:04 +00:00
e252d6e00a fix: Install web subdirectory dependencies, set NODE_ENV for tests, and standardize hostname in server tests.
95f1b4e04a ci: Update test database host in deployment workflow and add support for running specific tests in the CI simulation script.
62c6ca5e87 fix: Replace localhost with 127.0.0.1 in database connection URLs within CI/deployment scripts.
aac9be19f2 feat: Add a script to simulate CI locally by setting up a temporary PostgreSQL database, running tests, and updating dependencies.
bb823c86c1 refactor: update database index tests to use DrizzleClient.execute for raw SQL queries.
Compare 26 commits »
HotPlate pushed to main at HotPlate/discord-rpg-concept 2026-01-20 05:18:51 +00:00
afe82c449b feat: add web asset rebuilding to update command and consolidate post-restart messages
3c1334b30e fix: update sub-navigation item colors for active, hover, and default states
58f261562a feat: Implement an admin quest management table, enhance toast notifications with descriptions, and add new agent documentation.
4ecbffd617 refactor: replace hardcoded SVGs with lucide-react icons in quest-table
5491551544 fix: (web) prevent flickering during refresh
Compare 18 commits »
HotPlate pushed to main at HotPlate/discord-rpg-concept 2026-01-15 11:08:49 +00:00
f8436e9755 chore: (agent) remove tickets and skills
194a032c7f chore(cleanup): remove completed tickets
94a5a183d0 feat(economy): refactor exam command to use ExamService with status-based flow and full test coverage
c7730b9355 refactor: migrate web server to centralized logger
1e20a5a7a0 refactor: migrate bot handlers to centralized logger
Compare 10 commits »
HotPlate pushed to main at HotPlate/discord-rpg-concept 2026-01-13 03:24:11 +00:00
3a620a84c5 feat: add trivia category selection and sync trivia fixes
7d68652ea5 fix: fix potential issues with trivia command
35bd1f58dd feat: trivia command!
Compare 3 commits »
HotPlate pushed to main at HotPlate/discord-rpg-concept 2026-01-10 10:43:39 +00:00
1cd3dbcd72 agent: update agent workflows
c97249f2ca docs: update README with dashboard architecture and ssh tunnel guide
0d923491b5 feat: (ui) settings drawers
d870ef69d5 feat: (ui) leaderboards
682e9d208e feat: more stat components
Compare 47 commits »
HotPlate created pull request syntaxbullet/aurorabot#4 2026-01-08 11:47:50 +00:00
added react app
HotPlate created branch reactApp in HotPlate/discord-rpg-concept 2026-01-08 11:46:33 +00:00
HotPlate pushed to reactApp at HotPlate/discord-rpg-concept 2026-01-08 11:46:33 +00:00
e6f94c3e71 added react app
HotPlate pushed to main at HotPlate/discord-rpg-concept 2026-01-07 14:13:02 +00:00
66af870aa9 fix: make dashboard locally accessible only
8047bce755 feat: add bot action controls and real-time vital statistics to the web dashboard
9804456257 docs: Remove completed and draft feature tickets from the tickets directory.
259b8d6875 feat: replace mock dashboard data with live telemetry
a2cb684b71 Merge branch 'feat/web-interface-expansion-mockup' into main
Compare 44 commits »
HotPlate pushed to main at HotPlate/discord-rpg-concept 2025-12-27 04:16:52 +00:00
a227e5db59 feat: Implement graphical lootdrop cards for lootdrop and claimed messages.
66d5145885 docs: add guide for standard module structure patterns
2412098536 refactor(modules): standardize error handling in interaction handlers
d0c48188b9 refactor(core): centralize interaction error handling and organize routes
1523a392c2 refactor: add leveling view layer
Compare 62 commits »
HotPlate pushed to main at HotPlate/discord-rpg-concept 2025-12-21 14:59:31 +00:00
216189b0a4 fix: grammatical errors in daily warning cooldown message
ca1339728a chore: change cooldown display to use relative timestamps for better UX with international users.
5833224ba9 feat: Implement welcome messages for new enrollments using a new webhook utility and refactor the admin webhook command to utilize it.
65f5dc3721 chore: remove 'src' directory from config file path definition.
637f0826db feat: conditionally assign student and class roles to new members if returning, otherwise assign visitor role.
Compare 40 commits »
HotPlate pushed to main at HotPlate/discord-rpg-concept 2025-12-16 04:37:47 +00:00
3a96b67e89 feat: Allow item effects to specify durations in hours, minutes, or seconds.
d3ade218ec feat: add /use command for inventory items with effects, implement XP boosts, and enhance scheduler for temporary role removal.
1d4263e178 feat: Introduced an admin listing command and shop interaction module, replacing the sell command, and added a type-checking script.
727b63b4dc refactor: trigger application reload by appending to entry file instead of updating its times.
d2edde77e6 build: Install git system dependency in Dockerfile.
Compare 11 commits »
HotPlate pushed to main at HotPlate/discord-rpg-concept 2025-12-15 07:43:18 +00:00
1eace32aa1 feat: Implement dynamic event loading and refactor event handlers into dedicated files.
32c614975e feat: automatically assign 'Visitor' role to new guild members on join
7dd9052c9b feat: add webhook command for sending messages via JSON payload
9d1d4aeaea feat: clarify daily reward streak display by renaming field and adding 'days' unit
bd59f01a41 chore: update currency symbol from 🪙 to AU in balance display
Compare 16 commits »
HotPlate pushed to main at HotPlate/discord-rpg-concept 2025-12-12 12:42:34 +00:00
8262eb8f02 feat: Add /sell command, enhance inventory service, and refactor student ID card generation with new constellation graphics and dynamic backgrounds.
HotPlate pushed to main at HotPlate/discord-rpg-concept 2025-12-10 13:40:30 +00:00
209340c06e feat: implement chat XP processing on message create
9250057574 feat: Implement chat XP with cooldowns and display an XP progress bar on the student ID card.
90a1861416 docs: Remove outdated deployment and development features sections from README.
bcfd254071 feat: Implement graphical student ID card generation for user profiles.
4d553ddc91 feat: Add @napi-rs/canvas dependency and Orbitron font file.
Compare 5 commits »
HotPlate pushed to main at HotPlate/discord-rpg-concept 2025-12-08 09:37:48 +00:00
049725c384 fix: Display target user mention in pay success message.
866cfab03e feat: Implement userService.getOrCreateUser and integrate it across commands, remove old utility scripts, and fix daily bonus calculation.
Compare 2 commits »
HotPlate pushed to main at HotPlate/discord-rpg-concept 2025-12-08 05:40:58 +00:00
29c0a4752d feat: Introduce new modules for class, inventory, leveling, and quests with expanded schema, refactor user service, and add verification scripts.
be471f348d Merge pull request 'Added Balance, Pay and Daily Commands' (#3) from HotPlate/discord-rpg-concept:main into main
Compare 2 commits »