Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ayooo #4

Merged
merged 2 commits into from
Dec 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions README-Configuration Flow Chart-2.eraserdiagram
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
flowchart-diagram

title Configuration Flow Chart

// Define nodes and relationships "A > B"
// Set shape and icon properties in "[]"
// Add labels to relationships after ":"

Start Configuration [shape: oval, icon: settings] > Set Database Name [icon: database]
Set Database Name > Set Sensor IDs [icon: list]
Set Sensor IDs > Set Sampling Rate [icon: clock]
Set Sampling Rate > Set Ontology File [icon: file-text]
Set Ontology File > Set WebSocket Port [icon: globe]
Set WebSocket Port > Configuration Complete [shape: oval, icon: check-square]


51 changes: 51 additions & 0 deletions README-HAR System Directory Structure-1.eraserdiagram
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
flowchart-diagram

title HAR System Directory Structure

// Define the main directories and files
Start [shape: oval, icon: folder] > har-system [icon: folder]
har-system > src [icon: folder]
har-system > public [icon: folder]
har-system > .gitignore [icon: file-text]
har-system > package.json [icon: file-text]
har-system > tsconfig.json [icon: file-text]
har-system > vite.config.ts [icon: file-text]
har-system > tailwind.config.js [icon: file-text]
har-system > postcss.config.js [icon: file-text]
har-system > README.md [icon: file-text]
har-system > LICENSE [icon: file-text]

// Define the src directory structure
src > classification [icon: folder]
src > config [icon: folder]
src > context [icon: folder]
src > database [icon: folder]
src > ontology [icon: folder]
src > preprocessing [icon: folder]
src > reasoning [icon: folder]
src > sensors [icon: folder]
src > services [icon: folder]
src > ui [icon: folder]
src > main.tsx [icon: file-text]

// Define the config directory structure
config > config.example.ts [icon: file-text]
config > config.ts [icon: file-text]

// Define the ui directory structure
ui > components [icon: folder]
ui > pages [icon: folder]
ui > App.tsx [icon: file-text]
ui > index.css [icon: file-text]
ui > index.tsx [icon: file-text]

// Define the pages directory structure
pages > AdminDashboard.tsx [icon: file-text]
pages > UserDashboard.tsx [icon: file-text]
pages > AxiomEditor.tsx [icon: file-text]
pages > LoginPage.tsx [icon: file-text]
pages > NotFoundPage.tsx [icon: file-text]

// Define the public directory structure
public > index.html [icon: file-text]

Loading
Loading