Skip to content

Commit

Permalink
Release (#6)
Browse files Browse the repository at this point in the history
* init migration

* add import css bootstrap

* change files structure

* f

* Ended react-memory and fixed buttons

* added API client side and all the server part

* Fixed some bugs on memory API

* Fix MemoryTutorial

* Fix navigate to memory in tutorial

* add working test without server

* backpack exercise working

* Feature/story (#2)

* Add and fix some file for CastleStory

* fix bubble component

* first story page done

* completata seconda pagina

* completate pagine storia

* prima schermata help

* completata storia

* fix help tile

Co-authored-by: SimoneF19 <[email protected]>

* add test imports

* added memory route and server API on app.js

* remove some console warnings

* Feature/style (#3)

* starting style of app

* added some fix on the style

* added test table and query to fill it

* query to get test results

* added server API for test results

* added client API for test results

* setup server-test logic

* style test disclaimer

* style test1

* style test2

* style backpack

* api fixes

* set test flag

* fixed memory with correct image

* changed default font

* fixed tutorial memory

* fixed modal on memory

* minor fix

Co-authored-by: michelepistan <[email protected]>

* fix castle story

* added icon done button

* Feature/fix michele p (#5)

* fixed exercise

* fixed test disclaimer

* test review

* test style

* changes on db

* db persistence

* Feature/fix fabio (#4)

* starting style of app

* added some fix on the style

* added test table and query to fill it

* query to get test results

* added server API for test results

* added client API for test results

* setup server-test logic

* style test disclaimer

* style test1

* style test2

* style backpack

* api fixes

* set test flag

* fixed memory with correct image

* changed default font

* fixed tutorial memory

* fixed modal on memory

* minor fix

* started new branch

* Fixed Generale
- Cambiare font
- Ingrandire font fumetti (se ancora necessario con nuovo font)
- Bordo RoundButtton e SquareButton in contrasto (Nero/Marrone/Arancione scuro)

Traduttore
- Posizione Iris e Bubble
- Bottone traduci Round e centrale
- Barra di inserimento a tutta pagina

Memory
- Disclaimer: messaggio più visibile (se vuoi, vedi il disclaimer del test)
- Disclaimer: centrare bottoni Sì-No
- Immagine retro carte

Co-authored-by: Fabio Orazio Mirto <[email protected]>

* fix memory tutorial choice

* fix memory

* fix translate and test

* fix homepage message

* Button 'esci' in menu

Co-authored-by: Fabio Orazio Mirto <[email protected]>

* sistemati colori sfondo storia e menu

* uniformato stile

* resolve conflicts

* menu title and separator

* fix style translator

* fix style backpack and test

* fix style memory

* fix style story

* translate menu titles

* refactor style with palette

* resize test disclaimer buttons

* fix English typo in story

* Fixed some texts and buttons

Co-authored-by: Fabio Orazio Mirto <[email protected]>
Co-authored-by: SimoneF19 <[email protected]>
Co-authored-by: michelepistan <[email protected]>
Co-authored-by: Fabio Orazio Mirto <[email protected]>
  • Loading branch information
5 people authored Jan 24, 2023
1 parent b55a857 commit 7ccfb72
Show file tree
Hide file tree
Showing 95 changed files with 35,939 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules/*
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# IRIS
# Workflow

follow the git-flow

Human-Computer-Interaction
# IRIS

Politecnico di Torino

Human-Computer Interaction

- Simone Formica
- Fabio Orazio Mirto
- Michele Pistan
Expand Down
1 change: 1 addition & 0 deletions client/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules/*
70 changes: 70 additions & 0 deletions client/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
# Getting Started with Create React App

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

## Available Scripts

In the project directory, you can run:

### `npm start`

Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.

The page will reload when you make changes.\
You may also see any lint errors in the console.

### `npm test`

Launches the test runner in the interactive watch mode.\
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.

### `npm run build`

Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!

See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.

### `npm run eject`

**Note: this is a one-way operation. Once you `eject`, you can't go back!**

If you aren't satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.

Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own.

You don't have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.

## Learn More

You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).

To learn React, check out the [React documentation](https://reactjs.org/).

### Code Splitting

This section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting)

### Analyzing the Bundle Size

This section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size)

### Making a Progressive Web App

This section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app)

### Advanced Configuration

This section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration)

### Deployment

This section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment)

### `npm run build` fails to minify

This section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)
Loading

0 comments on commit 7ccfb72

Please sign in to comment.