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

[ASKRS-23]-Api integration #94

Open
wants to merge 34 commits into
base: stage
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
d96cbe4
Accordion added and some things are remaining
Dec 10, 2024
c8da90d
Brand Settings Design complete
Dec 12, 2024
8a0d8c3
KnowledegeBase Design Complete
Dec 13, 2024
25e7c01
summary design completed
Dec 16, 2024
a732511
Backend initialized
Dec 17, 2024
f997a3e
Minor Fixings
Dec 17, 2024
127d934
Minor changes
Dec 17, 2024
1ff43bc
Remove Unnecessary classes
Dec 17, 2024
eea5c5e
Minor fixing
Dec 17, 2024
d87ce54
Prompt Started
Dec 17, 2024
fa1af00
minor fixing
Dec 17, 2024
03a7fdc
Completed the backend of the knowledgebase Section
Dec 18, 2024
45c5e24
Deleted unused file
Dec 18, 2024
5a6a852
started brand settings
Dec 18, 2024
e6f5d61
remove unnecessary classes
Dec 18, 2024
48b5aed
Comments resolve
Dec 19, 2024
1fcd29f
knowledegebase comments
Dec 19, 2024
ade568d
Comments resolve of summary
Dec 19, 2024
14a6851
Build Ready Branch
Dec 24, 2024
17a0099
build Ready Branch
Dec 24, 2024
6a3663d
Added Some changes in the branch
Dec 24, 2024
ede9a93
Add some fixings of the overall project
Dec 24, 2024
4a0b5e8
Merge branch 'summary' of https://github.com/RipeSeed/ask-ripeseed in…
Dec 24, 2024
7627b41
brandSettings backend completed
Dec 24, 2024
cf6a75d
Bot backend completed
Dec 24, 2024
d23df0a
Next Auth Implementation
Dec 31, 2024
89945fc
APIS Integrated
Jan 2, 2025
d88b4f6
Added Some changes
Jan 3, 2025
b493e51
Refactor Some files
Jan 6, 2025
0fdb7a4
Modified Some Files
Jan 7, 2025
8246df6
All Apis Integrated
Jan 8, 2025
91c72d7
Added Some validations
Jan 8, 2025
af37826
chore:Add axios as dependency
Jan 13, 2025
8b1825c
fix:Add Validation Function
Jan 13, 2025
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
61 changes: 61 additions & 0 deletions .idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .idea/codeStyles/codeStyleConfig.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/prettier.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 13 additions & 7 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 20 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,31 +26,42 @@
"@radix-ui/react-accordion": "^1.2.1",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-checkbox": "^1.1.2",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slider": "^1.2.1",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tooltip": "^1.0.7",
"@radix-ui/react-tabs": "^1.1.1",
"@radix-ui/react-toast": "^1.2.4",
"@radix-ui/react-tooltip": "^1.1.2",
"@shadcn/ui": "^0.0.4",
"@tailwindcss/typography": "^0.5.13",
"@tanstack/react-query": "^5.40.0",
"@tanstack/react-query": "^5.51.21",
"@tanstack/react-table": "^8.20.5",
"axios": "^1.7.9",
"bcryptjs": "^2.4.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"dexie": "^4.0.7",
"embla-carousel-autoplay": "^8.5.1",
"embla-carousel-react": "^8.5.1",
"framer-motion": "^11.2.6",
"jsonwebtoken": "^9.0.2",
"jwt-decode": "^4.0.0",
"katex": "^0.16.11",
"langchain": "^0.2.3",
"lodash": "^4.17.21",
"lodash.debounce": "^4.0.8",
"lucide-react": "^0.379.0",
"mongoose": "^8.4.1",
"next": "14.2.10",
"next-auth": "5.0.0-beta.25",
"next-themes": "^0.3.0",
"openai": "^4.47.1",
"pdf-parse": "^1.1.1",
Expand All @@ -60,6 +71,7 @@
"react-hook-form": "^7.53.2",
"react-markdown": "^9.0.1",
"react-syntax-highlighter": "^15.5.0",
"recharts": "^2.15.0",
"rehype-highlight": "^7.0.0",
"rehype-katex": "^7.0.0",
"rehype-raw": "^7.0.0",
Expand All @@ -70,13 +82,16 @@
"sonner": "^1.4.41",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"uuid": "^11.0.3",
"zod": "^3.23.8",
"zustand": "^5.0.1"
},
"devDependencies": {
"@cloudflare/next-on-pages": "^1.11.3",
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
"@tanstack/eslint-plugin-query": "^5.35.6",
"@types/bcryptjs": "^2.4.6",
"@types/jsonwebtoken": "^9.0.7",
"@types/lodash": "^4.17.4",
"@types/lodash.debounce": "^4.0.9",
"@types/node": "^20",
Expand Down
Loading