Skip to content

Commit

Permalink
Adding a new current page
Browse files Browse the repository at this point in the history
  • Loading branch information
kineticac committed Jul 30, 2021
1 parent 96c205e commit c8a237f
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 3 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ source 'https://rubygems.org'
# maintaining a local Jekyll environment in sync with GitHub Pages
# https://github.com/github/pages-gem
gem 'github-pages'
gem 'webrick'
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ url: "https://changelog.itrackbites.com"
date_format: "%b %-d, %Y"
header_pages:
- about.md
- contact.html
- current.md

# Google services
google_verification:
Expand Down
1 change: 0 additions & 1 deletion _includes/navigation.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@

{% endfor %}

<a class="nav-link" href="https://itrackbites.com" target="_blank">home</a>
2 changes: 1 addition & 1 deletion about.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: page
title: about
title: About
permalink: /about/
tags: about
---
Expand Down
23 changes: 23 additions & 0 deletions current.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
layout: page
title: Current Status
permalink: /current/
---

### Known Issues

|Issue |Platform | Status | Release |
| --- | --- | --- | --- |
|Notifications are duplicating |iOS/Android|in progress| TBD |
|Notifications are showing old notifications |iOS/Android|in progress| TBD |
|Notifications are marked unread as soon as you view the list |iOS/Android|in progress| TBD |
|On recipe page, mismatch between favorites carousel and “see all” favorite|iOS/Android|in progress| TBD |
|Tapping on post in profile opens the previous post|iOS|in progress| TBD |
|Manual Calorie Allowance Increased After 7.5 Release (TBD)|iOS/Android|investigating| TBD |
|Turning off app icon notifications doesn’t save|iOS|investigating| TBD |
|Calories counts on edited foods changed|?|investigating| TBD |
|After uninstalling and reinstalling app, unable to login to existing account & access data|Android|investigating| TBD |
|Recipes created in recipe builder not saving even when all required fields are complete|Android|investigating| TBD |
|Favorites, My Foods, and Recipes are missing for some users|Android|investigating| TBD |
|Allocated daily calories too high|iOS/Android|investigating| TBD |
|Deep links not working|iOS|investigating| TBD |

0 comments on commit c8a237f

Please sign in to comment.