Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
76 commits
Select commit Hold shift + click to select a range
d970007
docs: add coding conventions page with commitlint standards
Copilot Nov 4, 2025
1e289ed
docs: simplify coding conventions content
Copilot Nov 4, 2025
68b7f7a
Merge pull request #1 from CROW-B3/copilot/add-coding-conventions-page
prdai Nov 4, 2025
c1795e8
Initial plan
Copilot Nov 9, 2025
5ad81f5
Initial plan
Copilot Nov 9, 2025
aa992ef
Initial exploration and planning
Copilot Nov 9, 2025
21d0532
Update CROW documentation with comprehensive project details
Copilot Nov 9, 2025
9636bfc
Add comprehensive data lake architecture documentation with Mermaid d…
Copilot Nov 9, 2025
a3047d5
Initial plan
Copilot Nov 9, 2025
2e5ca14
docs: add website interaction tracking documentation
Copilot Nov 9, 2025
083b406
Fix pnpm lockfile and remove npm artifacts
Copilot Nov 9, 2025
e031137
Merge pull request #5 from CROW-B3/copilot/update-main-docs-index
prdai Nov 9, 2025
fe8e4fc
Remove Implementation Phases section and diagram colors
Copilot Nov 9, 2025
a9970b8
docs: simplify website interaction tracking to match original request
Copilot Nov 9, 2025
2dc1354
Merge pull request #3 from CROW-B3/copilot/create-data-lake-architect…
prdai Nov 9, 2025
9a132e5
chore: remove package-lock.json and add to gitignore
Copilot Nov 9, 2025
6014b72
Initial plan
Copilot Nov 9, 2025
c560db5
Add critical FAISS production concerns and recommend Qdrant/Pinecone
Copilot Nov 9, 2025
67d6a5e
Merge pull request #6 from CROW-B3/copilot/create-user-interaction-tr…
prdai Nov 9, 2025
4b53d48
Initial plan
Copilot Nov 10, 2025
1d4a421
Add Mermaid diagram for user authentication to dashboard system flow
Copilot Nov 10, 2025
408bbb8
Fix diagram text colors to ensure readability
Copilot Nov 10, 2025
996b59b
Make edge label colors adapt to light/dark theme
Copilot Nov 10, 2025
ebd16d1
Update user signup flow documentation and Mermaid diagram
Copilot Nov 11, 2025
d3407e8
Merge pull request #9 from CROW-B3/copilot/featureauth-user-flow-diagram
Methika1234 Nov 12, 2025
19119e0
Initial plan
Copilot Nov 23, 2025
4af68e0
docs: add comprehensive system architecture documentation
Copilot Nov 23, 2025
702477b
docs: split system architecture into focused documentation pages
Copilot Nov 23, 2025
27b08a1
docs: rewrite architecture documentation for Cloudflare edge infrastr…
Copilot Nov 27, 2025
4a321ff
docs: add foreign key references to product schema
Copilot Nov 27, 2025
d487400
Initial plan
Copilot Dec 4, 2025
bcce0fd
Merge pull request #8 from CROW-B3/copilot/address-faiss-issues
prdai Dec 4, 2025
4f5ffbf
Add package versioning philosophy documentation
Copilot Dec 4, 2025
42885d0
docs: update index page with documentation overview and links
Copilot Dec 4, 2025
8486f56
Merge branch 'main' into copilot/implement-organization-creation-flow
prdai Dec 4, 2025
3822d7a
Merge pull request #10 from CROW-B3/copilot/implement-organization-cr…
prdai Dec 4, 2025
66386d9
Merge pull request #11 from CROW-B3/copilot/update-versioning-concept
prdai Dec 4, 2025
a5cc814
Initial plan
Copilot Dec 4, 2025
e1d30f2
Refactor documentation structure into logical categories
Copilot Dec 4, 2025
04d0d21
Address code review feedback
Copilot Dec 4, 2025
7f27a04
Merge pull request #12 from CROW-B3/copilot/refactor-repo-for-cleanli…
prdai Dec 4, 2025
b302cd7
Update logo image
d3varaja Dec 4, 2025
a399ed9
Initial plan
Copilot Dec 4, 2025
f351919
docs: add Uber Go Style Guide reference to coding conventions
Copilot Dec 4, 2025
9c8473a
docs: add Google Go Style Guide reference
Copilot Dec 4, 2025
dc4be76
Merge pull request #13 from CROW-B3/copilot/update-golang-guidelines-…
prdai Dec 4, 2025
6ccba44
Initial plan
Copilot Dec 14, 2025
4a13297
Update system architecture with new CROW architecture details
Copilot Dec 14, 2025
d1278f1
Update frontend architecture and user signup flow documentation
Copilot Dec 14, 2025
ccb8cf5
Add user permissions and dashboard features documentation, update cha…
Copilot Dec 14, 2025
e552efc
Update integration API and microservices architecture documentation
Copilot Dec 14, 2025
c2f0456
Add CCTV and Social Media documentation, update Web and Product docs
Copilot Dec 14, 2025
ccd1335
Update data storage architecture with complete schema and current design
Copilot Dec 14, 2025
f07988b
Fix code review issues: remove duplicate heading, clarify service gro…
Copilot Dec 14, 2025
9330c19
chore: add linting, formatting, and commit hooks setup
Thanukamax Dec 20, 2025
5f687c3
chore: update commit-msg hook and add lint-staged script
Thanukamax Dec 20, 2025
e36b752
chore: move prettier to devDependencies in package.json
Thanukamax Dec 20, 2025
ba73592
Update package.json
Thanukamax Dec 20, 2025
182fcc3
chore: enable react linting and update husky hooks
Thanukamax Dec 20, 2025
578846b
Merge branch 'CROW-3-make-https-github-com-crow-b-3-internal-docs-up-…
Thanukamax Dec 20, 2025
dbb9d3c
Merge pull request #15 from CROW-B3/CROW-3-make-https-github-com-crow…
Thanukamax Dec 20, 2025
ad4a729
chore: merge main branch and resolve pnpm to bun migration
Thanukamax Dec 20, 2025
68d63d9
chore: bun migration for internal docs form pnpm
Thanukamax Dec 20, 2025
855734c
Update package.json
prdai Dec 20, 2025
ac79f63
fix: correct trustedDependencies formatting in package.json
Thanukamax Dec 20, 2025
bc22f61
Merge pull request #16 from CROW-B3/CROW-135-migrate-internal-docs-fr…
Thanukamax Dec 20, 2025
053754e
Add technical documentation from architecture report
Thilina2468 Dec 23, 2025
7a2a408
Merge branch 'main' into copilot/document-crow-architecture
prdai Jan 7, 2026
c93c79b
Merge pull request #14 from CROW-B3/copilot/document-crow-architecture
prdai Jan 7, 2026
605a282
chore: update dependencies (#17)
d3varaja Jan 7, 2026
51c3550
docs: add TypeScript coding standards and conventions
prdai Jan 13, 2026
6e83f6c
Initial plan
Copilot Feb 15, 2026
eced616
docs: add logging standards with BetterStack reference
Copilot Feb 15, 2026
cfd78e3
docs: add JWT authentication standards to logging security section
Copilot Feb 15, 2026
1b66722
docs: remove JWT authentication standards section (not related to log…
Copilot Feb 15, 2026
2a963b9
docs: add JWT signing standards to system architecture authentication…
Copilot Feb 16, 2026
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
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
# Generated files
.docusaurus
.cache-loader
docusaurus.config.js
sidebars.js

# Misc
.DS_Store
Expand All @@ -15,6 +17,10 @@
.env.test.local
.env.production.local

# Lock files - use pnpm-lock.yaml only
package-lock.json
yarn.lock

npm-debug.log*
yarn-debug.log*
yarn-error.log*
Expand Down
4 changes: 4 additions & 0 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

bunx commitlint --edit $1
4 changes: 4 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

bun run lint-staged
27 changes: 27 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Dependencies
node_modules/

# Build outputs
.next/
out/
dist/
build/

# Environment files
.env*

# Logs
*.log

# Package manager files
package-lock.json
yarn.lock
pnpm-lock.yaml

# IDE files
.vscode/
.idea/

# OS files
.DS_Store
Thumbs.db
13 changes: 13 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"semi": true,
"trailingComma": "es5",
"singleQuote": true,
"tabWidth": 2,
"useTabs": false,
"printWidth": 80,
"bracketSpacing": true,
"arrowParens": "avoid",
"endOfLine": "lf",
"jsxSingleQuote": false,
"bracketSameLine": false
}
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ Internal documentation site for CROW project.
## Setup

```bash
pnpm install
pnpm start
bun install
bun start
```
3,143 changes: 3,143 additions & 0 deletions bun.lock

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions commitlint.config.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
module.exports = {
extends: ["@commitlint/config-conventional"],
rules: {},
};
5 changes: 5 additions & 0 deletions docs/architecture/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"label": "Architecture",
"position": 2,
"collapsed": false
}
Loading