generated from commutatus/angular-starterpack
-
Notifications
You must be signed in to change notification settings - Fork 5
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
[staging] Refactored: RemainingDaysText #532
Open
cm-marvin
wants to merge
11
commits into
staging
Choose a base branch
from
PRO-6655
base: staging
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
Conversation
This file contains 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
* feat: Added Organisation details and response counts in the Profile card (#462) * feat: Added Organisation details and response counts in the Profile card * refactor: code review changes * fix: feedback points changes, 500 error debugging. * refactor: checkTokenExpiration function, & code review changes * refactor: code review changes * refactor: code review changes, removed negative margin for dividers. * refactor: code review changes * refactor: Renamed class name to divider * refactor: used Shorthand property for styling * Authentication successfull, loading Civis Platform... * refactor: code review changes
#488) * fix: updating loginCallbackUrl to the cookies, If user is not authenticated * remove console log --------- Co-authored-by: Gurkirpal Singh <[email protected]>
* feat: Implemented a language dropdown in the summary section And updated API, translations to support Hindi and Odia for dynamic content, including titles, ministries, summaries, questions, and sub-questions. * refactor: Code review changes: moved to shared functions and reused in components, added fragment, And removed odia Language option to add it in next feat * refactor: code review changes * refactor: code review changes, removed isSubQuestion. * fix: added hasHindiContent function, to remove HTML tags and trim the content to check if it's empty or just whitespace.
hotfix: Consultation response not auto submitting on login
#519) * feat: To show the error meassage based on "isSatisfactionRatingOptional" from BE. * refactor: updated submitAnswer function to submit the consultation. * refactor: updated submitAnswer function, removed this.responseFeedback as this is no more a mandatory field. * fix: To stop calling the API multiple times * fix: Removed 'Are you sure?' responseMessage modal code.
* feat: Translation of Static Text to Odia * refactor: update hindi translation for "SUBMIT RESPONSE" * refactor: code review changes, and added few static string translations. * feat: Translated all the placeholders, tooltip's, error messages * refactor: removed empty string's from json file. * fix: increased the width of the language drop-down. * fix: updated "READ CASE STUDY" hindi translation. * refactor: added margin bottom to the footer section * refactor: updated the language dropdown position to top, & removed previously added margin-bottom.
#513) * feat: Dynamically translate Title and Ministry name based on the selected language * refactor: removed commented code. * refactor: getRemainigDays function in consultation page. * fix: added translation to tooltip.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Main PR: #531