Luís Duarte

Results 14 issues of Luís Duarte

Closes #274 Adds Email Worker support in workers-rs in addition to Send Email support

Usually DB calls are async by their own nature (because it communicates with another machine or another process) In this case, SRS is running SQLite locally in the same thread,...

While this does take more minutes, it does ensure that we don't push changes that might disrupt the build process.

ci-cd

In this way we can adopt the fix workflow that we discussed in the past Thursday meeting: 1. Make fix on the master branch 2. Make a PR into the...

ci-cd

Closes #673 # Review checklist - [ ] Terms and conditions reflect the current change - [ ] Contains enough appropriate tests - [ ] If aimed at production, writes...

You can make it a approach like the Theme class that needs a BuildContext to do it.

enhancement
good first issue
ui/ux

The current PR checklist is not used at all, we should improve it to be useful or remove it entirely

enhancement
documentation

The new api offers: bus schedule information, real time bus location (at least on the website), metro schedule information and scooter availibility information. The endpoint of the api is on:...

We should leverage [this](https://dart.dev/language/patterns#validating-incoming-json), it makes the parsers less verbose, less error prone, and smaller.

refactor

Right now, the current error displayed leads to a bug suggestion. When the provider timeouts, we should display the internet connection error or a new error that allows for reloading.

enhancement
good first issue
ui/ux