aetheryna / google-scraper-ruby

0 stars 0 forks source link

[CH001] Project Setup #12

Closed aetheryna closed 2 years ago

aetheryna commented 2 years ago

What happened 👀

Closes #11

Project setup, this is to ensure that the project sails smoothly over the course of the IC. This instantiates the base of the code with the template files and styling so it wont get in the way during development.

✅ Changed all .erb files to .slim files in the app/views folder 🔧

✅ Created some styles for making a better UI 🎨

✅ Fixed up the CI, swapped out the Docker Registry in turn now using Github Packages to solve the credentials issue from Docker Registry. Also the merge from this PR helped with solving Danger's Code coverage problem

✅ Added CODEOWNERS file with the Code Reviewers handles

Insight 📝

Changed all the view files to .slim so that the SLIM templating engine can be used which comes with the Ruby Template provided by Nimble. On top of that SASS is also being used for all the styling. 🎨

Proof Of Work 📹

Screen Shot 2565-09-09 at 4 54 38 PM Screen Shot 2565-09-09 at 4 55 59 PM Screen Shot 2565-09-09 at 4 56 52 PM Screen Shot 2565-09-09 at 4 57 04 PM Screen Shot 2565-09-09 at 4 57 15 PM
github-actions[bot] commented 2 years ago

Code coverage is now at 0.00% (0/41 lines)

Generated by :no_entry_sign: Danger