Using Golang
Golang alternative using webview (modern, simple and lightweigth).
Install
go get github.com/webview/webview| # if using bash | |
| echo 'export WORKRDIR="$HOME/my/workdir"' >> ~/.bashrc | |
| # if using zsh | |
| echo 'export WORKRDIR="$HOME/my/workdir"' >> ~/.zshrc | |
| # download script | |
| sudo curl https://bit.ly/3G9oEZk --output /bin/script | |
| # permission |
| <?php | |
| /** @noinspection ? */ | |
| // PhpUndefinedGotoLabelInspection Undefined goto label | |
| // PhpUndefinedVariableInspection Undefined variable | |
| // PhpUndefinedMethodInspection Undefined method | |
| // PhpUndefinedNamespaceInspection Undefined namespace | |
| // PhpUndefinedClassInspection Undefined class | |
| // PhpUndefinedFunctionInspection Undefined function |
Using Golang
Golang alternative using webview (modern, simple and lightweigth).
Install
go get github.com/webview/webviewO sistema da sprint01 já permite cadastrar, listar e remover clientes com persistência local. Porém, os usuários precisam digitar o endereço manualmente — o que é lento e propenso a erros. Além disso, quando o sistema está "processando", não há nenhum feedback visual, deixando o usuário confuso.
O objetivo deste sprint é evoluir o sistema para consumir dados de uma API externa, implementar feedback visual de carregamento e orquestrar o fluxo de cadastro com operações assíncronas usando Promises e async/await.