...priority queuing and discounts. - **Admin UI**: - Provide an interface to view and adjust membership privileges. --- ## 2. API Request Rate Limiting ### 2.1 Tier-Based Limits - **Differentiated Limits**: - T1: 5 req/sec, 100/min; T2: 10 req/sec, 200/min; T3: 15 req/sec, 300/min; T4: 20 req/sec, 500/min; T5: special/custom limit. - **Implementation**: - Use middleware in Golang (or API gateways) to enforce per-IP, account, and API key limits. ### 2.2 Circuit Breaker and Throttling - **Circuit Breaker**: - Triggered on consecutive failures or abuse patterns, with thresholds adjustable by tier. - **Throttling**: - Use token bucket or leaky bucket algorithms to smooth out traffic peaks. --- ## 3. API Access Monitoring and Logging ### 3.1 Log Record...
...specific chatbot or group management rights. • Conversation Records: Filter and export history by time or keywords. 5. Subscription Management • Upgrade subscriptions (e.g., monthly or annual plans) to unlock advanced features. 6. Interface Customization • Paid users can adjust themes, colors, logos, display positions, etc., for chat windows. (3) Customer Service Representative Features • View assigned user groups and conversation history. • Interact with customers in real-time (text, images, emojis). • No permission to modify chatbot configurations or interface settings. (4) C-End User Features 1. Chat Window Trigger • Support click or auto-popup triggers (configurable by B-End users). • Optionally prompt users for ...
Project Overview Budget: 400 USD Deadline: To be completed within one month Progress Reporting: Daily updates on weekdays Prerequisites Software Requirements: PHP 8.2 or higher MySQL 8.0 or higher Node.js 18.x or higher npm 9.x or higher Knowledge Requirements: Basic knowledge of PHP, JavaScript, and web development Familiarity with Composer and npm package managers Development Requirements Payment Gateway Integration Payment Gateway 1: Airspay Integrate the Airspay payment system, supporting one-time payments via Alipay and WeChat Pay. Use the API to generate a payment QR code directly on the platform, allowing users to scan and pay without redirection. Documentation: Payment Gateway 2: Cryptomus Support USDT payments through the Cryptomus platform with
...the homepage or the specified page. Add a check for all code bugs: Conduct a thorough code review, identify and fix all potential issues, ensuring logical correctness and stable operation of the code. 2.2 Data Monitoring and Display Add data monitoring features in the admin system, displaying the following metrics: Add user visit count: Real-time statistics on total user visits. Add regional access ratio: Display the percentage of users visiting from different regions. Add user source ratio: Show user acquisition channels, such as organic search, social media, advertising, etc. Add order count: Track and display the total number of orders and their status. Add revenue data: Display total revenue and monthly revenue changes. Add total user count: Show the total number of registe...
...developer must complete the project within 25 days. If the project is not completed within the deadline, we reserve the right to request a full refund without any reason. Project Goals: Feature Synchronization: Use Flutter to synchronize all features and logic from the Android VPN version to the iOS version, ensuring a consistent user experience across platforms. UI Update: Develop a new iOS user interface that matches the flow and design of the Android version to maintain uniformity. Backend Code Optimization: Update and optimize backend code to meet the requirements of the iOS version, improving performance and connection speed. VPN Protocol Integration: Integrate the V2ray protocol in the iOS application using sing-box client to ensure a secure and stable VPN connection. Mem...
Development Document: Frontend, Backend, and Admin Panel Table of Contents Overview General Requirements Frontend Development Requirements Menu Click Limitation Copy and Debugging Protection Multilingual Support Membership Plan Selection Interface Agent Page Backend Development Requirements Software Update System Invitation System Membership Pricing and Plan Modification Agent Membership Functionality Enterprise Functionality (Management Center) Card Code Redemption System Exclusive Membership Line Settings Email Configuration FAQs and Banners Management Copywriting Management Admin Panel Requirements Multilingual Switching Login Security Enhancement Order Management User Management Online Status Display Data Statistics and Reports Task Center (Planning Center) Development Notes Det...
...recently attempted to upgrade to support Android 14 (API Level 34). After the upgrade, the app has encountered several issues that need to be resolved by an experienced Android developer. Main issues include: Membership Time Loading Error: When the app starts, there's an error in loading the membership time, causing the app to remain in a loading (spinning) state and unable to proceed to the main interface. Menu Click and Language Switching Issues: Clicking on menus and switching language buttons may cause the app to loop or redirect continuously. Sometimes, after switching to another language, it automatically reverts back to English and doesn't retain the user's chosen language. Publishing to Google Play Internal Testing: After fixing the above issues, I need...
...enhance overall performance and connection speed. 4. **VPN Protocol Integration**: Integrate the V2ray protocol into the iOS application using the **sing-box client**. Ensure secure and stable VPN connections and optimize performance. 5. **Membership Feature Integration**: Implement and synchronize membership management features, including user registration, login, subscription management, and access control on the iOS client, to match the Android version. **Specific Responsibilities:** 1. **Feature Synchronization and UI Consistency**: Sync all functionalities and UI elements from the provided Android source code to the iOS version, ensuring a consistent user experience. 2. **Issue Resolution and Debugging**: Diagnose and resolve bugs in the iOS app, including network conne...
...enhance overall performance and connection speed. 4. **VPN Protocol Integration**: Integrate the V2ray protocol into the iOS application using the **sing-box client**. Ensure secure and stable VPN connections and optimize performance. 5. **Membership Feature Integration**: Implement and synchronize membership management features, including user registration, login, subscription management, and access control on the iOS client, to match the Android version. **Specific Responsibilities:** 1. **Feature Synchronization and UI Consistency**: Sync all functionalities and UI elements from the provided Android source code to the iOS version, ensuring a consistent user experience. 2. **Issue Resolution and Debugging**: Diagnose and resolve bugs in the iOS app, including network conne...
...a student or junior UI/UX designer to create an engaging user interface for a SaaS website, greeting a seamless experience for our users. Key Responsibilities: * Use UI design kit out in the market to speed up the design. Design Preferences: * Incorporate a modern and minimalist design approach to make the website look contemporary without creating clutter. * Use vibrant colors thoughtfully to enhance the user experience while keeping a professional and corporate feel throughout. Ideal Skills (Optional): * Strong proficiency in website UI/UX design * Previous experience with SaaS platform design * Familiarity with modern, minimalist, and professional design approaches * Good understanding of color theories and user interface trends The applicant should demonstrate the...
...key pair on each peer (both desktop and mobile) and exchange the public keys. But I could not figure out how DH key exchange works. And where the keys are stored in mobile and how I can access them from the mobile phone so that I can encrypt the audio with the phones public key and then on the phone i can decrypt it using the key. (需要做的是为我在webrtc服务器上直播视频和音频的现有项目增加DH密钥交换算法的功能。 我原来的项目代码是录音web端和手机端的音频,并将它们进行比较延迟,作为两个端是否是在同一环境的双因素身份验证。我要改进的是使用webrtc直播音频来比较它们,把录音这一步替换掉。 我已经做好了的是部署webrtc信号服务器和可以直播视频和音频的url链接。现在连接的运作方式是,我用一个roomID创建一个房间,然后用户群用url里的roomID向服务器发出请求。RoomID会被放在同一个房间里开始直播视频和音频。但为了安全原因,我现在还需要在每个用户群(手机端和web端)上生成一个DH密钥对然后交换公钥。 但我不知道DH密钥交换要怎么做,以及我不知道手机中的密钥存储在哪里,如何从手机上访问它们,来用手机的公钥加密音频。)
... In addition to providing security related to the centralized financial ecosystem, it also provides the best of both worlds advantages, providing all the cost-effectiveness, easy access, transparency and rapidity of defi income agriculture Moon farm optimizes the yield agriculture interest (apyi APR) and provides users with the ability to choose the farm they want to use. Otherwise, the system will automatically use the yield optimization engine to determine the best farming strategy. Our vision: Become a leading platform for yield optimization of cedefi; Bridge the gap between cefi and defi; Eliminate the access threshold of planting industry and improve the user experience; Provide better utilization of funds; Create powerful optimizations to provide the best interests f...
0. Use python 3.7/3.8, and please leave some comments and notes 1. A small crawler program on Windows; I can download the file and click an .exe for running it. This program has an interface for some simple operations: there is a search box and search button in the page, a status bar, a conversion button, an import button, and a visualization button. 2. First, I can type a word in the search box of the program’s interface. 3. According to the word I typed in step2, the program searches for the corresponding words on 4. Create a list1 to document the explanations on of the word searched in step2. Please notice that only level-1 explanations are needed (as shown in the jpg "无标题", the level-1 explanations of “this” are the sentences rounded by
A calendar applet with multiple features, including time booking, team collaboration, shared calendars, online subscriptions, and more. Requirements: 1. Must have a deep understanding of the booking 2. Must be familiar with the common calendar application 3. Must have a deep understanding of teamwork and access control 4. Must be familiar with WeChat / applet / public number 一 个具有多种功能的日历小程序,包括时间预订,团队协作,共享日历,在线订阅等。 要求: 1. 必须对预订有深刻理解 2. 必须熟悉常见日历应用 3. 必须对团队协作,权限控制有深刻理解 4. 必须熟悉微信/小程序/公众号
1.在access选项卡下增加购买栏,后台可以输入金额,前台用户访问页面时支付相应金额以后可以访问内容; 2.用户可以自己购买用户组,用户支付一定的金额,可以在一段时间内成为某一个用户组成员 3.支付方式包含支付宝和微信支付(扫码、链接等都需要支持) 4.详细说明请查看附加文件
...battery; 2 Display interface to support RGB, LVDS and MIPI interface, as only one interface can be used at the same time, so the three interface pins can be reused; 3. Touch screen interface resistive screen interface, the use of ADS7846 or compatible chip, using the SPI interface; Capacitive screen interface, the use of IIC interface; 4. SD card interface CPU to reserve SD / TF card interface pins; 5. Network interface using RMII interface PHY, so RMII interface pins have to be reserved, PHY using DP83848IVV ; 6. Serial communication interface to reserve a RS232 UART; reserved for a RS485 UART, in addition to set aside a pin for the direction of RS485 control; 7. USB ...
This web site should be developed in Java, MySQL, JavaScript(Angular). 需要建一个ElasticSearch数据Screener 网站/网页。这个网站分用户端(user interface)和网站管理员端 (admin interface)。 在用户端用户可以输入/选搜索的数据域名(data set name), 任意搜索组合(screener/search criteria), 按“FIND”按钮, 搜索结果以列表的形式显示出来。 在网站管理员端, 管理员可以create (data set name + ElasticSearch URL). 管理员可以查看和修改,所有的(data set name + ElasticSearch URL) 数据记录, 也可以删除单个的数据记录 用户可以在网站注册。注册成功后, 会收到确认(confirmation)电子邮件. 用户需要点击确认链接去确认账户建立。 用户可以保存自己的search criteria 在数据库. 用户登录网站后, 可以选择已经保存的的search criteria, 再按“FIND”按钮, 搜索结果以列表的形式显示出来。 ElasticSearch is an open source data search product. URL for reference: The end product will looks like yahoo stock screener (). Please see the attached word document for requirement details
...6、有创业精神的年轻人优先! 价格: 我们愿意支付合理的市场价格,支付方式可以是固定费用或按小时计费,具体面议。 We are looking for an app developer/coder, for a social service app based in Shanghai China. The app first feature is in some way similar to 滴滴快车. Monetization will be that the app will deduct a minor percentage from every transaction after every service done. The app will be based in China, and only for coding, we will be providing the interface design, a very simple minimal design would be used. Requirements are to be: 1. Experienced with Wechat/ Alipay or union payment integration. 2. Familiar with geo-location based services and map integrations。 3. Simple rating system for both providers and clients. 4. Familiar with Chinese source code and regulations. 5. Ability to develop the apps within 5 months ...
你好: 我要開發一套門禁系統與監控系統,人員不須到現場協助客戶看屋。 請參考以下網站 開發類似這套系統。 與開發 的網站做應用 請問您可以開發嗎? I want to develop a set of access control systems and monitoring systems, personnel do not have to go to the scene to help customers see the house.
我現在有一個以visual foxpro 編寫的軟件,它會自動從網上下載資料並儲存在電腦中,透過軟件的介面顯示所需資料。現在的項目想將下載並儲存在電腦的DATA擷取到EXCEL/ACCESS,從而不用透過FOXPRO 編寫的程式也可以利用EXCEL/ACCESS 作查詢。由於軟件的介面是中文,所以必需懂得中文才可以完成這個項目。
... 工作職責: - 通過使用HTML5 / CSS3創建網站佈局/用戶界面。 - 從各種後端服務和數據庫集成數據。 - 負責維持於擴展我們的網站。 - 保持使用新技術,並將其應用到業務和活動。 - 優化網站保持最快網速。 申請者要求: - 擁有使用PHP ,MySQL和JavaScript編碼經驗。 - 擁有集成API(Google)的經驗。 - 了解搜索引擎優化的原則,並確保該網站將堅持他們的理解。 - 強大的組織能力可兼顧時間表和預算約束範圍內多個任務。 - 精通中文(台灣) 與英文,溝通能力強。 福利: - 分配公司股份,擁有獨特,快速成長機會的行業。 - 可遠程操控工作,在家中或如你喜好,在沙灘上。 - 時間自由,自行分配行程。 - 本公司將捐獻百分之5 的利潤,也將投入時間致力於台灣環境的教育與進步,您成為一員可為社會做出貢獻。 Web Developer Required for Startup - Equity Stake Company Introduction We are a fun and innovative start-up company in the surf industry, based in Taipei. We are a laid-back group of surfers who are passionate about surfing, Taiwan’s surf community, and Taiwan’s environment. Our mission is to be the authoritative source of free surfing content in Taiwan, to inspire a bet...
我们目前有一个基于Windos Access 的一个内部应用软件, 我们希望能将其用WINDEV 来重新开发 以便于我们之后的应用。指定使用WINDEV 开发软件。在我们公司坐班工作,直到项目完成。
基于bootstrap、highcharts、jquery等前端框架,后端采用.NET,数据库采用access数据库。
...The creature should be designed so that it can be instantiated as an object. You should be able to create instances of the creature with varying sizes through a single float argument passed into the constructor. The location of the object should vary each time the constructor is called. In addition to the constructor, make sure that the class implements all of the methods of the AnimatedObject Interface (and i have the required codes)...
...coupon) c. online appointment, appointment will be send to manager's email for approval, manager can approve from the email link d. therapist management function, can easily add/delete employee, and arrange employee on duty. e. service management function for cashier, payment calculation for employee and cashier. f. coupon management, coupon will have expire date. g. interface for manager to publish some information on the side new feed bar. h. support google map. 网页设计要求 1. 设计大方简洁,适合按摩店特色,支持手机浏览以及预约,可以支持多个按摩店(不同名字),不同主页 2. 语言支持:英文 3. 需要有适合手机浏览的页面 4. 需要有用户管理功能: 客人,经理,员工 4a. 客人注册 (电话,邮件),客人邮件需要和pommo软件同步,pommo是一个开源的邮件发送软件。 4b. 客人可以邀请其他客人 4c. 客人可以网上预约,预约邮件发送到管理员邮箱,管理员可以通过邮件确认并答复 4d. 服务管理功能,可以参见现有...
...them in their computers. 3, The computers should be pre-installed with our special player. After plugging in the "softdog", the player will show the student's identity information including name, gender, phone number, class and term. 4, After completing the authentication process, the videos can be freely played in the special player. The students can select the styles of the player in the interface of the player and we also can show our brand in the player. The definition of the videos will not be affected. The videos can be freely sped or rewound. Besides, 0.1 to 5.0 times of speeding and rewinding can be achieved and the audio track can stay the same . 5, The encryption software of the video can be specifically available to the students of a particular class....
1. App download to allow user to access the internet thru our company servers.. 2. GEO Location of device for clients when they enter the office building to know where they are. 3. Building lay out, with using scan QR codes to let clients know where they are at precisely 4. USING wifi, A-GPS and GPS to access location INSIDE the building and on different floors 5. Allow downloading of pamphlets and documents helps references for services provided in the entire 10 story building along with each specific floors 7. Will need ongoing support for at least 1 year, 8. Within the app, the layout for the client changes and makes changes based on the wifi positioning. 9. Smart app controller, allowing the app to control simple internet connected items (lights, switches) will ...
Requires a database that helps users in our company to organise different packaging specifications for each of our products. Since different customers require different packaging format of the same products, we need to be able to pick from existing packaging format or create new format for each customer. Requires the following functions. 1) Product overview (list all the items, and related different packaging specifications) 2) Functions that allow users to alter and add new packaging format for each item. 3) Functions that allow users to pick different products (and its respective forma) and output the selection to Excel or PDF 4) An import and export function that allows us to import all the existing packaging data into the database.
Need an iPhone application in Simplified Chinese. See below for project requirements. APP is divided into two parts: 1. APP basic function is to allow customers to contact individual service providers in his area. App allows customers to place orders, pay through Paypal / micro-channel payments, and rated by the service providers. 2. Service providers use a separate app interface ( like Didi taxi driver version ) . Allowing him to enter personal service information , and see all of his orders. Development / functional requirements: -APP must be in Simplified Chinese - Preferably mixed-mode mobile applications (hybrid) - Paypal / micro-channel payment functions - Geographical location ---------------------------------------------------------------- APP分两大部分: 1. ...
...completed successfully. The design: The UI and design of the website is completed that there are over 100 web pages. There might be some issues with the design. However, you could improve the design to make it professional through communicating with me to have better user experience. The functional requirements: Very strong reliability and expandability, easy to maintain. Security: to have solid security mechanism to ensure the safety of the user’s information. Responsive: The message and communication between mobile and website, buyers and sellers should be real time. Communication methods: message, call, voicemail, email. Style of user interface: simple, fancy with good using experience. information: the...
项目: - 一个牙医软件模块; - 部分功能基于开源控件实现; - 开发环境为C#, MSSQL Server, MS Access (MDB); - 1.1 版本已经完成并在使用; - 现按照用户要求有所改动; - 改动分为2个阶段,1.2版本和2.0版本; - 1.2版本预计一个月内完成; - 2.0版本预计二个月; 要求: - 熟识C#,.NET, MSSQL,MS ACCESS; - 使用第三方控件经验; - 懂看简单英文需求; 项目本身是加拿大外包的,我人在东莞,可以到我这里开会,也可以到深圳开会,让你了解该程序和其需求以便报价。 有兴趣的,请QQ 1073158942 联系,或电 15820998667 (何生)
...address submitted. The OpenVPN function to read, including account surplus time, monthly bandwidth query, history of bandwidth usage information. The interface is succinct, professional, similar to Bootstrap. We have a billing system Hostbill, so if you can develop Hostbill Api, you can not have the development of Web. 一个OpenVPN收费程序, iOS & Andarid & Website(或者使用Hostbill账单系统) 基于OpenVPN的收费充值程序, 类似VPNExpress , 实现用户注册,充值(Alipay & Paypal),VPN帐号设置,密码变更. 用户帐户, 有接近到期提醒, 企业发票信息提交, 发票邮寄地址提交. OpenVPN功能读取, 包含账户剩余时间, 当月带宽查询, 历史带宽使用信息查询. 要求界面简洁, 专业, 类似Bootstrap. 我们有Hostbill的账单系统, 所以如果可以开发Hostbill Api的话, 就可以不用开发Web部分. Cellphone: 86.013601986151 Email: Skype: live:stacksnet
1. 设计及建立公司内部网站(登录访问),主要信息包括各部门主要架构、流程及手册,同时包括最新公司动态,行业信息等。信息披露分层,二层不超过10页,三层以上不超过30页。简单的网页间连接。同时包括一个内部Forum (论坛)可以让员工共享相关行业及知识信息。 2. 在同一网站上建立一个内部应用系统加数据库,主要流程涵盖客户记录及贷款状态录入及更新。数据库不超过10个表, 每个表大概10-20个字段,主数据每月新数据不超过500条记录,总数据量大概每年新增50000条。 数据库机构初步包括:客户表、介绍人表、佣金表、新交易表、交易历史记录表等。 应用系统主要功能是录入、查询及产生报表。 安全考虑上可以根据访问人员的ID呈现可以访问的界面及相关报表。 3. 希望网站建设可以使用较简单的HTML5、Access数据库设计,以方便未来的自行维护。 4. 全部网页为英文。
1.要識中文,善於溝通 2. Access 基本運作 (關聯圖,報表,表單等等) -要將所有資料整理及關聯,方便我們尋找客人的資料 -要按我們需要及要求製作表單和報表 -需要各負責人交代有關運作及其用途
... 利润最大化通过开发和制作百度,搜狗,360显示广告,规划和部署PPC活动。 -赢得优质的、显著的PPC项目进展。 -通过PPC或付费点击追踪、更新跟踪和更新流量模式。 -负责PPC报告,包括每周和每月项目报告,分析该项目的表现,评估投资回报率对关键指标和优化支出的最大价值。 -培训营销人员,监督各项目进展,以确保团队的优质表现。 -参与或主持高级管理层及营销团队的会议。 -发掘、聘用、指导和激励线上营销人员在技术及应用层面发挥最大潜能。 技能与经验要求: -良好的教育背景。 -渴望成功。 -拥有5年以上的任职PPC经理/百度网盟专家的经历。 -有参与SEM竞标技术、自动化功能的经验。 -善写广告文案,懂得就项目进行专业层面的比较。 -能够管理、指导大批富有经验的团队成员工作。 -有从众多数据中获取信息、做出清晰判断与明智角色的经验,善用Excel与Access. -优秀的客户处理能力和书面、口头沟通技巧。 -杰出的项目管理能力,能同时管理多个项目,并确保项目按时运作。 -能够适应瞬息万变的线上营销趋势。 -能够萌生新创意、执行新想法。 -能够从头至尾地带领、管理并参与任一项目。 -富有职业道德及旺盛的精力。
Access 2013 Web App 在线的顾客管理系统。用户登录后在主页看每日摘要: 1.近一个月内新加入的顾客 2.正在处理中的顾客列表 3.总顾客数量 点击添加新顾客按钮可以弹出窗口添加新顾客 点击顾客名可以弹出顾客详细信息,并可以打印该详细信息
...Ordering: Users can search for parts, generate proposals, and place orders. The app should facilitate the payment process via credit card or PO number and handle the communication with our parts department. Key Features: - The app should be developed for iOS and Android platforms, with a focus on ease of navigation. - User authentication will be through a simple email and password system. - The user interface should prioritize ease of navigation over visual appeal or advanced search functionality. The ideal candidate will have significant experience in app development for iOS and Android, with a portfolio showcasing user-friendly interfaces. Experience with integrating AI tools and e-commerce capabilities into apps will be highly advantageous. For now looking for quick limited...
...etc.) • Custom Forms • Lead Capturing Forms • 15 Stock Images – David will provide specific topic related stock images, Developer to provide general design stock photos; • 8 Unique Banner Designs • Jquery Sliders • Free Google Friendly Sitemap • Complete W3C Certified HTML • Wordpress (Add, delete Products, Pages, Pictures, Videos) • Testing and Deployment • Cross Browser Compatible • Unique Interface • SEO Friendly Design, first page and top 3 search results – discuss ongoing SEO requirements • Place for Podcasts, Blogs, Discussion Groups, Screencasts o Need Blogging – please have placeholder Also can auto share o Also an auto-publish from website to social media sites • Provide ebooks,...
I'm in need of a seasoned web developer who can faithfully recreate the aesthetic and operational aspects of for my service-oriented business. The site should be interactive, visually captivating, and engineered for optimal performance and SEO. Key Features: - Design and layout mirroring - Fully responsive, mobile-friendly interface - Built on WordPress (preferred) or a similar CMS - User-friendly backend for effortless content updates - Comprehensive SEO optimization and swift loading times - Integration of forms, blog, and service pages - E-commerce functionality (if necessary) - Clean, professional UI/UX Timeline: Ideally, the project should be wrapped up within a week. Additional Notes: - If you've previously created similar websites, please share relevan...
I need a virtual assistant to help approve job site accounts (e.g., ZipRecruiter, Indeed) by posing as the a...site accounts (posing as the account owner) ✅ Answer verification questions on behalf of the account owner ✅ Handle any issues related to job site accounts Requirements: ? No prior experience required – ? Strong communication skills (English fluency required) ? Reliable, responsible, and detail-oriented ? Must be comfortable posing as the account owner for account verification and job posting ? Access to a phone (for verification calls) or willingness to use a business phone number. We can setup a phone number if you don't have one ? Budget: Open to negotiation—please provide your rate. You are approving more than five accounts daily so this is a long t...
...subject company and its vicinity per Confirmis’ standard operating guidelines. • Provide observation about the company to gauge activeness, e.g., staff working at the premise, loading/unloading of goods, etc. REQUIREMENTS: • Must be living in (or nearby) Moo.10, Sukhumvit, Sukhumvit Rd, Samrong Nua, Mueng, Samut Prakan 10270, Thailand • Has a camera or phone/tablet of quality with a camera, internet access • Must be available during business hours (9 AM - 4 PM) on working days Please see the attached file for the site visit guidelines. You are only required to deliver the pictures, video & observations and are not expected to assemble a report like the Sample Report. Note: Milestone will be released the following week after the site visit to give ...
I'm looking for a supplier of candles and candle holders for an upcoming event. The specifics are: - 40-50 tapered white candles with glass, classic style, clear color holders and hurricane enclosures - 20 pillar candles with similar holders and enclosures - 70 tealight candles & ho...The specifics are: - 40-50 tapered white candles with glass, classic style, clear color holders and hurricane enclosures - 20 pillar candles with similar holders and enclosures - 70 tealight candles & holders, all of which should be glass, classic, and clear. The ideal freelancer for this project would have prior experience in sourcing or producing candles and candle holders. They should have access to quality materials and be able to deliver on time. Please provide samples of your prev...
Im developing an AI platform for optimizing media campaigns, aimed at marketing agencies. The platform already has a functional MVP with an interface, missing the integrations and the AI agent. 1. Backend & Integrations Integration with Ads APIs: Connect to the official APIs of Meta Ads, Google Ads and TikTok Ads to retrieve real-time data (e.g.: campaigns, metrics, budget). Create an OAuth2 authentication system for these platforms. Real Authentication System: Replace the current mock with a secure system (e.g.: Auth0, Firebase Auth, or JWT + OAuth2). Add permission controls (e.g.: admin, analyst, client). Real-Time Notifications: Develop an alert system using WebSocket or tools like Pusher/Socket.io. 2. Data Features Data Synchronization: Create jobs to automatical...
I'm seeking a highly skilled app designer to create a productivity app aimed at enhancing task management and collaboration. This app should be designed for both iOS and Android platforms. Key Features: - Task Management: The app should have a user-friendly interface for creating and tracking tasks. - Collaboration Tools: Incorporate features that allow users to work together seamlessly. Ideal Skills: - Extensive experience in app design, particularly for productivity tools. - Proficiency in designing for both iOS and Android platforms. - Demonstrated ability to integrate collaboration tools into an app. Please provide examples of similar projects you've completed in your proposal.
I accidentally ran a shell command on our AWS Lightsail Ubuntu instance and lost sudo access. I’m looking for a freelancer who can quickly guide me through the process via screenshare or chat to restore the instance and get it up and running again.
I'm looking for a freelancer with experience in data entry and proficiency in Microsoft Access. The project involves entering inventory details from a database file into another system. Ideal skills and experience: - Proficient in Microsoft Access - Strong attention to detail - Previous experience with data entry - Familiarity with inventory management processes
Project Title: Development of a Chat App & Website (React Native/ EXPO + Firebase Login) Project Overview : I am looking for a skilled freelance developer or development team to build a fully functional chat application available on both web and mobile platforms (iOS & Android). The application should be developed using React Native for mobile and React.js (or another suitable framework) for the web, with Firebase authentication for user login and data storage. Key Features & Requirements: 1. User Authentication: Users should log in via mobile number and OTP verification. Firebase Authentication should be used for OTP-based login. Secure user session management. 2. Dashboard & Chat Options: The main dashboard should have two primary chat options: PDF Chat:...