0% found this document useful (0 votes)
244 views

Flutter With PHP Backend

The document describes Talanton, a website that allows employers to estimate their salary based on their professional background information. It uses the RChilli API to parse resumes and extract information. Employers can enter details manually if required information is missing. The estimated salary is calculated based on factors like experience, skills, certifications, technologies, and location. Recruiters on the site can search for candidates based on job title, location, skills, and other requirements to estimate appropriate salaries. The site is built using the Laravel PHP framework with a MySQL database.

Uploaded by

sunil nallipalli
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
244 views

Flutter With PHP Backend

The document describes Talanton, a website that allows employers to estimate their salary based on their professional background information. It uses the RChilli API to parse resumes and extract information. Employers can enter details manually if required information is missing. The estimated salary is calculated based on factors like experience, skills, certifications, technologies, and location. Recruiters on the site can search for candidates based on job title, location, skills, and other requirements to estimate appropriate salaries. The site is built using the Laravel PHP framework with a MySQL database.

Uploaded by

sunil nallipalli
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

TALANTON

Introduction -------------------------------------------------------------------- 1

Key Features for salary estimator -------------------------------------------------------------------- 1

Recruiter -------------------------------------------------------------------- 2

Flow Chart --------------------------------------------------------------------- 2

Introduction:

• Talanton website is a platform for employers to search estimated salary.


• Talanton is Laravel PHP based platform which serves as a single platform for employers.
• Talanton is a website where employers can post their complete information of Professional
background.
• Talanton is a single point where employers upload their CV to estimate the salary.
• Checking whether it is agreed to the terms and conditions.
• RChilli Rest API is used to extract information from the CV.
• Rchilli is a job/resume parsing API parses resumes in bulk via Rest API and provides output in
JSON/XML.
• Talanton helps to predicate salary by evaluating the information based on the CV.
• If the required information is not available in the CV, then employer need to enter the details
manually in the website.
• Laravel PHP is a web application framework following the model-view-controller
architectural pattern.

Key Features for salary estimator:

• Validate the past experience, salary and skills with weightage.


• Based on the Certifications and scores.
• Employer’s work experience on real time projects.
• Based on the Latest Technology in software market.
• Salary difference might be also based on the immediate requirement and necessitate in
office.
• Based on Ranking of Assessments conducted on the applied technologies.
• Rewards or appreciation letter from previous working office or company.
• Depends upon the hourly, weekly or annual wages.
• Check around with changing locations, see how much you could expect to earn in a
promotion, or moving to another industry.
• Check the current salary with work you have done and what jobs are available in nearby
location.

Page | 1
Recruiter:

• Recruiter is a person whose job is to enroll people as employs as member of an organization.


• The first search is based on the job title and followed by employers’ location whether he is
willing to relocate or not.
• Calculating the average weight of the top five skills and the past experience of professional
background.
• Number of position available and the duration of the project is also considered for estimating
the salary.
• Salary will be credited as per the hour, weekly or monthly based on the employer choice.
• Recruiter considers the payment of salary and work authorization of the employer.
• Considering all the requirements the salary is estimated for the employer.

FLOW CHART:

Visiting to Details of the


the Website Employer

Location Previous Mode of Payment Terms and Top five skills Work
Experience conditions authorization

Creating salary estimator website for mobile app:

Front-End: Flutter

Back -End: PHP Script

Data Base: MySQL

Framework: Laravel PHP

Page | 2
FRAMEWORK:

Routing

User Request

Controller

Model Data
View
base

BASIC FLOWCHART

Mobile PHP Data


App/Flutter Script Base/MYSQL

Step 1: Create the Data base for the app with the required tables and columns:

Step 2: Connect the Data base with the app with php script. Create two files one for connecting to the
data base and on for querying the data. And for the remaining CRUD operation we can create the
files in PHP Script. Establish a connection by providing the local host, username and password of data
base.

Step 3: Create a getData.php file to query the data from table by including the connection file .And
also Converting the rows into Json format as the flutter dart files accepts the json format.

Step 4: Create the environment variable and perform the CRUD operations of the flutter code. Display
the data on the UI by PHP Rest API.

Page | 3

You might also like