Skip to content
#

beginners-friendly

Here are 59 public repositories matching this topic...

go-examples
AndreyBronin
AndreyBronin commented Apr 3, 2019

нужно сделать возможность конфигурировать параметры spring приложения через переменные окружения, нужно для удобного запуска и тестирования как локально, так и в CI. и на продакшене.

Также в рамках задачи нужно убрать API ключи из тестов

пример

google.secret.key=${GOOGLE_API_KEY}
spring.datasource.url = ${V2GDEMO_MYSQL_DB_HOST}:${V2GDEMO_MYSQL_DB_PORT}/"v2gdemo"
spring.datasource.use
zurda
zurda commented Jan 29, 2019

Getting a response from the api call takes time, which leaved the user without any feedback their actions are being handled. We should add a spinner/ loader to give the user feedback for clicking the Languages (repos search) buttons AND for searching for users in the search bar.

The purpose of this is to give the user feedback so a simple spinner should suffice. Can be styled later on.

Improve this page

Add a description, image, and links to the beginners-friendly topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the beginners-friendly topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.