-
Notifications
You must be signed in to change notification settings - Fork 4
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
Backend Frontend separation #207
Comments
uberroot4
added a commit
that referenced
this issue
Dec 11, 2023
uberroot4
added a commit
that referenced
this issue
Dec 11, 2023
#179 is also tackled now. Problem with polyfilling old, node native modules is not necessary for the frontend. |
MaximilianZenz
added a commit
that referenced
this issue
Dec 13, 2023
- separating frontend from backend so that it is a self-contained project with its own dependencies in the ui folder
MaximilianZenz
added a commit
that referenced
this issue
Dec 13, 2023
- removing all unnecessary aliases - replacing deprecated crypto module - fixing .eslintrc.yml for frontend
MaximilianZenz
added a commit
that referenced
this issue
Dec 13, 2023
- cleaning up dependencies - adding independent .gitignore file to frontend
MaximilianZenz
added a commit
that referenced
this issue
Dec 14, 2023
- moving everything backend into the lib folder - fixing errors that resulted from the moving
MaximilianZenz
added a commit
that referenced
this issue
Dec 14, 2023
- creating a central package.json file to reintroduce the possibility to install and start binocular from the root directory - minor fixed
MaximilianZenz
added a commit
that referenced
this issue
Dec 15, 2023
- removing unnecessary dependencies
MaximilianZenz
added a commit
that referenced
this issue
Jan 8, 2024
- separating and moving test cases to the appropriated dictionaries within the frontend and backend project.
MaximilianZenz
pushed a commit
that referenced
this issue
Jan 8, 2024
MaximilianZenz
added a commit
that referenced
this issue
Jan 8, 2024
- fixing workflow for eslint check
MaximilianZenz
added a commit
that referenced
this issue
Jan 10, 2024
- adding back possibility to run
MaximilianZenz
added a commit
that referenced
this issue
Jan 11, 2024
- readding conditional import of db_export json files sot that they just get imported in offline build mode.
MaximilianZenz
added a commit
that referenced
this issue
Jan 12, 2024
- fixing eslint errors - fixing Db import in projectStructureHelper.ts
MaximilianZenz
added a commit
that referenced
this issue
Jan 12, 2024
- fixing merge error in binocular.ts
MaximilianZenz
added a commit
that referenced
this issue
Jan 15, 2024
- renaming /ui to /binocular-frontend - renaming /lib to /binocular-backend
MaximilianZenz
added a commit
that referenced
this issue
Jan 15, 2024
- fixing renaming errors in Dockerfile.backend
MaximilianZenz
added a commit
that referenced
this issue
Jan 15, 2024
- fixing renaming errors in Dockerfile.frontend
MaximilianZenz
added a commit
that referenced
this issue
Jan 15, 2024
- changing trigger for build-offline.yml workflow for testing purposes
MaximilianZenz
added a commit
that referenced
this issue
Jan 15, 2024
- reverting trigger of build-offline.yml file
MaximilianZenz
added a commit
that referenced
this issue
Jan 15, 2024
- changing build behavior to only compile everything into one single file when building for offline execution
MaximilianZenz
added a commit
that referenced
this issue
Jan 15, 2024
- fixing errors due to renaming of frontend and backend folder in README.md and CONTRIBUTING.md
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: