mirror of
https://github.com/SECTL/SecScore.git
synced 2026-07-21 18:19:03 +08:00
Update project structure and dependencies
Key features implemented: - Updated .gitignore to include comprehensive ignore patterns for multiple languages and build artifacts - Removed auto-score related components and routes from ContentArea, Sidebar, mobile navigation, and preload types - Deleted AutoScoreManager, Rule builder, and associated service/engine files - Updated Settings component to remove auto_score_enabled setting handling - Cleaned up type definitions and navigation configurations to reflect feature removal The changes streamline the project by removing the auto-scoring feature while maintaining core functionality and improving project organization through updated ignore rules.
This commit is contained in:
@@ -2,7 +2,6 @@ export const MOBILE_NAV_ALL_KEYS = [
|
||||
"home",
|
||||
"students",
|
||||
"score",
|
||||
"auto-score",
|
||||
"reward-settings",
|
||||
"boards",
|
||||
"leaderboard",
|
||||
@@ -24,7 +23,6 @@ export const MOBILE_NAV_ITEMS: MobileNavItemConfig[] = [
|
||||
{ key: "home", path: "/home", labelKey: "sidebar.home" },
|
||||
{ key: "students", path: "/students", labelKey: "sidebar.students", adminOnly: true },
|
||||
{ key: "score", path: "/score", labelKey: "sidebar.score" },
|
||||
{ key: "auto-score", path: "/auto-score", labelKey: "sidebar.autoScore" },
|
||||
{
|
||||
key: "reward-settings",
|
||||
path: "/reward-settings",
|
||||
|
||||
Reference in New Issue
Block a user