Summary of the first sprint of Polygonum multiflorum

Source: Internet
Author: User
Tags ming

Team Name: Polygonum multiflorum

Project confirmation: "Ordering System"

Project background: This ordering system is for the restaurant development of the ordering system, in order to facilitate the guests to the store can directly place orders, because in the usual time is the waiter to write a menu for guests, guests sometimes think more long, but the waiter can not directly leave to do other services (this is not very polite ~). So this app is for the convenience of guests and restaurants, how long you want to point, do not need to wait for the service people to eat to increase the effect of labor ~

Project Division:

1. Product Owner: Hu Ming, mainly responsible for the concept of product function, development of the content.

2. Project manager: Liang, lead, supervise and lead the team to complete the work.

3. User experience: Zhou Xiuwen, Chen, we develop products that are intended to be used by customers, acting as a user, feedback product information

4.master: Zhang Junyi, ensure the team is scheduled to complete the task

First Sprint Time:

November 1 April-November 23

First Sprint goals and assignments:

1. Register login screen claim: Hu Ming

2. Interface jump claim: Zhang Junyi

3. Ordering interface Claim: Zhou Xiuwen

4. Payment interface Claim: Chen

5. Management interface Claim: Liang

Burndown Chart:

  

Project interface:

1. Login screen:

The main interface is more general, need to register and login, so that more convenient management, users can view some of the functions of the record

2. Main interface:

This interface can see all the functions of our ordering system, users can choose the function they need to click

3. Reservation interface

This interface allows you to see if you have a seat and some information to determine your own reservations.

4. Menu interface

This feature allows users to order their favorite dishes in advance, and can be served directly after the restaurant, eliminating the waiting time

5. Restaurant Sales Interface

This allows users to see those dishes are relatively hot, provide reference

6. Payment interface

This interface allows users to pay for meals directly online, providing a variety of payment methods

Part of the code:

Main interface mainactivity:

Button button1,button2,button3,button4,button5;
@Override
protected void OnCreate (Bundle savedinstancestate) {
Super.oncreate (savedinstancestate);
Setcontentview (R.layout.activity_main);
button1= (Button) Findviewbyid (R.id.serve);

Button2= (Button) Findviewbyid (R.id.caidan);

button3= (Button) Findviewbyid (R.id.tongji);

button4= (Button) Findviewbyid (R.id.pay);



Button4.setonclicklistener (New Onclicklistener () {

@Override
public void OnClick (View arg0) {
TODO auto-generated Method Stub
Intent intent=new Intent ();
Intent.setclass (Mainactivity.this, Pay.class);
StartActivity (Intent);

}
});

Button3.setonclicklistener (New Onclicklistener () {

@Override
public void OnClick (View arg0) {
TODO auto-generated Method Stub
Intent intent=new Intent ();
Intent.setclass (Mainactivity.this, Tongji.class);
StartActivity (Intent);
}
});
Button1.setonclicklistener (New Onclicklistener () {

@Override
public void OnClick (View arg0) {
TODO auto-generated Method Stub
Intent intent=new Intent ();
Intent.setclass (Mainactivity.this, Serve.class);
StartActivity (Intent);

}
});

Button2.setonclicklistener (New Onclicklistener () {

@Override
public void OnClick (View arg0) {
Intent Intent =new Intent ();
Intent.setclass (Mainactivity.this,caidan.class);
StartActivity (Intent);
}
});
}

This part of the code to achieve the core of the function of the interface, such as jump.

Summarize:

in the first sprint, the team completed the basic structure of the ordering system, the implementation of the various pages of the jump, the understanding of the application of the functions of how the implementation and distribution, the specific function of the implementation and subsequent parts need to be completed in the next two sprints, the current part of the lack, but we will continue to work , complete the good.

Summary of the first sprint of Polygonum multiflorum

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.