Override-6
6c92471062
add head/tails, add control points
1 year ago
Override-6
de8fbdb3a2
Add arrows to drag and drop on the court
1 year ago
Vivien DUFOUR
eb744d0da4
Can place ball on the court ( #77 )
...
Also added player and ball remove by drag and drop them out of the court
Co-authored-by: vivien.dufour <vivien.dufour@etu.uca.fr>
Co-authored-by: maxime <maximebatista18@gmail.com>
Reviewed-on: #77
1 year ago
samuel
0b45c761d0
fix the view
1 year ago
samuel
d3a103f95a
fix bugs and requests of PO : less informations for login
1 year ago
samuel
b81346e31c
add login from register
1 year ago
samuel
f0faa9b2d2
deconnection and fix connection
1 year ago
maxime.batista
940d87930a
fix new tactic panel
1 year ago
Override-6
208d835a1f
fix BasketCourt margins
1 year ago
Override-6
8546206bc1
add view to select between half and plain court
1 year ago
Override-6
d1564a3549
add a gest mode for editor if user is not connected
1 year ago
Override-6
6ebf3737af
apply suggestions
1 year ago
maxime.batista
cb24dd53a9
Apply suggestions
1 year ago
maxime.batista
6731b02c6c
add save state information in topbar
1 year ago
maxime.batista
738d2f9410
prepare front to persistable tactics
1 year ago
Override-6
fffb520dbf
fix twig assets
1 year ago
Override-6
1147ad114f
fix routes in views by adding global variable basePath in twig
1 year ago
Override-6
1bf3dfa3b6
add and fix conception
1 year ago
Override-6
89c3e72c8f
add and edit documentation, clean code
1 year ago
maxime.batista
d20cfd2486
simplify actions, move ViewHttpResponse into src/App
1 year ago
maxime.batista
de75577f3d
divide src in three subdirs, exploded FrontController into index.php and api/index.php
1 year ago
Override-6
36051ebd83
good routes, good controllers
1 year ago
DahmaneYanis
704f1272f7
Add button
1 year ago
DahmaneYanis
81ef019291
Merge branch 'account-page' of codefirst.iut.uca.fr:IQBall/Application-Web into salva
1 year ago
DahmaneYanis
34777e70df
Add settings
1 year ago
Vivien DUFOUR
a020811518
team/addMembers ( #21 )
...
Co-authored-by: vivien.dufour <vivien.dufour@etu.uca.fr>
Reviewed-on: #21
1 year ago
samuel
b957004939
Merge branch 'salva' of https://codefirst.iut.uca.fr/git/IQBall/Application-Web into salva
1 year ago
samuel
83a19fd93d
add error messages
1 year ago
DahmaneYanis
3f15e85a72
Welcome page merged and adapted
1 year ago
DahmaneYanis
19d2ed0199
Merging in progress
1 year ago
DahmaneYanis
c02c7283d7
Merge branch 'salva' of codefirst.iut.uca.fr:IQBall/Application-Web into salva
1 year ago
DahmaneYanis
28171b35e0
Adaptation welcome page
1 year ago
maxime.batista
d54559e01d
fix
1 year ago
DahmaneYanis
167db8ef3e
Merge branch 'salva' of codefirst.iut.uca.fr:IQBall/Application-Web into welcome-page
1 year ago
maxime.batista
2b8b29d378
Merge branch 'salva' into session
1 year ago
maxime.batista
ad4208e6da
fix format
1 year ago
Vivien DUFOUR
851aa72e2c
fix on routes
1 year ago
DahmaneYanis
c696eafa38
Correction CI
1 year ago
DahmaneYanis
88e547bfcb
Correction CI
1 year ago
DahmaneYanis
5b9096ab35
Correction CI
1 year ago
Override-6
038686e2ed
add salva-like routes and controller architecture
1 year ago
Yanis DAHMANE-BOUNOUA
a11dd2e122
front-controller ( #17 )
...
I did the FRONT CONTROLLERRRRR. (Salva version lol)
When you create a new controller, define the path to call it here (image 1).
Don't forget to associate a controller with a role.
The main method have to return a `ViewHttpResponse`.
If you create a new action, please make sure that the action's main method have the same name than the action (image 2 and 3) and to make the main method public.
Co-authored-by: DahmaneYanis <dahmane.yanis.2004@gmail.com>
Co-authored-by: d_yanis <dahmane.yanis.2004@gmail.com>
Co-authored-by: Override-6 <maximebatista18@gmail.com>
Reviewed-on: #17
Co-authored-by: Yanis DAHMANE-BOUNOUA <yanis.dahmane-bounoua@etu.uca.fr>
Co-committed-by: Yanis DAHMANE-BOUNOUA <yanis.dahmane-bounoua@etu.uca.fr>
1 year ago
maxime.batista
e3875b4f15
add documentation
1 year ago
DahmaneYanis
b489364cd2
delete css file
1 year ago
DahmaneYanis
e44ea4721e
Welcome Page done
1 year ago
Maël DAIM
d8000bcf3b
fixing CI
1 year ago
Maël DAIM
76e64a5ae5
formated the code and verification plus some more css
1 year ago
DahmaneYanis
66410afa20
Test recentTeam empty in view
1 year ago
DahmaneYanis
55c67cc484
Add a basic display of the tactics in the home page
1 year ago
maxime.batista
69be939954
add target url in session to bring back user to its initial target after auth
1 year ago
Maël DAIM
7199a80562
Conflicts
1 year ago
Maël DAIM
65151cc1ea
add some css
1 year ago
Maël DAIM
262fa6180e
applied suggestions
1 year ago
Override-6
39329c9325
integrate session in API, use tokens
1 year ago
Override-6
982acf5e09
integrate sessions for tactics
1 year ago
Maël DAIM
1b9a873cdc
Updated documentation + started to add some documentation
1 year ago
DahmaneYanis
913fb432c8
Merge branch 'welcome-page' of codefirst.iut.uca.fr:IQBall/Application-Web into welcome-page
1 year ago
DahmaneYanis
27c7c89b0b
WIP HomePage
1 year ago
Yanis DAHMANE-BOUNOUA
5d4bb84368
front-controller ( #17 )
...
I did the FRONT CONTROLLERRRRR. (Salva version lol)
# When you create a new controller
When you create a new controller, define the path to call it here (image 1).
Don't forget to associate a controller with a role.
# The action's main method
The main method have to return a `ViewHttpResponse`.
If you create a new action, please make sure that the action's main method have the same name than the action (image 2 and 3) and to make the main method public.
Co-authored-by: DahmaneYanis <dahmane.yanis.2004@gmail.com>
Co-authored-by: d_yanis <dahmane.yanis.2004@gmail.com>
Co-authored-by: Override-6 <maximebatista18@gmail.com>
Reviewed-on: #17
Co-authored-by: Yanis DAHMANE-BOUNOUA <yanis.dahmane-bounoua@etu.uca.fr>
Co-committed-by: Yanis DAHMANE-BOUNOUA <yanis.dahmane-bounoua@etu.uca.fr>
1 year ago
Override-6
3d7eb7bbb1
add session handle
1 year ago
Vivien DUFOUR
14612226cd
fix on routes
1 year ago
Override-6
53584a518e
add salva-like routes and controller architecture
1 year ago
Maël DAIM
d824f17ea7
every bugs has been fixed
1 year ago
Samuel BERION
9333288705
Add register and login of authentification actions ( #12 )
...
Co-authored-by: Samuel <Samuel.BERION@etu.uca.fr>
Co-authored-by: samuel <Samuel.BERION@etu.uca.fr>
Reviewed-on: #12
1 year ago
Vivien DUFOUR
d47bf6bd7d
visualizer/bootstrap ( #14 )
...
Basic Visualizer for oral presentation
Co-authored-by: vidufour1 <Vivien.DUFOUR@etu.uca.fr>
Co-authored-by: vivien.dufour <vivien.dufour@etu.uca.fr>
Reviewed-on: #14
1 year ago
maxime.batista
bb53114d78
apply suggestions
1 year ago
Override-6
2e4f2eb10c
add and configure tsc, phpstan, prettier and php-cs-fixer, format and fix reported code errors
1 year ago
Maël DAIM
46862bb7cd
WIP fixed some bugs, still got two regarding /team/id and /team/list
1 year ago
Maël DAIM
9bc03c099b
WIP did a few little changes, add colorpicker for the creation of the team, still have to make changes in regard to it
1 year ago
DahmaneYanis
61a6b5afd5
wip FrontController
1 year ago
Maël DAIM
1acede4169
WIP did a few little changes
1 year ago
Maël DAIM
30611b9b21
WIP done with insertion, got a problem on list team and starting displayTeam
1 year ago
maxime.batista
2ce537b2b4
add phpstan and fix some errors
1 year ago
Maël DAIM
0859467e3f
WIP just a few little adjusments and progress
1 year ago
DahmaneYanis
3422ef8780
Corrections conflicts
1 year ago
DahmaneYanis
051dbef9ed
Add FrontController and UserController
1 year ago
DahmaneYanis
26a27c291d
Add FrontController and UserController
1 year ago
Maël DAIM
a283c4b126
WIP almost done, added errors handling and more, got some errors with the gateway, i will fix it tomorrow
1 year ago
DahmaneYanis
02dbf269f9
Add start of homepage and FrontControler (don't run it)
...
Rebase modification
1 year ago
d_yanis
ec47461703
wip FRONT CONTROLLER
1 year ago
Maël DAIM
5753264157
Merge branch 'master' of https://codefirst.iut.uca.fr/git/IQBall/Application-Web into team/bootstrap
1 year ago
Vivien DUFOUR
4aa2bde233
error-view ( #10 )
...
Add an error view
Co-authored-by: vivien.dufour <vivien.dufour@etu.uca.fr>
Co-authored-by: vidufour1 <Vivien.DUFOUR@etu.uca.fr>
Reviewed-on: #10
1 year ago
Maxime BATISTA
86373fb81b
Merge pull request 'Introduce Edit actions' ( #8 ) from editor/bootstrap into master
...
Reviewed-on: #8
1 year ago
Override-6
6ee05c7916
add more validations, handle invalid json payloads
1 year ago
Maël DAIM
6ff667e3b8
WIP made a diagram class For team within MVC, players aren't incorporated yet
1 year ago
Maël DAIM
d08defaf65
Added a view for the creation of a team, started the list by name action
1 year ago
Override-6
b08e761abb
add diagrams, fix documentation
1 year ago
Override-6
a1910d1167
move validations in the controllers, make controllers return HttpResponses and use HttpRequests
1 year ago
Override-6
cccc68e3ce
apply suggestion
1 year ago
Override-6
f8e8e642d3
validate user inputs
1 year ago
Override-6
b1ebd912df
factorise database, set PDO::ERRMODE_EXCEPTION option
1 year ago
DahmaneYanis
5737bd6e6b
Add start of homepage and FrontControler (don't run it)
1 year ago
maxime.batista
29685562bb
add TacticModel
1 year ago
Maël DAIM
c8df556699
made progression on the create team almost done
1 year ago
maxime.batista
1f261fe4fe
avoid use of 'RETURNING' sql clause
1 year ago
Maël DAIM
f9eb6fbb6d
new branch starting the team part in the MVC, plus a little change about the type Color
1 year ago
maxime.batista
6f3899fb5f
add editor view, with possibility to edit name
1 year ago
Override-6
947cda494a
fix sample form twig submit action url
1 year ago
maxime.batista
b8edb27f1c
setup twig
1 year ago
maxime.batista
341a460d3c
add documentation
1 year ago