update to changelog and deploy process
This commit is contained in:
@@ -9,7 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
* SleekPlan javascript for user feedback
|
|
||||||
* "Today So Far" summary on the success page
|
* "Today So Far" summary on the success page
|
||||||
* API for registering and login
|
* API for registering and login
|
||||||
* API for fetching meals, summary, and posting meal
|
* API for fetching meals, summary, and posting meal
|
||||||
@@ -26,6 +25,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
* Form fields not needed
|
* Form fields not needed
|
||||||
* File name requirement from Meal model. Isn't necessary to have a file to record a meal
|
* File name requirement from Meal model. Isn't necessary to have a file to record a meal
|
||||||
|
|
||||||
|
## [0.1.1] - 2025-02-19
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
* SleekPlan javascript for user feedback
|
||||||
|
|
||||||
## [0.1.0] - 2025-02-10
|
## [0.1.0] - 2025-02-10
|
||||||
|
|
||||||
This marks the first release!
|
This marks the first release!
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ You're application should be running at http://localhost:20080!
|
|||||||
|
|
||||||
1. `docker exec -it calorie-frontend-1 bash`
|
1. `docker exec -it calorie-frontend-1 bash`
|
||||||
2. `yii migrate`
|
2. `yii migrate`
|
||||||
3. `yii fixture/load "*"` (creates chris@fivedevs.com with password of `password`)
|
3. `yii fixture/load "*"` (creates admin@example.com with password of `password`)
|
||||||
|
|
||||||
🎉 You should be able to login!
|
🎉 You should be able to login!
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ namespace Deployer;
|
|||||||
require 'recipe/yii.php';
|
require 'recipe/yii.php';
|
||||||
|
|
||||||
// Config
|
// Config
|
||||||
set('repository', 'git@github.com:cgsmith/calorie.git');
|
set('repository', 'git@github.com:caloriethingy/website.git');
|
||||||
|
|
||||||
add('shared_files', [
|
add('shared_files', [
|
||||||
//'yii',
|
//'yii',
|
||||||
|
|||||||
Reference in New Issue
Block a user