-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Whole set of submodels updated to v1.0.15.
- Loading branch information
Showing
7 changed files
with
392 additions
and
110 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Submodule RS_Py
updated
6 files
+27 −95 | .gitignore | |
+1 −1 | .idea/RS_Py.iml | |
+5 −0 | .idea/codeStyles/codeStyleConfig.xml | |
+7 −1 | .idea/misc.xml | |
+64 −0 | .idea/workspace.xml | |
+60 −9 | README.md |
Submodule RS_Rate
updated
29 files
+37 −3 | .gitignore | |
+31 −0 | .idea/inspectionProfiles/Project_Default.xml | |
+0 −77 | .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs | |
+0 −55 | .yarn/releases/yarn-2.4.1.cjs | |
+893 −0 | .yarn/releases/yarn-4.0.2.cjs | |
+6 −4 | .yarnrc.yml | |
+83 −11 | README.md | |
+ − | images/architecture.png | |
+ − | images/autenticazione.png | |
+ − | images/browser.png | |
+ − | images/login.png | |
+ − | images/profile.png | |
+ − | images/rating-2.png | |
+ − | images/rating.png | |
+ − | images/reference.png | |
+ − | images/signup.png | |
+ − | images/ux-1.png | |
+35 −37 | manifest.json | |
+6 −4 | package.json | |
+1 −1 | src/js/service_worker.js | |
+2 −2 | src/views/home.html | |
+2 −3 | src/views/login.html | |
+108 −108 | src/views/options.html | |
+2 −2 | src/views/password_forgot.html | |
+2 −2 | src/views/password_update.html | |
+2 −2 | src/views/profile_update.html | |
+2 −2 | src/views/rating_web.html | |
+2 −2 | src/views/sign_up.html | |
+63 −55 | yarn.lock |
Submodule RS_Server
updated
4 files
+339 −1 | .idea/RS_Server.iml | |
+1 −1 | .idea/dataSources.local.xml | |
+1 −1 | .idea/dataSources/a5d8e2ad-53bf-4d2f-8f1b-41eede4dc976.xml | |
+163 −120 | README.md |
Submodule RS_TechnicalDocumentation
updated
19 files
+42 −0 | .gitignore | |
+11 −0 | .texpadtmp/documentation-blx.bib | |
+58 −62 | bibliography.bib | |
+2 −2 | documentation-blx.bib | |
+ − | documentation.pdf | |
+ − | documentation.synctex(busy) | |
+439 −172 | documentation.tex | |
+ − | figures/architecture.png | |
+ − | figures/browser.PNG | |
+ − | figures/login.png | |
+ − | figures/profile.png | |
+ − | figures/rating-2.PNG | |
+ − | figures/rating.PNG | |
+ − | figures/recovery.PNG | |
+ − | figures/reference.png | |
+ − | figures/scenario.png | |
+ − | figures/signup.png | |
+ − | figures/ux-1.PNG | |
+2 −2 | uniudtesi.sty |