Skip to content

Commit e41a725

Browse files
authored
Develop (#27)
* Update README * Verbosify input of filename
1 parent 32869d1 commit e41a725

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# DecidimMetabase
1+
# Metabase Automation
22

3-
Decidim Metabase is a program written in Ruby and helps to create Metabase collections. The aim is to create easily metacards based on [Decidim](https://github.com/decidim/decidim) needs.
3+
Metabase Automation is a program written in Ruby and helps to create Metabase models. The aim is to create easily models based on [Decidim](https://github.com/decidim/decidim) needs.
44

5-
Based on the Metabase API, it helps creating Metabase resources based on YAML config files present in `./cards/decidim_cards` and `config.yml`
5+
Based on the Metabase API, it helps creating Metabase resources based on YAML config files present in `./cards/decidim_cards` and a `config.yml`
66

77
## Installation
88

@@ -44,7 +44,7 @@ ruby main.rb
4444

4545
## Development
4646

47-
For now Decidim Metabase simplify operations for our Data team. Please note that the code is not efficient and potential fails are present.
47+
For now Metabase Automation simplify operations for our Data team. Please note that the code is not efficient and potential fails are present.
4848
At the moment, it shouldn't causes specific issues on your Metabase server.
4949

5050

@@ -58,4 +58,4 @@ The gem is available as open source under the terms of the [MIT License](https:/
5858

5959
## Code of Conduct
6060

61-
Everyone interacting in the DecidimMetabase project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/decidim_metabase/blob/main/CODE_OF_CONDUCT.md).
61+
Everyone interacting in the Metabase Automation project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/metabase_automation/blob/main/CODE_OF_CONDUCT.md).

main.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
## Interesting things below...
1616
begin
1717
main.tap do |obj|
18+
puts "Enter name of YML file without extension containing informations (ex:config-berlin): "
1819
obj.configs = DecidimMetabase::Config.new("#{gets.chomp}.yml")
1920
obj.define_connexion!
2021
obj.define_api_session!

0 commit comments

Comments
 (0)