Compare commits

..

3 Commits
doc ... dev

Author SHA1 Message Date
0da5e27830 Removed French / clean bad english (#21)
All checks were successful
/ mirror (push) Successful in 5s
Reviewed-on: #21
2024-12-20 10:31:35 +00:00
7e438f3ee7 Update README.md (#20)
All checks were successful
/ mirror (push) Successful in 4s
Reviewed-on: #20
2024-12-20 09:59:42 +00:00
df8cd1ea54 Add pitch (#7)
All checks were successful
/ mirror (push) Successful in 4s
/ deploy (push) Successful in 34s
Co-authored-by: stcb <21@stcb.cc>
Reviewed-on: #7
Co-authored-by: ange <ange@yw5n.com>
Co-committed-by: ange <ange@yw5n.com>
2024-12-20 09:43:39 +00:00
6 changed files with 32 additions and 25 deletions

13
README.md Normal file
View File

@ -0,0 +1,13 @@
# Icing
An Epitech Innovation Project
*By*
**Bartosz Michalak - Alexis Danlos - Florian Griffon - Ange Duhayon - Stéphane Corbière**
---
The **docs** folder contains documentation about:
- The project
- A user manual
- Our automations

View File

@ -1,5 +0,0 @@
# ICING Dialer
Project aiming to <i>ice</i> your **non-internet** phone calls, thanks to a custom and super-cryptographic dialer app.
Like & Follow !

View File

@ -17,7 +17,7 @@ class SettingsPage extends StatelessWidget {
MaterialPageRoute(builder: (context) => const SettingsCallPage()), MaterialPageRoute(builder: (context) => const SettingsCallPage()),
); );
break; break;
case 'Page of telephone accounts': case 'Sim settings':
Navigator.push( Navigator.push(
context, context,
MaterialPageRoute(builder: (context) => const SettingsAccountsPage()), MaterialPageRoute(builder: (context) => const SettingsAccountsPage()),
@ -54,7 +54,7 @@ class SettingsPage extends StatelessWidget {
return Scaffold( return Scaffold(
backgroundColor: Colors.black, backgroundColor: Colors.black,
appBar: AppBar( appBar: AppBar(
title: const Text('settings'), title: const Text('Settings'),
), ),
body: ListView.builder( body: ListView.builder(
itemCount: settingsOptions.length, itemCount: settingsOptions.length,

View File

@ -7,13 +7,13 @@ class SettingsAccountsPage extends StatelessWidget {
void _navigateToAccountOption(BuildContext context, String option) { void _navigateToAccountOption(BuildContext context, String option) {
switch (option) { switch (option) {
case 'Choisir la SIM': case 'Chose SIM card':
Navigator.push( Navigator.push(
context, context,
MaterialPageRoute(builder: (context) => const ChooseSimPage()), MaterialPageRoute(builder: (context) => const ChooseSimPage()),
); );
break; break;
case 'Paramètre SIM': case 'SIM card parameters':
Navigator.push( Navigator.push(
context, context,
MaterialPageRoute(builder: (context) => const SimParametersPage()), MaterialPageRoute(builder: (context) => const SimParametersPage()),
@ -27,14 +27,14 @@ class SettingsAccountsPage extends StatelessWidget {
@override @override
Widget build(BuildContext context) { Widget build(BuildContext context) {
final accountOptions = [ final accountOptions = [
'Choisir la SIM', 'Chose SIM card',
'Paramètre SIM', 'SIM card parameters',
]; ];
return Scaffold( return Scaffold(
backgroundColor: Colors.black, backgroundColor: Colors.black,
appBar: AppBar( appBar: AppBar(
title: const Text('Page des comptes téléphoniques'), title: const Text('Sim settings'),
), ),
body: ListView.builder( body: ListView.builder(
itemCount: accountOptions.length, itemCount: accountOptions.length,

View File

@ -46,19 +46,6 @@ paginate: true
--- ---
## **EIP Icing**
### =
### **Icing protocol**
**+**
### **Implémentation client téléphonique**
### *(Dialer)*
---
## Un client téléphonique comme un autre ## Un client téléphonique comme un autre
--- ---
@ -84,6 +71,18 @@ paginate: true
--- ---
## **Icing Dialer**
### =
### **Icing protocol**
**+**
### **Dialer**
---
## Icing est un **outil**, pas un produit ## Icing est un **outil**, pas un produit
--- ---

Binary file not shown.