• Joined on 2025-12-02
jramos pushed to development at jramos/cve-dashboard 2026-01-28 20:50:43 -07:00
jramos created branch development in jramos/cve-dashboard 2026-01-28 20:50:43 -07:00
jramos pushed to feature/login at jramos/cve-dashboard 2026-01-28 20:47:30 -07:00
836a9f3774 completed test plan - pass, modified setup.js
788ad389c4 Add setup-env.sh script for environment configuration
Compare 2 commits »
jramos closed issue jramos/cve-dashboard#4 2026-01-28 17:04:11 -07:00
[Feature]: User Authentication
jramos pushed to feature/login at jramos/cve-dashboard 2026-01-28 15:32:22 -07:00
38dcbb1122 changed stop-servers to better kill the process on updates and added test cases for feature
jramos commented on issue jramos/cve-dashboard#4 2026-01-28 15:07:43 -07:00
[Feature]: User Authentication

Authentication Feature - Test Cases

Feature Branch: feature/login Date: 2026-01-28 Tester: _______________


Pre-Test Setup

  • Backend server running on port…
jramos pushed to feature/login at jramos/cve-dashboard 2026-01-28 14:45:06 -07:00
696569e6c7 Changed browsar tab to read dashboard instead of ReactApp
jramos pushed to feature/login at jramos/cve-dashboard 2026-01-28 14:37:37 -07:00
da14c92d98 added required code changes, components, and packages for login feature
jramos commented on issue jramos/cve-dashboard#4 2026-01-28 14:02:24 -07:00
[Feature]: User Authentication

Initial Admin Account

  • Username: admin
  • Password: admin123
  • Created automatically by setup.js
  • User should change password after first login

Implementation Order

  1. Backend…
jramos pushed to feature/login at jramos/cve-dashboard 2026-01-28 13:43:05 -07:00
jramos created branch feature/login in jramos/cve-dashboard 2026-01-28 13:43:05 -07:00
jramos opened issue jramos/cve-dashboard#7 2026-01-28 13:38:55 -07:00
[Feature]: Bulk Upload from CSV
jramos opened issue jramos/cve-dashboard#6 2026-01-28 13:37:27 -07:00
[Feature]:
jramos opened issue jramos/cve-dashboard#5 2026-01-28 13:34:21 -07:00
[Feature]: Audit Logging
jramos opened issue jramos/cve-dashboard#4 2026-01-28 13:32:11 -07:00
[Feature]: User Authentication
jramos merged pull request jramos/cve-dashboard#3 2026-01-28 12:13:51 -07:00
WIP: fix/issue-1
jramos pushed to master at jramos/cve-dashboard 2026-01-28 12:13:50 -07:00
1d2a6b2e72 Merge branch 'fix/issue-1'
60f0424235 Added .env configuration to remove hardcoded IP issues
88c33cae04 Fix: Enable multi-vendor support for CVE entries
b9421ea0e9 added stop start files and testing multivendor support
Compare 4 commits »
jramos created pull request jramos/cve-dashboard#3 2026-01-28 11:59:09 -07:00
WIP: fix/issue-1
jramos closed issue jramos/cve-dashboard#2 2026-01-28 11:40:51 -07:00
[Bug]: Hardcoded IP causing Testing to fail
jramos commented on issue jramos/cve-dashboard#2 2026-01-28 11:40:30 -07:00
[Bug]: Hardcoded IP causing Testing to fail

Files to Create

backend/.env PORT=3001 CORS_ORIGINS=http://YOUR_IP:3000

frontend/.env REACT_APP_API_BASE=http://YOUR_IP:3001/api REACT_APP_API_HOST=http://YOUR_IP:3001