This app is an individual project that has as its main requirements:
- Engage in project scoping activities including including wireframing, user stories and ERDs.
- Create an API, hosted at https://ready-interpreter.herokuapp.com/.
- Create a Front End, hosted at https://beatrizelena.github.io/Ready-Client.
- Use AJAX, event handlers, a clear indication of CRUD actions the user can take.
- Demonstrate knowledge of version control by maintaining a git workflow.
- Style using scss and bootstrap.
- Be a SPA application.
- Write clear documentation.
- Deploy to Github pages.
- Deply to Heroku.
- Ruby and Ruby on Rails
- JavaScript
- jQuery
- HTML5
- SCSS
- Bootstrap
Working Process
I built the API first and tested its functionality with curl scripts, on localhost, and in the rails console.
The front end consisted of forms and submit actions that fired the separate CRUD events of creating, updating, viewing, and deleting resources.
Unsolved Problems / Future Additions
- Adding the ability to search by doctor's name.
- Adding the ability to search which doctors are affiliated to a specific clinic.