Vous êtes sur la page 1sur 3

Assignment: Inventory Listing

Dated: 18-07-2018

Database :
1. Category: Fields required:
1. Name: Text (max 20 characters)
2. Created date: Timestamp
3. Modified date: Timestamp

2. Product: Fields required/validations:


1. Name: Text (max 20 characters)
2. Category: Reference id from category master
3. Product image: path of file
4. Created date: Timestamp
5. Modified date: Timestamp


Web Services : Create web service with PHP

List Of web services:

1. Category:
1. Add category
2. Update category
3. Delete category
4. List All categories

2. Product:

1. Add Product
2. Update Product
3. Delete Product
4. List All product

TechAppssPlanet Pvt Ltd, first floor, Indira icon,


behind royal enfield showroom, Kothrud, pune -38
www.appsplanet.co.in





Web Application: Angular JS

Login page:
Create login page with all kind of validation for username and password. No database linking is
needed for login.
Fields required:
1. Username: email/phone number
2. Password: Min 6 characters with combination of at least 1 digit & 1 character & 1 capital
character & 1 character from set of !@#$^&*

On the successful validation of the username and password navigate user to Product master
page.

Category master page:
Show category master with all curd operation (Add, update, delete). Need to manage record in
created database using web service

Product master page:


Show product master with all curd operations (List, Add, View/Update, delete). Need to manage
record in created database using web service
Show all listing using pagination (10 per page).
List content: Image, title, and category name.
Enable filters for title, created date and category on list.

TechAppssPlanet Pvt Ltd, first floor, Indira icon,


behind royal enfield showroom, Kothrud, pune -38
www.appsplanet.co.in

Mockup:

TechAppssPlanet Pvt Ltd, first floor, Indira icon,


behind royal enfield showroom, Kothrud, pune -38
www.appsplanet.co.in

Vous aimerez peut-être aussi