Skip to content

Releases: mister-fix/findDining

Completed the front-end development

15 Dec 03:09
Compare
Choose a tag to compare

Added

  • Added how it works page.
  • Added features page.

Changes

  • Fixed home page.
  • Fixed release links in CHANGELOG file.
  • Fixed footer.
  • Removed support tab from navigation.
  • Fixed search page.

Fixed typo in v1.0.8 changelog info

13 Dec 08:39
Compare
Choose a tag to compare

Changes

  • Fixed typo under <v1.0.8> changes.

Removed unnecessary JSON files

13 Dec 08:36
Compare
Choose a tag to compare

Changes

  • Removed uncessary files (null.json, restaurants.json, reviews.json).
  • Added anchor and span tag targets in _body.scss file.
  • Reformated order of .scss files.
  • Added function to handle heights and widths in _functionss.css file.

Finished the index page

13 Dec 08:16
Compare
Choose a tag to compare

Added

  • Completed index page design/layout and content added.
  • Added branding and links to footer.
    • Added CTA area in footer.
  • Created model for user testimonials/reviews.
    • Imported reviews in index and search page.
  • Added necessary images for testimonials/reviews area.

Changes

  • Fixed footer layout.
  • Added margins to footer.
  • Added new color to variables file in the sass directory.

Index page content added

10 Dec 05:28
Compare
Choose a tag to compare

Added

  • Added content to index page.
    • Experimenting with Bootstrap column layouts.
  • Added custom functions to handle margins and padding css code generation.
  • Added custom index page code.

Changes

  • Reorganized sass files.

Futher frontend development

09 Dec 19:17
Compare
Choose a tag to compare

Added

  • Started the frontend Sass styles.
    • Compiled into centralized .css file.
  • Created footer includes file, added in the layout file.
  • Images and favicons in the public/img folder.

Changes

  • Connected favicon to the main frontend layout file.
  • Removed styles hard coded in the layout file.
  • Connected the dedicated stylesheet.
  • Added link to public files/assets in server file.
  • Added finDining logo in navigation bar.

Quick start info added

09 Dec 07:46
Compare
Choose a tag to compare

Changes

  • Fixed project description in README file.
  • Added known bugs section, and API endpoints section to README file.
  • Added quick start section in README file.

Removed unwanted file

09 Dec 07:18
Compare
Choose a tag to compare

Changes

  • Removed restaurants.json file.

Started the frontend

09 Dec 07:14
Compare
Choose a tag to compare

Added

  • Started the frontend configuration.
    • Configured ejs as view engine.
  • Created <client> subdirectory to house all frontend files and code. Linked in server file.
    • Created <views> subdirectory in the client folder to house all frontend views of app. Linked in server file.
    • Created <includes> subdirectory in the <client\views> folder for navigation, footer, and other frontend components.
    • Created the main frontend layout file, configured with minimal settings to rendered views.
  • Successfully linked frontend dependencies in server file.
  • Successfully rendered restaurants data in the /api/search endpoint.
  • Successfully linked root endpoint to search endpoint.

Restaurants results limit

09 Dec 05:44
Compare
Choose a tag to compare

Changes

  • Fixed release 1.0.0 date.
  • Added restaurants results limit to 100 in the search controller.
    • Temporary fix to help with loading issues when deployed to Heroku.