Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions docs/minutes/week-2-frontend.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,12 @@ Each member of the team has created a PR:

## ToDo Next

For the presentation we should be able to tell what everyone would be doing during the semester. It doesn't have to be precise but has to show that we have a plan.
We decide with Noémien what everyone wants to do.
- [ ] For the presentation we should be able to tell what everyone would be doing during the semester. It doesn't have to be precise but has to show that we have a plan.
- [ ] Modify the readme with the configuration of the linter.
- [ ] Add information about questions as : "Here you need to enter your name and your surname in 10 characters"

## Others

We decide with Noémien what everyone wants to do.
We try to configure the linter on everyone's machine. It was not easy.
We found an error that is we can click multiple time on the cast button when it is loading.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions docs/minutes/week-2-global-meeting.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Meeting 28/09/2022

## D-voting architecture

![Untitled](week-2-global-meeting-docs/Untitled.png)

## Setup

Albert made a demo of the setup with 3 nodes.

<aside>
⚠️ run 3 nodes first otherwise it makes a mistake

</aside>

To be able to create an election we need to add ourself as an admin by modify our code :

In web > backend > src > Server.ts,

- return true in the function isAuthorized in line 178
- in line 164 modify the role to “admin”

We discover some possible bugs :

- bugs will creating an election (probably it’s a backend problem)
- will creating an election, refreshing the page causes the lost of all information
26 changes: 26 additions & 0 deletions docs/minutes/week-2-global-meeting.md.backup
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Meeting 28/09/2022

## D-voting architecture

![Untitled](week-2-global-meeting-docs/Untitled.png)

## Setup

Albert made a demo of the setup with 3 nodes.

<aside>
⚠️ run 3 nodes first otherwise it makes a mistake

</aside>

To be able to create an election we need to add ourself as an admin by modify our code :

In web > backend > src > Server.ts,

- return true in the function isAuthorized in line 178
- in line 164 modify the role to “admin”

We discover some possible bugs :

- bugs will creating an election (probably it’s a backend problem)
- will creating an election, refreshing the page causes the lost of all information