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
[ | |
{ | |
"Id": "45dc300177b6f26c911684d01a8028a85b5ab5b18feee70a04c59169a84aa157", | |
"Created": "2024-04-17T11:40:38.440505329Z", | |
"Path": "docker-entrypoint.sh", | |
"Args": [ | |
"--character-set-server=utf8mb4", | |
"--collation-server=utf8mb4_unicode_ci", | |
"--default-authentication-plugin=mysql_native_password", | |
"--local-infile=1" |
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
import { BaseMsisdn } from '@/@types/product'; | |
import { SegmentItemOption } from '@/components/shared'; | |
import { Card, DatePicker, Segment, Select } from '@/components/ui'; | |
import { FormItem } from '@/components/ui/Form'; | |
import type { InputProps } from '@/components/ui/Input'; | |
import Input from '@/components/ui/Input'; | |
import CaseConversion from '@/utils/caseConversion'; | |
import { | |
useGetMsisdnDataQuery, | |
useGetProductMetaDataQuery, |
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
1. All checkboxes are barely clickable. User expects to click on both tik mark & "Remember me" | |
and same logic should be everywhere | |
2. While signing up, Lan dropdown shows bangla, change it to Spanish | |
3. Follow the number one rule for the checkboxes | |
4. On the dashboard, remove the settings icon beside "Upcoming Appointments & Court Hearings" | |
5. In Notification bell icon, add a red dot, if new notification is recieved, after viewing the notfis, the red dot will go away, if new notification comes, it will apprear again | |
6. In notifications, "Mark all read" show away once I click on that. there should a minimum visual diffenece after clicking the "Mark all read" |
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
Plan | |
v0 | |
-- | |
Access | |
- Users | |
- Roles | |
- Permissions | |
- Activity Log | |
- Access Log |
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
Personal Information: | |
Name: Mushfiqur Rahman Shishir | |
Phone: 01711340020 | |
Email: [email protected] | |
Designation: Pricipal Software Engineer | |
Social Presence: | |
Blog: https://mushfiqweb.com/ | |
GitHub: https://github.com/mushfiqweb |
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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8" /> | |
<meta name="viewport" content="width=device-width, initial-scale=1" /> | |
<title>Learn More</title> | |
<link | |
rel="stylesheet" | |
href="http://myblapi-test.banglalink.net/learnMore/css/bootstrap.css" |
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
cd $ANSIBLE_PATH && ansible-playbook -i stagehost_50 --limit stagehost1 stage-bl-cms-fe.yml --tags container_up -e "image_version=$image_version" | |
PLAY [Run new cms fe container] ************************************************ | |
TASK [Run fe container] ******************************************************** | |
fatal: [stagehost1]: FAILED! => {"ansible_facts": {"discovered_interpreter_python": "/usr/libexec/platform-python"}, "changed": true, "cmd": "cd /app/myblapi/stage_new_cms_docker\nsh app-run-fe.sh \"v.1.0.0_blcmsfe_20240110_0215\"\n", "delta": "0:00:24.215461", "end": "2024-01-10 02:19:20.750061", "msg": "non-zero return code", "rc": 125, "start": "2024-01-10 02:18:56.534600", "stderr": "Unable to find image 'mybl-registry.banglalink.net/mybl-cms/stage-bl-cms-fe:v.1.0.0_blcmsfe_20240110_0215' locally\nv.1.0.0_blcmsfe_20240110_0215: Pulling from mybl-cms/stage-bl-cms-fe\n83ec2fc9c429: Already exists\nd6274c3231ab: Already exists\n4f4fb700ef54: Already exists\n4d795d74f0e2: Already exists\n04b15cf8a4c6: Alre |
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
2024/01/08 03:48:01 [error] 18#18: *4 FastCGI sent in stderr: "PHP message: PHP Deprecated: Optional parameter $conditions declared before required parameter $data is implicitly treated as a required parameter in /app/mybl/www-cms-be-api/app/Traits/CrudTrait.php on line 102" while reading response header from upstream, client: 192.168.107.241, server: localhost, request: "GET /api/v1/products/list/meta-data HTTP/1.1", upstream: "fastcgi://127.0.0.1:8999", host: "172.16.191.50:9443", referrer: "http://172.16.191.50:8445/" | |
2024/01/08 03:48:01 [error] 18#18: *5 FastCGI sent in stderr: "PHP message: PHP Deprecated: Optional parameter $conditions declared before required parameter $data is implicitly treated as a required parameter in /app/mybl/www-cms-be-api/app/Traits/CrudTrait.php on line 102" while reading response header from upstream, client: 192.168.107.241, server: localhost, request: "GET /api/v1/products?start=1&size=10&sorting=[]&globalFilter=&filters=[]&total=0&codes=[] HTTP/1.1", upstream: "fastcgi: |