Skip to content

Commit 96559a3

Browse files
authored
Merge pull request #189 from dedis/minutes_ghita
Adding minutes in markdown
2 parents 76c1dff + afa350f commit 96559a3

File tree

4 files changed

+58
-3
lines changed

4 files changed

+58
-3
lines changed

docs/minutes/week-2-frontend.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,12 @@ Each member of the team has created a PR:
1010

1111
## ToDo Next
1212

13-
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.
14-
We decide with Noémien what everyone wants to do.
13+
- [ ] 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.
14+
- [ ] Modify the readme with the configuration of the linter.
15+
- [ ] Add information about questions as : "Here you need to enter your name and your surname in 10 characters"
1516

1617
## Others
17-
18+
We decide with Noémien what everyone wants to do.
1819
We try to configure the linter on everyone's machine. It was not easy.
20+
We found an error that is we can click multiple time on the cast button when it is loading.
21+
Loading

docs/minutes/week-2-global-meeting.md

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Meeting 28/09/2022
2+
3+
## D-voting architecture
4+
5+
![Untitled](week-2-global-meeting-docs/Untitled.png)
6+
7+
## Setup
8+
9+
Albert made a demo of the setup with 3 nodes.
10+
11+
<aside>
12+
⚠️ run 3 nodes first otherwise it makes a mistake
13+
14+
</aside>
15+
16+
To be able to create an election we need to add ourself as an admin by modify our code :
17+
18+
In web > backend > src > Server.ts,
19+
20+
- return true in the function isAuthorized in line 178
21+
- in line 164 modify the role to “admin”
22+
23+
We discover some possible bugs :
24+
25+
- bugs will creating an election (probably it’s a backend problem)
26+
- will creating an election, refreshing the page causes the lost of all information
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Meeting 28/09/2022
2+
3+
## D-voting architecture
4+
5+
![Untitled](week-2-global-meeting-docs/Untitled.png)
6+
7+
## Setup
8+
9+
Albert made a demo of the setup with 3 nodes.
10+
11+
<aside>
12+
⚠️ run 3 nodes first otherwise it makes a mistake
13+
14+
</aside>
15+
16+
To be able to create an election we need to add ourself as an admin by modify our code :
17+
18+
In web > backend > src > Server.ts,
19+
20+
- return true in the function isAuthorized in line 178
21+
- in line 164 modify the role to “admin”
22+
23+
We discover some possible bugs :
24+
25+
- bugs will creating an election (probably it’s a backend problem)
26+
- will creating an election, refreshing the page causes the lost of all information

0 commit comments

Comments
 (0)