Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

List all blood requests to donors(Donor feed) #15

Open
prashanth9962 opened this issue Jun 19, 2016 · 2 comments
Open

List all blood requests to donors(Donor feed) #15

prashanth9962 opened this issue Jun 19, 2016 · 2 comments

Comments

@prashanth9962
Copy link
Contributor

https://marvelapp.com/3ieibd6#9332540

@prashanth9962 prashanth9962 changed the title List all pending requests List all blood requests to donors(Donor feed) Jun 19, 2016
@prashanth9962
Copy link
Contributor Author

List feed like with sample json

[
  {
    Name:Xyz,
    Age:40,
    RequiredUnits:5,
    Address:xyz,
    Requiredwithin : 2 days,
    Phone:9982323,
    requestid:12132
    ..
  },
  {
    Name:Xyz,
    Age:40,
    RequiredUnits:5,
    Address:xyz,
    Requiredwithin : 2 days,
    Phone:9982323,
    requestid:12132
    ..
  },
  {
    Name:Xyz,
    Age:40,
    RequiredUnits:5,
    Address:xyz,
    Requiredwithin : 2 days,
    Phone:9982323,
    requestid:12132
    ..
  },
  {
    Name:Xyz,
    Age:40,
    RequiredUnits:5,
    Address:xyz,
    Requiredwithin : 2 days,
    Phone:9982323,
    requestid:12132
    ..
  }
]

Donors should be able to accept the request when they click accept button.

Screen

9

@prashanth9962
Copy link
Contributor Author

ui is complete need to connect with backend server api .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant