Forum Replies Created
-
AuthorPosts
-
in reply to: Maseter Port Out PIN #13918
Hello Andrey,
Thanks for your input , i will change my current design accordingly.
in reply to: Maseter Port Out PIN #13912Hello Andrey,
Thanks for #13910. I have made the input fields work on the admin side for the edit profile section. Now, I am working on the script for the frontend profile settings page. I will update you once I complete the entry process on both the admin and frontend sides.
in reply to: Maseter Port Out PIN #13909Hello Andrey,
I am currently adding master port out pin for the customer on both admin and user site and activate and deactivate option. Letter i will ask to so me the process where pin will be required . Because i still have some confusion but i also don’t want to delay the task ,so i am currently doing what i got.
in reply to: Maseter Port Out PIN #13907Hello Andrey,
I have reviewed the newly added task description and noticed some changes that will impact the API and other parts of the code. I will need to review the affected areas in the codebase and then discuss it with my boss. This is a time-consuming process, so I will get back to you once I have completed the review.
-
This reply was modified 4 months, 4 weeks ago by
Nishit Shan.
in reply to: Maseter Port Out PIN #13905Hello Andrey,
Thanks for update , i will check and will start working. I will get back to you if needed.
in reply to: Maseter Port Out PIN #13900Hello Andrey,
I have started working on master port out pin and have added input field for both profile setting page and admin side edit user page, you can check.
While we have no update from admin side i will check bulk update task as you said and i will get back to you , if needed.
in reply to: Maseter Port Out PIN #13896Hello Andrey,
Yes, but why default PIN number universal for customers active numbers ? I am asking because i have to know what will be it’s behaviour once we created it and make it as active .For example will it be used for any type of filtering or other thing.
in reply to: Maseter Port Out PIN #13894Hello Andrey,
Currently i am checking all connected code with profile setting and edit user , so there can be no conflict between our code and previous code.
Should master pin out be unique ? Can you please give me an idea where this pin will be used , like do you have any page or API so i can just remind myself about that code.
in reply to: Maseter Port Out PIN #13891Hello Andrey,
All job inside this task page is not yet been completed “Master Port Out PIN and Bulk Edit Numbers Improvment” still have to do.
With your permission i am going to look into both of these task , i will let you know if there will be any questions or confusion.
in reply to: Maseter Port Out PIN #13888Hello Andrey,
I want to ask if there is any task listed which should i prioritise or should i go in flow ?
in reply to: Maseter Port Out PIN #13881Hello Andrey,
Additionally, users cannot include “-” in the brand name, as the system automatically removes hyphens when searching the brand name in the database.I’ve updated the brand name to “Matching NPA NXX (305.305 etc)” and added one number — (254) 254-0000 — under the “TEXAS”, “Matching NPA NXX (305.305 etc)”, and its original “New Number” brand. The number now appears in the product listings of all three brands.
in reply to: Maseter Port Out PIN #13879Hello Andrey,
Thank you for your feedback.
I reviewed the issue and noticed that the brand not is not matching the expected NPA/NXX format (e.g., 305.305). This appears to be due to the brand name containing a “/” character. Since the system uses the brand name as a URL parameter, “/” is not allowed in the brand name.
I’m currently looking into resolving the issue by updating the brand name.
-
This reply was modified 5 months ago by
Nishit Shan.
in reply to: Maseter Port Out PIN #13877Hello Andrey,
I have fixed the reserve button issue.
in reply to: Maseter Port Out PIN #13875Hello Andrey,
Can you please confirm if admin have tested “Top Categories – Widget Sync” , because i need to complete it’s coding if it is correct.
During the initial development of this site, CSS was not as advanced as it is today, and media queries were either not widely adopted or unavailable. This could be one of the reasons behind some of the design limitations we’re observing now. Over the past 3–4 years, web technologies have evolved significantly, which means that some older code may still function, while other parts might no longer perform as expected. That said, I’ll definitely review the current state of the site, but it’s important to keep this context in mind as we assess the design.
in reply to: Maseter Port Out PIN #13872Hello Andrey,
I have reviewed the API code and also tested providing all numbers through the getAllNumbers API request. Below is my input accordingly:
As you know, we already have the following APIs available:
getMillionNumbers
getRepeaterNumbers
getDoubleRepeaterNumbers
getVanityNumbers
getX00-X000
getTollFreeNumbers
getXY0-0000
getX00-Y000
getXYY-YYYY
These APIs allow users to fetch their preferred types of numbers. While we can provide access to all numbers through the getAllNumbers API, doing so would place a heavy load on our server, potentially leading to a server crash. Even if the server successfully handles the request, the response time will be significantly delayed, which could result in a timeout error for the API user.
Considering we have over 90,000 numbers in our database, returning all of them in a single request is neither practical nor advisable. For this reason, I currently limit the getAllNumbers API response to 500 numbers at a time.
Our documentation includes detailed explanations of each API’s request and response structure. However, if an API user requires specific data not covered by the existing APIs, we are open to creating a new, dedicated API for that purpose.
Although we already offer APIs to fetch specific number types like Repeater and Million numbers, I am open to discussing any new ideas or suggestions you may have—especially if they align with customer needs.
-
This reply was modified 5 months, 1 week ago by
Nishit Shan.
-
This reply was modified 4 months, 4 weeks ago by
-
AuthorPosts