Antoine Bagnaud

Results 24 issues of Antoine Bagnaud

Create a comprehensive design system using Storybook and React Native Paper as the base. The design system should cover typography, colors, spacing, icons, buttons, form inputs, navigation components, and more....

Courier Interface
Dispatch Interface
B2C Customer Interface
Restaurant Interface
B2B Customer Interface
UX/UI
Transversal Concepts

- No blocking UI - Dont stack notfications when multiple orders arrives - Better indicate if an order is a pre-order

enhancement
Restaurant
B2B Customer

To streamline the application by reducing dependencies and paving the way for seamless integration with payment providers, we aim to implement a payment solution using the [WebView](https://github.com/react-native-webview/react-native-webview) component. The goal...

enhancement

A client has reported an issue where their updated phone number is not reflected in the task assigned to a courier, leading to communication problems. Despite updating their phone number...

bug

![Screenshot_20240422-165903_CoopCycle.png](https://github.com/coopcycle/coopcycle-app/assets/5613584/c9cc7dee-9f9b-4470-80f8-6e0c06ce0424) ![Screenshot_20240422-165914_CoopCycle.png](https://github.com/coopcycle/coopcycle-app/assets/5613584/b89700b5-386b-4377-879a-1b30314833e6) https://coopcycle.slack.com/archives/G01JR0YF5V3/p1713796479607169?thread_ts=1713796479.607169&cid=G01JR0YF5V3 https://coopcycle.slack.com/archives/C4VH560ES/p1712566742251929?thread_ts=1712516191.345259&cid=C4VH560ES

bug

Time slots are now managed via a self-contained React component. ![time_slots_react](https://github.com/coopcycle/coopcycle-web/assets/1162230/440be869-7389-45fe-8a64-9e6b0f2ae7cd)

Several transporters have requested the provision of an S/FTP server for handling SCONTR files. To accommodate this, we need to implement an S/FTP server and ensure the transporter feature supports...

enhancement
last mile

we can get rid from some of this boilerplate by using `createAsyncThunk` from redux toolkit, it will create all these actions internally, see an example here: https://github.com/coopcycle/coopcycle-app/blob/21ba9b6a271e8cde8134dc1b2ca36b07aec45b9a/src/redux/Restaurant/actions.js#L427-L436 _Originally posted by...

Technical Debt
Reduce Duplication