Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

begin of development #1

Merged
merged 1 commit into from
Nov 16, 2021
Merged

begin of development #1

merged 1 commit into from
Nov 16, 2021

Conversation

formiat
Copy link
Contributor

@formiat formiat commented Nov 15, 2021

No description provided.

src/main.rs Show resolved Hide resolved
src/main.rs Show resolved Hide resolved

let pqEnabled: bool = (configParser.getParam("postgres.enabled") == Some("1"));
// C++: postgresHelper->setEnabled(pqEnabled);
if pqEnabled {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is better to implement all db related stuff later. We don't need database for the first prototype

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

With what we should replace db? We need sth to show that project is working correctly, right? Or we need to write code that just compiles, but test its work later?

And what about loggingHelper? Should we implement it later too?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. Just log something - "service is running"
  2. LoggingHelper is oke

@formiat formiat merged commit a42bdff into dev Nov 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants