Commit graph

49 commits

Author SHA1 Message Date
6d1da0ec2e
add test env 2026-06-02 12:12:45 +05:30
77e0887c67
add envars 2026-06-02 11:59:02 +05:30
db78c330ee docs: update performance metrics and recent testing activity in README
- Revised performance metrics with updated data from September 2025 testing.
- Enhanced recent testing activity section to reflect new testing dates and results.
- Improved clarity in performance summary with updated ranges for validation, parsing, upload, and delete operations.
2025-09-16 05:38:33 +05:30
5d50cf93e1 docs: update README files and enhance and finalize documentation 2025-09-11 21:34:43 +05:30
66e8aecee5 feat: enhance upload component with async processing and improved control
- Added support for concurrent file uploads with a maximum limit.
- Implemented async processing for file uploads, allowing for pause, resume, and cancel functionality.
- Introduced an AbortController to manage ongoing uploads and handle cancellation.
- Updated UI feedback for upload status and error handling.
- Refactored upload logic to improve state management and user experience.
2025-09-11 20:58:47 +05:30
94a35c90d6 feat: enhance form upload component and parsing logic
- Refactored methods to extract form details such as title, language, version, questions count, and options count.
- Updated XLSFormParser to use default form IDs and improved data conversion from tempData.json.
- Adjusted the getFormById method to return a more flexible response type.
2025-09-11 20:45:23 +05:30
86a45d02da feat: update file parsing to return the actual mForm format
- Modified the parse_file endpoint to return data in mForm comptaible format instead of the previous schema.
- Updated the get_form_by_id endpoint to return forms in the new tempData.json format.
- Enhanced XLSFormParser to support the conversion of database format to tempData.json format.
- Adjusted tests to validate the new response structure for parsed forms.
2025-09-11 16:47:17 +05:30
00ded49a4c fix: update upload component button dimensions and icon sizes 2025-09-03 17:21:10 +05:30
d9d5b43edc feat: enhance upload component with pause, resume, and cancel functionality
- Added buttons to pause, resume, and cancel file uploads.
- Improved upload progress display to show current file status.
- Implemented session storage to restore upload state after page refresh.
- Refactored file upload logic to handle individual file uploads and track progress.
2025-09-03 17:14:34 +05:30
95ae4eb5ee docs: add compression notes back 2025-09-02 03:10:39 +05:30
6951569983 feat: enhance form metadata handling and UI updates
- Added default values for 'version' and 'created_at' fields in the database service.
- Updated XLSFormParser to parse and include 'version' and 'created_at' from the form metadata.
- Changed font from 'Roboto' to 'Inter' across frontend components for consistency.
- Improved upload component to display default values for 'language', 'version', and 'created_at' in the form details.
- Adjusted progress display messages for clarity during file uploads.
2025-08-27 16:00:10 +05:30
8eba3533dc docs: overhaul README to enhance project clarity and structure
- Updated project title and description to reflect the comprehensive nature of the application.
- Expanded sections on architecture, technology stack, and system requirements.
- Added detailed API reference, including endpoints for validation, parsing, and form management.
- Included performance characteristics and testing strategy for better understanding of system capabilities.
- Enhanced installation and setup instructions for both backend and frontend components.
2025-08-26 01:06:42 +05:30
69047a1bdd refactor: update README files for backend and frontend with enhanced documentation and structure
- Renamed backend README to reflect "Bulk Questionnaire Upload" focus.
- Expanded backend documentation to include detailed architecture, API references, and error handling strategies.
- Updated frontend README to include new features, installation instructions, and API integration details.
- Improved project structure descriptions and added sections for testing, deployment, and future enhancements.
2025-08-26 00:56:05 +05:30
63307cab65 feat: add GitHub Actions workflow to sync README files to Wiki
- Created a new workflow that triggers on pushes to the main branch and manual dispatch.
- The workflow checks out the repository and the wiki, prepares the wiki content by copying README files, and commits changes if there are updates.
2025-08-26 00:44:49 +05:30
165b249c3d feat: implement CI workflow, enhance file validation, and add test cases
- Introduced a CI workflow for automated testing of backend and frontend components.
- Added pytest configuration for backend tests and Vitest configuration for frontend tests.
- Enhanced file validation logic in the backend to improve error handling and reporting.
- Created comprehensive test cases for various validation scenarios, including edge cases and incorrect formats.
- Updated requirements to include necessary testing libraries and tools.
2025-08-26 00:22:54 +05:30
edaff71fe3 fix: overflow 2025-08-25 20:22:44 +05:30
bda788d0c2 feat: add disabled button styles in upload component 2025-08-03 17:42:55 +05:30
6d85c253b9 feat: make parsing error checks as compreshensive as validation endpoint error checks 2025-08-02 01:51:25 +05:30
9745be1583 docs: add notes on compression and update old deps 2025-08-01 23:43:12 +05:30
ffd8cb7697 docs: remove outdated performance metrics from README 2025-07-30 01:35:42 +05:30
ab96a4bff4 feat: enhance schema viewer modal and update documentation
• Add comprehensive schema viewer modal with dark mode theme
• Implement copy/download functionality and keyboard shortcuts
• Update README files with latest performance metrics and API documentation
• Remove colorful UI elements for consistent monochrome design
• Enhance viewParsedSchema from console.log to interactive modal
2025-07-30 01:35:03 +05:30
30167af8d4 fix: refine validation UI with updated colors and spacing in upload component, and other fixes 2025-07-29 01:07:47 +05:30
6841e1e3a4 feat: update UI with dark theme styles, fix UI bugs and enhance performance metrics in README 2025-07-28 18:00:20 +05:30
0d9a45df73 feat: implement file validation before updating form and snackbar notifications in upload component 2025-07-19 07:26:10 +05:30
543ff5fb69 docs: update README to include new form update feature and API endpoint details 2025-07-18 21:57:30 +05:30
6ac9fdeae4 feat: add update form API endpoint and export JSON endpoint 2025-07-18 20:48:37 +05:30
a531879416 feat: enhance navbar with improved keyboard shortcuts and navigation for questions 2025-07-16 22:25:07 +05:30
9250389cc2 docs: enhance README with detailed API endpoints, validation requirements, and installation instructions 2025-07-16 21:41:28 +05:30
3cf8842c51 docs: update README to include backend integration points and service details 2025-07-16 21:33:48 +05:30
8fb1af6cb3 docs: add license 2025-07-09 06:46:05 +05:30
de1c3fd73c fix metrics 2025-06-30 15:28:54 +05:30
a5286cbb48 fix: run.sh for mac 2025-06-30 06:09:01 +05:30
0365307497 fix: new metrics, .gitignore, and package-lock 2025-06-30 05:53:39 +05:30
7533380a91 fix: run script edits 2025-06-27 15:47:01 +05:30
d0ce2ed6f4 feat: add some test capabilities, fix: some tabs and trailing whitespace 2025-06-25 12:52:44 +05:30
0f55831bf9 feat: fix preview, add indicators and shortcuts 2025-06-25 03:59:41 +05:30
de834b6a66 feat: add escape exit and loading spinner 2025-06-25 03:27:42 +05:30
0e89449f17 fix: update metrics 2025-06-23 23:24:39 +05:30
5e226a1bb2 feat: add progress indicators 2025-06-23 17:28:08 +05:30
d55748680e feat: add basic logging and metrics. also add docs 2025-06-23 16:43:21 +05:30
15afd8837f feat: add bulk functionality, tested on 1000 xls files, change other misc. stuff 2025-06-23 15:32:04 +05:30
9cef570f36 feat: add search functionality, delete all forms, and simplify upload area 2025-06-23 14:40:47 +05:30
9c31454c35 feat:
- combine both upload components into one
- add live updates upon upload
- add preview section for forms
- fix the search-bar's weird padding issue
- general cleanup of things, removing some files
- cleaned the run.sh file a bit too
2025-06-23 04:57:07 +05:30
b3eec891dd fix: add xlrd to requirements and create a tmux run script 2025-06-23 03:12:23 +05:30
9af03f3f67 feat: got mongodb working 2025-06-23 00:59:28 +05:30
d0179b0b56 feat: fix the frontend + parse the xls fully 2025-06-23 00:39:52 +05:30
656f96b65f fix: update .gitignore 2025-06-07 21:46:35 +05:30
614edd1d34 feat: add basic wireframes for frontend and working parser code for backend. 2025-06-05 19:12:42 +05:30
Shlok
ddda706701 Adding README 2025-04-14 15:23:13 +05:30