- Issue #3:
startup_id
andlocation_id
can be same sometimes.- Added new controls to prevent data repetition.
- Fixed a typo in error message.
- Reordered Gemfile and forgotten Gemfile.lock updated.
- Issue #1: Several properties mustn't contains whitespaces on both sides.
- Issue #3:
startup_id
andlocation_id
can be same sometimes.
- Issue #2: If get an error during database creation, this database directory have to be deleted.
- Issue #4: Console output methods need refactor.
- Issue #6: Capitalization error in the library name.
- Issue #5: If the views.yml file is missing, throws an unhandled error.
- Database integration and database views support.
- Added option whether the sought market tag include or not.
- Added database directory name generator method in
helper.rb
. - Added
create_and_open_database
method intohelper.rb
for creation database file. - Added models to use the tables in the created database.
- Added
sqlite_to_csv_converter
script.
- Progress Bar: Show the CSV file creation progress.
- Colorize output messages of the console: More readable console outputs.
- Added bundler for dependency management.
- First release.