docs
docs copied to clipboard
feat: ragbot ui frontend integration
What has changed?
- [x] intiated ragbot ui integration
- [x] added root file for ragbot ui addition in each page
- [x] fetching data from the backend and displaying based on user questions
- [ ] ui finishing touch according to the original frontend on landing page
- [ ] preloaded questions loaded for the first time
- [x] chats stored on loacal storage
- [ ] frontend designed for bullet pointers, headings, links and markdown
- [ ] support form submission
Please include a summary of the change.
This PR Resolves #(issue)
Type of change
Please delete options that are not relevant.
- [ ] Bug fix (non-breaking change which fixes an issue).
- [x] New feature (non-breaking change which adds functionality).
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected).
- [ ] Documentation update (if none of the other choices apply).
How Has This Been Tested?
Please run npm run build and npm run serve to check if the changes are working as expected. Please include screenshots of the output of both the commands. Add screenshots/gif of the changes if possible.
yes, nothing breaks on npm run build
Checklist:
- [x] My code follows the style guidelines of this project.
- [x] I have performed a self-review of my own code.