-
Notifications
You must be signed in to change notification settings - Fork 26
Specify the PHP warning #173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
LouiseBonnard
wants to merge
6
commits into
master
Choose a base branch
from
LouiseBonnard-patch-5
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
5540db5
Specify the PHP warning
LouiseBonnard d012c34
Update specifications
LouiseBonnard a829373
Add success notification
LouiseBonnard 5634ceb
Add multistore behavior
LouiseBonnard e3f041d
Fix typo
LouiseBonnard bcab118
Update back-office/dashboard.md
marionf File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| # **SPECIFICATIONS - DASHBOARD PAGE** | ||
|
|
||
|
|
||
| _As a user, I want to know when my PHP version is not suitable - no longer supported or not yet supported._ | ||
|
|
||
| Since 1.7.8, a yellow warning notification is displayed on the top of the Dashboard page when the PHP version detected is no longer supported, cf. issue #[20862](https://github.com/PrestaShop/PrestaShop/issues/20862). | ||
|
|
||
| It says `You are using a PHP version that is not supported and this can affect your store. Please check PHP requirements and change for the suitable PHP version.` in `Admin.Notifications.Warning`. | ||
|
|
||
| Users should be able to dismiss this warning notification when it pops up, but it will keep on appearing at each session until the PHP version is changed. | ||
|
LouiseBonnard marked this conversation as resolved.
|
||
|
|
||
| Using the multistore feature, the scenario is expected to be different from one shop to the other: the **notification is dismissed only for the selected context** and should not be redisplayed if the user refreshes or returns to the Dashboard page. | ||
|
|
||
| Expected behavior: if the user dismisses the warning notification for Shop 1, it should still be visible in Shop 2. | ||
|
|
||
| If, following this recommendation, the user updates the PHP version to use a supported one, when logging in again, he/she should be able to see a green success notification: `You are now running a supported PHP version.` in `Admin.Notifications.Success`. | ||
|
|
||
| [TO BE COMPLETED] | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.