Key | Name | Labels | Description | Attachments | Status | Resolution | Dates |
---|---|---|---|---|---|---|---|
AMPL-38 | Access credentials to Repo, DEV and Database for Serhiy |
|
Access credentials to Repo, DEV and Database for Serhiy
|
Selected for Development | Unresolved |
|
|
AMPL-37 | Sample Review Option |
|
[https://app.theamplesamples.com/clear-sample]
A user pre...
https://app.theamplesamples.com/clear-sample
A user presses Clear Samples menu tab or from his personal account. Add to the pop-up 3rd option which will be redirecting to the https://app.theamplesamples.com/upload/review page. 1) ADD *SAMPLE REVIEW* OPTION to CLEAR SAMPLES CLIP (below) If SAMPLE REVIEW is selected then go to this page https://app.theamplesamples.com/upload/review !image-2023-11-22-16-50-17-373.png|width=343,height=335! 2) Update Pricing page with the new content (see attached): https://app.theamplesamples.com/pages/corporate-terms-and-conditions Each block will have its own content (separate rectangular shape/ figure). There are following blocks: *a) SAMPLE CLEARANCE* *b) SYNC LICENSING FEES* *FILM, TV, BRANDED VIDEOS, PODCASTS, MULTIMEDIA* *c)* *SAMPLE ANALYSIS +* *MECHANICAL LICENSES***** (let's put this block together with the other one) d) *IMPORTANT TO NOTE +* *CLEARING UNAUTHORIZED USES OF MUSIC*** *(let's put this block together with the other one)* |
|
Done | Done |
|
AMPL-36 | preventing users to donwload mp3 files, but only listen to them on website |
[https://app.theamplesamples.com/player?song_url=https://amp...
https://app.theamplesamples.com/player?song_url=https://ample-samples.s3.us-east-2.amazonaws.com/clear/request/songs/2023/10/09/NTGI2e41rHgzQ8ipYR0xPFMKEzHtEloorl3rB3qy.mp3
I see issues: 1. in URL is a direct path to the amazon - this is very obvious. 2. in the player the right click is not disabled. 3. perhaps we need to temporarily copy an mp3 file from amazon, to linux server, and then use PHP to push the music via player on demand, for visitor. below are options that can help up. please analyse and update (and estimate for this solution) To play MP3 audio via a website while limiting the ability to download the MP3 file to visitors, you can follow the steps below. Note, however, that any data that can be played or viewed in a browser can be intercepted and downloaded using the right tools or methods. These steps will make it more difficult for the average user, but a determined individual with knowledge could still retrieve the audio. # *PHP Settings*: There isn't a specific PHP setting that will prevent downloading of MP3 files. However, you can use PHP to serve your MP3 files in a way that doesn't expose their direct URL. # *Serve MP3s Through PHP*: Create a PHP script to serve your MP3 files. This script will read the file and then deliver it to the browser without revealing the file's direct path. phpCopy code {{@readfile($file);exit;?>}} # *.htaccess Directives*: If you're running an Apache server, you can use {{.htaccess}} to prevent direct access to your MP3 files. This ensures that users can only access the files through your PHP script. sqlCopy code {{ Deny from all # *Use an Audio Player*: Embed an audio player in your webpage to play the MP3. This way, the user only interacts with the player and not the file itself. There are various HTML5 or JavaScript-based players you can use. The {{ |
|
Done | Done |
|
|
AMPL-35 | Change password in Orchid Admin Site |
|
сделать чтоб в админке можно было менять пароль
Currently...
сделать чтоб в админке можно было менять пароль
Currently, the password is very simple in the Orchid admin. Max asked you to create a possibility in the admin site to change passwords by the client directly. |
Done | Done |
|
|
AMPL-34 | Download music to be disabled |
|
Need to disable possibility to download music, disable the f...
Need to disable possibility to download music, disable the feature that allows for recipients to download songs (see below).
Example provided : Raheem DeVaughn "Fall In Love (Acoustic)" https://app.theamplesamples.com/player?song_url=https://ample-samples.s3.us-east-2.amazonaws.com/clear/request/songs/2023/10/09/NTGI2e41rHgzQ8ipYR0xPFMKEzHtEloorl3rB3qy.mp3 |
|
Done | Done |
|
AMPL-33 | Request letter - bug |
Review video & fix the issue
[https://streamable.com/gb77...
Review video & fix the issue
https://streamable.com/gb77mx Once a Request letter is sent to licensors an error is occured. |
Done | Done |
|
||
AMPL-32 | WP technical issues email - to check |
|
Howdy!
Since WordPress 5.2 there is a built-in feature th...
Howdy!
Since WordPress 5.2 there is a built-in feature that detects when a plugin or theme causes a fatal error on your site, and notifies you with this automated email. In this case, WordPress caught an error with one of your plugins, Advanced Custom Fields PRO. First, visit your website (https://ample.ourdevapps.com/) and check for any visible issues. Next, visit the page where the error was caught (https://ample.ourdevapps.com/wp-login.php?action=register) and check for any visible issues. Please contact your host for assistance with investigating this issue further. If your site appears broken and you can't access your dashboard normally, WordPress now has a special "recovery mode". This lets you safely login to your dashboard and investigate further. https://ample.ourdevapps.com/wp-login.php?action=enter_recovery_mode&rm_token=gl05RhbWt6EVWQuEUrWfsb&rm_key=rBnokw0O383W9WESu5BFiY To keep your site safe, this link will expire in 1 day. Don't worry about that, though: a new link will be emailed to you if the error occurs again after it expires. When seeking help with this issue, you may be asked for some of the following information: WordPress version 5.7.9 Current theme: Ample Sample (version ) Current plugin: Advanced Custom Fields PRO (version 5.8.1) PHP version 7.2.31-1+0~20200514.41+debian8~1.gbpe2a56b Error Details ============= An error of type E_ERROR was caused in line 5051 of the file /home/devample/web/ample.ourdevapps.com/public_html/wp-content/plugins/advanced-custom-fields-pro/includes/api/api-helpers.php. Error message: Uncaught Error: Call to undefined function get_current_screen() in /home/devample/web/ample.ourdevapps.com/public_html/wp-content/plugins/advanced-custom-fields-pro/includes/api/api-helpers.php:5051 Stack trace: #0 /home/devample/web/ample.ourdevapps.com/public_html/wp-content/plugins/advanced-custom-fields-pro/includes/assets.php(318): acf_is_block_editor() #1 /home/devample/web/ample.ourdevapps.com/public_html/wp-includes/class-wp-hook.php(292): ACF_Assets->admin_footer('') #2 /home/devample/web/ample.ourdevapps.com/public_html/wp-includes/class-wp-hook.php(316): WP_Hook->apply_filters(NULL, Array) #3 /home/devample/web/ample.ourdevapps.com/public_html/wp-includes/plugin.php(484): WP_Hook->do_action(Array) #4 /home/devample/web/ample.ourdevapps.com/public_html/wp-login.php(330): do_action('login_footer') #5 /home/devample/web/ample.ourdevapps.com/public_html/wp-login.php(1016): login_footer('user_login') #6 \{main} thrown |
Done | Done |
|
|
AMPL-31 | Prod update |
|
To update code on PROD
|
Done | Done |
|
|
AMPL-30 | Code merge from DEV to PROD, update of PROD |
|
Сегодня Дима Т правил на Деве и уже завершил задачу. Я проте...
Сегодня Дима Т правил на Деве и уже завершил задачу. Я протестировала - все там работает
Задача была https://jira.verixity.com/browse/AMPL-23 Нужно с нашей стороны смерджить и обновить код на ПРОД сайте https://app.theamplesamples.com Я создала тебе на это задачу. Прошу возьми в работу, чтобы у нас в пятницу у клиента уже был обновленный код на проде. |
Done | Done |
|
|
AMPL-29 | Access credentials to Repo, DEV and Database for Dima T |
|
Please provide access credentials to Repo, Database of the D...
Please provide access credentials to Repo, Database of the DEvelopment environment for website and Orchid admin site to Dima T (developer)
https://dev.theamplesamples.com/login https://dev.theamplesamples.com/admin/login |
Done | Done |
|
|
AMPL-28 | update the stripe live API key - asap |
To run test on dev site, including payment with testing cred...
To run test on dev site, including payment with testing credit card
https://dev.theamplesamples.com/ https://dev.theamplesamples.com/admin/ Admin admin@admin2.com password ----/// OLD pk_live_51IKAj6DOERxX1mfPlbvF9ZRDODNc7qt2I7Pafflz6Gamy798DSvwXeOL7CfpANAnhtcHjGqOFhssNTSdUqxLZJXc000NdJ2uFp надо прописать этот API key если он не прописан в настройках срочно --- тест Publishable key pk_test_51IKAj6DOERxX1mfPLQvdrqj6Olz388MVSFNfgVG5gp8Zv6B7VAbfSRm9AwOi21VCqMpidGLTiO3JXWJZYqqYJgYx00Td9thmqe Secret key sk_test_51IKAj6DOERxX1mfPDcLkP88GIJAsukGR6YX3jEbCDygA4iHUlZy11dNTb7jMuVnnKeH1WhDvm991M1plajS9VWqf00BKwqxP3r ~a.lenina ~aleksandr.b please test using the follwoing: https://stripe.com/docs/testing#cards — Good evening. A client is attempting to make payment via Stripe. Please see below and attached and please kindly advise |
|
Done | Done |
|
|
AMPL-27 | Estimate - images & audio |
Загрузка файлов на сервер и в S3: (файлы изображение и аудио...
Загрузка файлов на сервер и в S3: (файлы изображение и аудио должны закачиваться и локально на сервер, и на S3).
Разработать функцию, позволяющую пользователю загружать MP3 и изображения через форму на сайте. После загрузки, информация (MP3 и изображения) должна сохраняться в локальную базу данных. Аудиофайлы должны автоматически сохраняться в папку S3 на сервере Amazon, а также храниться локально на сервере. Экспорт данных клиентов: |
Done | Done |
|
||
AMPL-26 | Zip archive & SSH |
|
1) Создать задачу по автоматическому созданию ZIP-архива сай...
1) Создать задачу по автоматическому созданию ZIP-архива сайта клиента (Production) каждую неделю. Архив должен включать в себя все настройки сервера, серверные файлы и базы данных. Архив автоматически сохраняется в папке S3 на сервере Amazon.
2) Доступ на Amazon сервер: Настроить доступ для клиента на Amazon сервер по SSH с правами ROOT. Позволить клиенту входить на сервер с использованием его имени пользователя и пароля. Записать краткое видеоурок, демонстрирующее, как зайти на сервер с использованием предоставленных учетных данных. |
Done | Done |
|
|
AMPL-25 | Estimate ONLY |
|
To provide estimates on the below:
Создать задачу...
To provide estimates on the below:
Создать задачу по автоматическому созданию ZIP-архива сайта клиента (Production) каждую неделю. Архив должен включать в себя все настройки сервера, серверные файлы и базы данных. Архив автоматически сохраняется в папке S3 на сервере Amazon. |
Done | Done |
|
|
AMPL-24 | Estimate on CSV/ Excel export |
|
[https://us02web.zoom.us/rec/share/FOP-tD8GQCIAaQgaIGXZv1PD1...
https://us02web.zoom.us/rec/share/FOP-tD8GQCIAaQgaIGXZv1PD16ewTXS8PD9pm_ZDCWqB-1O1GKHosUIfHuETbGZq.j5zWTe5p_FjrZks6
Passcode: R78+bf$l 1. Review video 2. Provide estimate on the requested functionality: to export in csv/ excel format all Requests, which will include all required fields. |
Done | Done |
|
|
AMPL-23 | Change email for Messaging in Orchid |
|
*To remove this address [theamplesamples@gmail.com|mailto:th...
*To remove this address theamplesamples@gmail.com from 2 (two) emails*
https://docs.google.com/spreadsheets/d/1MkWBXDl3-Wl-bHxps7zPw8YShcvhPuw4VGGnBwRc_7c/edit#gid=0 !Screenshot 2023-09-15 at 20.26.36.png|width=820,height=215! !Screenshot 2023-09-15 at 20.26.46.png|width=823,height=181! *-------- ////// OLD* *Access Credentials* Admin site Orchid: https://dev.theamplesamples.com/admin/login Login: admin@admin2.com Password: password 1) In Orchid to change email address to *submit@thesampl.es* Go to single Request, type Message and this message should be sent from submit@thesampl.es email address as shown below: !image-2023-08-18-18-14-04-372.png|width=602,height=317! !image-2023-08-18-18-04-08-608.png|width=825,height=447! 2) https://docs.google.com/spreadsheets/d/1MkWBXDl3-Wl-bHxps7zPw8YShcvhPuw4VGGnBwRc_7c/edit#gid=0 To go through the document and cross-check that all mentioned there emails are going from/to correct email addresses. If you see any email address in CC/ BCC - remove it and keep only the correct addresses from & to. |
|
Done | Done |
|
AMPL-22 | Status Report - cannot save files |
|
Выставить пермишены для сохранения файлов в Ордиче на ПРОДе ...
Выставить пермишены для сохранения файлов в Ордиче на ПРОДе такие же как на ДЕВе. Файл при подгрузке на Status Report не сохраняется
|
Done | Done |
|
|
AMPL-21 | Status report image is not uploaded |
|
Review the video
[https://streamable.com/p51dhh]
...
Review the video
https://streamable.com/p51dhh Image: !image-2023-08-17-09-44-50-234.png|width=1086,height=594! |
|
Done | Done |
|
AMPL-20 | Broken AWS audio links - 8.15.2023 |
Good evening. Links to music in AWS are not working. You wil...
Good evening. Links to music in AWS are not working. You will notice that when you try to click them below (Zeddy Will Freak You). This was brought to our attention by someone with whom we are trying to quickly close a deal. Please quickly advise.
h5. Dear friends,++++ *Ample Samples™* has been engaged to secure sample licenses for the record label *PowerMoves Inc* in connection with their artist *Zeddy Will*. The link below allows you to access *"Freak You"* (the "New Composition"), which includes an excerpt from the recording entitled*"Freek'n You"* (the "Original Composition") as written by DeVante Swing.++++ Our client has set August 22, 2023 as their clearance deadline.++++ h5. SAMPLE DESCRIPTION++++ Specifically, a two-bar loop of instrumental and vocal from "Freek N You" is used intermittently within "Freak You".++++ Zeddy Will++++ "Freak You"++++ jodeci++++ "Freek'n You"++++ *PowerMoves Inc* seeks a license from *Sony Music Publishing* to use the "Original Composition" in connection with the release of the "New Composition" throughout the territories you control, in perpetuity, in all media, including but not limited to audio and short-form video digital downloads. |
|
Done | Done |
|
|
AMPL-19 | DNS records & call with client |
|
to update DNS records on the zoom call with client
|
Done | Done |
|
|
AMPL-18 | Website thumbnail |
|
To change background to black like it is done for this websi...
To change background to black like it is done for this website (make it similar): https://theamplesamples.com/
!Screenshot 2023-08-18 at 18.20.39.png! ----//// нам нужен website thumbnail картинка для этой страницы https://app.theamplesamples.com/signup Размеры: Max file size: 5 MB Minimum image dimensions: 1200 (w) x 627 (h) pixels Recommended ratio: 1.91:1 |
|
Done | Done |
|
AMPL-17 | Link Preview |
при шаре ссылки [https://app.theamplesamples.com/signup] под...
при шаре ссылки https://app.theamplesamples.com/signup подтягивалась графика
|
|
Done | Done |
|
|
AMPL-16 | Emails Replacement_2 |
|
1) These are all emails in the Orchid system. In the yellow ...
1) These are all emails in the Orchid system. In the yellow color column are mentioned all email addresses FROM and REPLY-TO. Please go ahead with replace it accordingly to the document.
https://docs.google.com/spreadsheets/d/1MkWBXDl3-Wl-bHxps7zPw8YShcvhPuw4VGGnBwRc_7c/edit?usp=sharing Шамиль, это все имейлы, которые есть в системе. В колонке желтого цвета указано, с какого имейла они должны уходить (FROM), а также на какой имейл должны приходить ответы (REPLY-TO). 2) All Clearance Invoice emails are being sent to theamplesamples@gmail.com , likely BCC. Please kindly remove us from BCC. All First Half and All Second Half Clearance Invoice emails. All should go to submit@thesampl.es. (Все инвойсы видимо отправляются на имейл адрес theamplesamples@gmail.com, возможно он стоит в системе в ВСС. Этот имейл нужно оттуда убрать, чтобы имейлы туда не приходили.) !Screenshot 2023-08-04 at 10.13.33.png|width=745,height=195! |
|
Done | Done |
|
AMPL-15 | Domain name |
|
С нашей стороны мы должны сделать еще одну копию всей систем...
С нашей стороны мы должны сделать еще одну копию всей системы, перенести ее на сервер Amazon для клиента и переназначить на него доменное имя. Мы можем сделать это, скажем, в этот четверг, Иван Жилин возьмется за это. Ты можешь сообщить нашему клиенту, когда ему нужно изменить DNS. Иван Жилин расскажет тебе, что и как нужно изменить, какие IP-адреса использовать. Я предполагаю, что вы сможете справиться с этим вдвоем.
|
Done | Done |
|
|
AMPL-14 | Sample Report email |
|
All below notifications should be sent from [info@thesampl.e...
All below notifications should be sent from info@thesampl.es :
1) Sample Report a) change to info@thesampl.es b) correct the name of the report instead of the Your Request Report -> *Your Sample Report* *!image-2023-07-28-09-46-37-664.png|width=617,height=489!* !image-2023-07-28-09-49-03-847.png|width=607,height=332! 2) Notification to client once he pays for invoice should be going from info@thesampl.es !image-2023-07-28-09-53-02-813.png|width=578,height=407! All NOTIFICATIONS can be routed via info@thesampl.es All REQUEST LETTERS and all dealings with licensors must be sent via staff@thesampl.es |
|
Done | Done |
|
AMPL-13 | Request Letter - AWS Link to Music is Broken |
|
*REQUEST LETTERS - Broken Audio Link*
We discovered the...
*REQUEST LETTERS - Broken Audio Link*
We discovered the audio (in orange) is not properly linked to the request letter. It can not be found when clicking on the link. Tyrese"Love Transaction" The email and resultant error can be found below. The music needed for this letter can be found here in AWS: https://ample-samples.s3.us-east-2.amazonaws.com/clear/request/songs/2023/07/28/DcrJOzc1X1bMsPY7fcmzxABFyU1qxgOfsePoFp9t.mp3 !image-2023-07-28-09-35-17-857.png|width=653,height=496! |
|
Done | Done |
|
AMPL-12 | Emails Replacement |
|
All invoices from Orchid should be sent out from [submit@the...
All invoices from Orchid should be sent out from submit@thesampl.es email.
Go to Orchid, Accounting. All Requests Tab -> create invoice. !image-2023-07-26-10-34-41-824.png|width=622,height=393! As you can see, the email FROM is incorrect and all invoices needs to be sent from submit@thesampl.es email ONLY. !image-2023-07-26-10-38-49-896.png|width=743,height=478! |
|
Done | Done |
|
AMPL-11 | Clean up Orchid from testing accounts |
|
Orchid: delete testing data
*1) Labels*
fsdfsa
L...
Orchid: delete testing data
*1) Labels* fsdfsa LAbel test 14 42 864 Song Song Song Song Song Song tteest test qwerty 49 Test1 Test2 sdfsdf snfdjnjsdnf sfjsjdfdsf 40 19 ANNTEST testing *2) PUBLISHERS* shamil asfdsf Song Song Song Song Song Song Song Song Song Song Song Song Song Song Song qwerty qwerr *3) SONG WRITERS* testing qwer qwert Song Song Song Song Song Song Song Song Song Song Song Song dsfsdfs 4) Remove my testing requests: # 57 & 62 !Screenshot 2023-08-16 at 13.27.51.png|width=854,height=45! !Screenshot 2023-08-16 at 13.27.55.png|width=882,height=43! ------////////// OLD 1) вычистить всю систему и убрать все тестовые аккаунты (они там все тестовые по факту). Все это нужно до 31 августа. Оставить только эти реквесты в системе как активные: № 55, 53, 52, 50-48 (это реквесты от клиента - активные) !image-2023-07-25-19-56-09-322.png|width=1082,height=191! 2) Разослать Всем юзерам в системе имейлы со сменой пароля. контент имейла *Login to your account to update your password* поставить link, по которому им нужно будет перейти |
|
Done | Done |
|
AMPL-10 | All PM tasks |
|
All PM tasks
|
In Progress | Unresolved |
|
|
AMPL-9 | BCC bug |
|
Video with the record of the entire testing process:
...
Video with the record of the entire testing process:
https://us02web.zoom.us/rec/share/Aqcji0VSgR4YI0X9V_yPE7IWBDSriUtgts--VcN0dEKdpdrnm5DQoG0W2CBVDX6J.6SChQZknyw1S5HE_ Passcode: AS49*o2N 1) Once placed BCC email address in the Orchid, the error appears: !image-2023-07-12-11-31-35-024.png|width=1108,height=620! 2) The system is loading very slow during filing up fields in the final step !image-2023-07-12-11-32-48-825.png|width=883,height=490! |
|
Done | Done |
|
AMPL-8 | SUBMISSION PROCESS - ошибка |
SUBMISSION PROCESS,
*VIDEO UPLOAD ERROR*
[https:/...
SUBMISSION PROCESS,
*VIDEO UPLOAD ERROR* https://streamable.com/2fcjz5 Я высылаю скриншот Что именно пользователь уже есть то есть создался запрос а при регистрации вышла ошибка и не до отработался скрипт пожалуйста протестируйте и предоставьте детальный бак В чём именно проблема этот баг пожалуйста назначьте на Ивана Жилина он со своей стороны посмотрит Может быть там проблема в настройках перед тем как эту задачу мы передадим Шамилю |
|
Done | Done |
|
|
AMPL-7 | Licensors/ Publishers List |
|
From the remote computer access to the email of the client a...
From the remote computer access to the email of the client and scrap all information from 2 folders only.
https://apps.apple.com/us/app/microsoft-remote-desktop/id1295203466?mt=12 rdp host: work-winpc.verixity.com:65389 Administrator WINWorkpc@2023_localsign Email: staff@thesampl.es Password: blue-is-true-89 Folders within the email box: A-Sample Use A-Sync Use !image-2023-06-27-12-10-09-535.png|width=354,height=162! To create a single document from two (see attached) and find more information from two folders mentioned above. Update the document with the new info Document to work on: https://docs.google.com/spreadsheets/d/1DOaMTdpB-xXSGme6JvOtGRWgaHL3JRga4mYYPV_IyDI/edit#gid=0 |
|
Done | Done |
|
AMPL-6 | Orchid: Create |
|
Video explaining the task:
[https://drive.google.com/file...
Video explaining the task:
https://drive.google.com/file/d/1m-uNFtfcZpyPEijApLohyNOnmH3bAn9E/view?usp=sharing 1) Once user enters the data into Clear Sync request within the user's interface, in the Step #2 should be added an additional field *Publishers of this song/* *Song Writers* This filed is going to be the same as the field "Record Label" (drop down with possibility to write your own options) See the example below how the field should be placed: !Screenshot 2023-07-13 at 11.40.19.png|width=532,height=414! 2) In the Orchid should be done the following changes: Create two Tabs under Licensors: a) Samples - labels & publishers b) Sync -labels & publishers !image-2023-06-23-11-39-51-801.png|width=739,height=326! 3) To replace Request letter for Clear Sync with the new one - ^TEMPLATE SYNC REQUEST (1).docx |
|
Done | Done |
|
AMPL-5 | Replace email address |
All emails going from Orchid relating to requests should be ...
All emails going from Orchid relating to requests should be sent from STAFF@thesampl.es email.
Password to the email : *blue-is-true-89* *Video explaining the task:* https://drive.google.com/file/d/1aV0TxevJkaFcyYQKm4_aSeBirktZglc4/view?usp=sharing Screenshots attached. !Screenshot 2023-07-13 at 11.24.52.png|width=710,height=417! !Screenshot 2023-07-13 at 11.30.22.png|width=687,height=403! ----- OLD//// All general "Thank you" emails should be going not to / from info@thesampl.es but go from/to submit@thesampl.es |
|
Done | Done |
|
|
AMPL-4 | Permissions |
|
To provide permissions - check the bug report, task #2
[h...
To provide permissions - check the bug report, task #2
https://docs.google.com/document/d/1Ef9Gm429D675zWz4dw6Cg-rdnfzx5pWp/edit?usp=sharing&ouid=100345439473619484957&rtpof=true&sd=true |
Done | Done |
|
|
AMPL-3 | Requests – edit song bug |
|
Review full bug report here:
[https://kb.verixity.com/x/GoE...
Review full bug report here:
https://kb.verixity.com/x/GoEP Approve and Disapprove does not work https://docs.google.com/document/d/1Ef9Gm429D675zWz4dw6Cg-rdnfzx5pWp/edit?usp=sharing&ouid=100345439473619484957&rtpof=true&sd=true Approve review – не работает Disapprove review – не работает !image-2023-06-14-09-32-44-764.png|width=455,height=346! |
|
Done | Done |
|
AMPL-2 | Create Accounts for Users in Orchid & Additional Column for Users Tab |
|
1) In the Orchid to create an additional column in the Users...
1) In the Orchid to create an additional column in the Users Tab. Column Name - Sign Ups. Here will be shown all users who came from the Word Press website and will have WP tag. This column must have Filter so an Admin can filter users by the tag.
2) Create accounts for all users in the list in the Orchid. Once accounts are created, a system should send out an email to each user with Random Password. All users to be uploaded to Production site. Document with all users https://docs.google.com/spreadsheets/d/1A7D5JVAfGK2Uk1XZqH_KIo2DOEkepMQ6PZzV3diG68w/edit#gid=0 ---- WP юзерами предлагаю поступить следующим образом: давайте сделаем отдельную калонку во вкладке Users с фильтром, которая позволит отфильтровать их по этому параметру. Назовем колонку Sign Ups, по которой будем фильтровать (таг - WP). Переносим всех юзеров из документа сразу на ПРОД. |
|
Done | Done |
|
AMPL-1 | List of Users |
|
Client confirmed that the document with all users, including...
Client confirmed that the document with all users, including highlighted in yellow color, to be transferred to Orchid.
https://docs.google.com/spreadsheets/d/1A7D5JVAfGK2Uk1XZqH_KIo2DOEkepMQ6PZzV3diG68w/edit#gid=0 Before uploading users to Orchid, go through the additional list of users who already paid for services via Square and cross-check with the existing document. https://docs.google.com/spreadsheets/d/1XNYTu6cDNwpRkqxYylLvQZFG8HPv0BjU/edit?usp=sharing&ouid=100345439473619484957&rtpof=true&sd=true ------ клиент ответил, что проверил документ и всех юзеров, отмеченных желтым цветом, и подтвердил, что всех можно переносить в Орчид. https://docs.google.com/spreadsheets/d/1A7D5JVAfGK2Uk1XZqH_KIo2DOEkepMQ6PZzV3diG68w/edit#gid=0 Перед тем как будете переносить юзеров на ПРОД, клиент попросил добавить в этот список еще клиентов, которые уже оплатили за свой реквест через платежную систему Square. Предлагаю перед переносом сделать кросс-проверку по имейлу юзеров наш список с этим. Если данные задваиваются, перепроверяем данные и обновляем в документе, если данных нет, то вносим в наш документ. https://docs.google.com/spreadsheets/d/1XNYTu6cDNwpRkqxYylLvQZFG8HPv0BjU/edit?usp=sharing&ouid=100345439473619484957&rtpof=true&sd=true |
Done | Done |
|
Name | Status | Date Created | Date Approved | Actions | Paid |
---|---|---|---|---|---|
Export “All Customer Requests” into CSV file fro... | approved | August 24, 2023 | August 25, 2023 |
|
Landing Page
https://theamplesamples.com/
Landing Page Admin site
https://theamplesamples.com/wp-admin/
Login: Administrator
Password: FSdns&39543824JLKDNasjkd
Orchid Admin Panel
https://app.theamplesamples.com/admin/login
Login: admin@admin2.com
Password: password
Blog
https://grooves.theamplesamples.com/wp-admin
Login: theamplesamples
Password: Bjv&90345Csk