modreadme
continuous-integration/drone/push Build is failing Details

master
etudiant 2 years ago
parent 0a9801aed6
commit ef9298e38d

BIN
.DS_Store vendored

Binary file not shown.

Binary file not shown.

@ -1,96 +0,0 @@
# Documentation for our Inventory page
<br/><br/>
## First part : The inventory grid (InventoryItem.razor.cs file)
<br/><br/>
### internal void OnDragEnter()
#### Summary:
This method will create an action when the user will put an item in the grid.
<br/>
### internal void OnDragEnter()
#### Summary:
This method will create an action when the user will remove an item of the grid.
<br/>
### internal void OnDrop()
#### Summary:
This method will create an action when the user will put an item in onother one on the grid.
<br/>
### internal void OnDragEnd()
#### Summary:
This method will create an action when the user will drag and drop an item in the grid.
<br/>
### private void OnDragStart()
#### Summary:
This method will create an action when the user will start the drag and drop of an item in the grid.
<br/>
<br/><br/>
## Second part : The inventory grid (MyInventory.razor.cs file)
<br/><br/>
### public MyInventory()
#### Summary:
This method is the constructor of the component. It initializes the variables for the inventory grid part.
<br/>
### private async void OnActionsCollectionChanged(object? sender, NotifyCollectionChangedEventArgs e)
#### Parameters:
- sender is the sender of the event
- e is a class of event arguments
#### Summary:
This method is called when our collection 'Actions' is changed.
It will call the Js script, and if needed, the dataService.
<br/><br/>
## Last part : The items list
<br/><br/>
### private async Task OnReadData(DataGridReadDataEventArgs<Item> e)
#### Parameters:
- e is a class of event arguments
#### Summary:
This method will initialize a lot of variables used for the list.
<br/>
### private List<Item> choseList()
#### Returns:
- a list of items corresponding to what we want
#### Summary:
This method will check if our search bar is empty.
If it is, it will set our Datagrid list to the default one: items
Else, it will take the texte in the Search bar, and search in all the items, those that correspond.
<br/>
### private void inputValue()
#### Summary:
When we type something in the search bar, this method is called.
It will initialize the 'Filtered' list with the items corresponding to what we are typing.
Then, it will call the choseList() method.
<br/>
### private void OnPress()
#### Summary:
This method will be called when we will press the 'Sort' button.
It will set a boolean either to true if the list isn't already sorted, or to false if it is.
Then, it will call the SortList() method.
<br/>
### private List<Item> SortList()
#### Returns:
- a list of items corresponding to what we want
#### Summary:
This method will check if our isSorted boolean is false or true.
If it's false, then it will set our list to the default one: the items won't be sorted.
Else, it will set it with another list, that we sort by name.
<br/>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 81 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

File diff suppressed because it is too large Load Diff

@ -0,0 +1,8 @@
<html><body>
<p>
<hr size="1"/><address style="text-align: right;"><small>Generated on $datetime with &nbsp;
<img src="CodeFirst.png" alt="Code#0" align="middle" border="0" height="40px"/>
by Doxygen version $doxygenversion</small></address>
</p>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

@ -0,0 +1,26 @@
# Projet Blazor
Projet dont l'énoncé est disponible sur le lien suivant: https://codefirst.iut.uca.fr/documentation/julien.riboulet/docusaurus/Blazor/fr/
Tuto pour lancer le projet
Le projet est disponible sur la branche principale.
Afin de pouvoir utiliser notre solution il vous faudra une fois cloner parametrer le lancement de notre projet et de l'api. Pour ce faire:
1. Cliquez droit sur la solution 'BlazorApp'
2. Proriétés
![Image clique droit](/Documentation/doc_images/bowling-157933.png)
3. Il vous faut maintenant définir l'action des 2 solutions sur 'Démarrage'
![Image clique droit](/Documentation/doc_images/CodeFirst.png)
4. Pour finir démarrer le projet avec le bouton 'Démarrer'
![Image clique droit](/Documentation/doc_images/casutilisation.PNG)
Auteur:Arafa, victor
Afin de nous faciliter le développement, nous avons créé de branches ,nous travaillons sur le depot du TP de victor.
Loading…
Cancel
Save