List view
A collection of tests while testing Kitchen Tales
No due date•9/9 issues closedA collection of fixed and current bugs for Kitchen Tales
No due date•13/14 issues closed### Ideas: As a developer, I have a number of features that I would like to implement in this epic, displayed as user stories below - I would like to display a few social icons # ### Possible User Stories: As a **developer**, I want to **create a visually appealing website** so that it **gains an online presence** #
No due date•3/8 issues closed### Criteria: - Use Django's built-in account management system to create a profile system for users - A user should be able to: - log in - log out - see the status of either logged in or out - change their password # ### Tasks: - [x] Create an Account management system for the user so that they can manage their own profile # ### Possible User Stories: - **Request a password reminder** - As a **User**, I can **request a password reminder** so that **I can log in if I forget my password** #
No due date•4/6 issues closed## An Epic for features related to User Recipes ### Ideas: - Recipe cards that display a star/heart for a like - font awesome for logos - A rating system out of 5 # ### Acceptance Criteria: - [x] Items that should be in the template: - Title of the recipe - List of all measured ingredients - Step-by-step instructions on how to **prepare**, **cook** and **assemble** the recipe - Plating instructions and garnishes (notes) # ### Possible User Stories: As a **User**, I would like to **know the total yield and portion size created from a recipe** so that **I can amend it to my needs** As a **returning user**, I would like to **save my favorite recipes** so that I can **return to them** #
No due date•6/8 issues closed### Ideas: - Hamburger-style menu for mobile devices - A Search bar so that users can easily find content - Social icons could be displayed in the nav section # ### Possible User Stories: - As a **User**, I want **Intuitive navigation** so that **I can navigate around the site easily** - As a **developer**, I want **Intuitive navigation** so that **my site will create more user traffic** - As a **returning-user**, I want **Intuitive navigation** so that **I can return to my recipes quick and easy** # ### Acceptance Criteria: - The navbar should be visible on all pages so that a user can easily navigate around the site - The nav bar section should be reduced to a hamburger-style menu for mobile devices # ### Related User Stories: - #10 - As a **User**, I can **immediately understand the purpose of the website**, and **I know if it's what I'm looking for** - #13 - As a **User**, I can **view recipes on my mobile** so that I don't have to **rely on using a computer** #
No due date•2/2 issues closedThere are a number of elements that I would like to implement to ensure I have the best ideas in mind for website functionality: - Intuitive navigation - Simple design - Suitable colour scheme - Consistency throughout the website - Responsive on majority of devices # ### Possible User Stories: - As a **user**, I want to **be able to view recipes on my mobile** as I don't **own a computer** - As a **developer**, I want to **create a search bar** so that users **can search for what they want**
No due date•6/8 issues closedAs a **developer** I would like to **setup Django and supporting libraries** so that **I can develop the site** # ### Possible User Stories: As a **developer**, I want to **ensure that I set up the environment securely** so that **a user's personal information is kept safe** # ### Tasks: - [x] Install Django and supporting libraries - [x] allauth - [x] crispy-forms - [x] Configure `settings.py` - [x] Create `.env` file - [x] Add secret key - [x] Add Cloudinary URL - [x] Add database URL - [x] Add hosts - [x] Configure development - [x] Ensure relevant files are added to `.gitignore` - [x] `.env` - [x] `.venv/`
No due date•5/5 issues closedAs a **developer**, I want to **create the environment early** so that **I have a solid foundation and know that the development dependencies work** - [x] Configure the Heroku app on Heroku - [x] Create a Production database (PostgreSQL) - [x] Set the config vars / `.env` file - [x] Setup `Procfile` - [x] Get `static` and `media` files using Cloudinary - [x] Create Cloudinary account ## Final Deployment Checks - [x] Ensure `DEBUG` is set to `false` - [x] Add `X_FRAME_OPTIONS = 'SAMEORIGIN'` below `DEBUG = False` so that Summernote can be rendered with debug set to false - [x] Remove production config vars from Heroku and deploy
No due date•5/5 issues closed