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

School edit page can't view school photo #155

Open
2 tasks
khinezarthwe opened this issue Sep 19, 2021 · 4 comments
Open
2 tasks

School edit page can't view school photo #155

khinezarthwe opened this issue Sep 19, 2021 · 4 comments
Assignees
Labels

Comments

@khinezarthwe
Copy link
Member

school edit page should include the following

  • can view the school photo
  • can edit the school photo
@yeemon04
Copy link
Contributor

Could I take it? Pls ☺️

@khinezarthwe
Copy link
Member Author

Current School Data

{
    "data": {
        "current_page": 1,
        "next_page": null,
        "pages": 1,
        "prev_page": null,
        "schools": [
            {
                "address": {
                    "district": "မအူပင်ခရိုင်",
                    "division": "ayeyarwady",
                    "id": 23,
                    "street_address": "ငှက်ပျောကျွန်းကျေးရွာ",
                    "township": "ညောင်တုန်းမြို့နယ်"
                },
                "contact_info": "",
                "id": 1,
                "name": "ကျောင်းကြီးကျောင်းဘုန်းတော်ကြီးစာသင်ကျောင်း(ဘက)",
                "photo": "https://www.thingaha.org/assets/img/gallery/schools/ngatpyawkun.jpg"
            },
            {
                "address": {
                    "district": "မအူပင်ခရိုင်",
                    "division": "ayeyarwady",
                    "id": 24,
                    "street_address": "အမှတ်(၇)ရပ်ကွက်၊တိုက်သစ်လမ်းတိုက်သစ်ကျောင်း",
                    "township": "ညောင်တုန်းမြို့နယ်"
                },
                "contact_info": "",
                "id": 2,
                "name": "ရတနာသီရဘုန်းတော်ကြီးစာသင်ကျောင်း(ဘက)",
                "photo": "https://www.thingaha.org/assets/img/gallery/schools/barlinn.jpg"
            },
            {
                "address": {
                    "district": "မအူပင်ခရိုင်",
                    "division": "ayeyarwady",
                    "id": 165,
                    "street_address": "အမှတ်(၇)ရပ်ကွက်၊တိုက်သစ်လမ်းတိုက်သစ်ကျောင်း",
                    "township": "ညောင်တုန်းမြို့နယ်"
                },
                "contact_info": "",
                "id": 3,
                "name": "ပါလှဲ့အောက်စုအထက",
                "photo": ""
            },
            {
                "address": {
                    "district": "မအူပင်ခရိုင်",
                    "division": "ayeyarwady",
                    "id": 166,
                    "street_address": "အမှတ်(၇)ရပ်ကွက်၊တိုက်သစ်လမ်းတိုက်သစ်ကျောင်း",
                    "township": "ညောင်တုန်းမြို့နယ်"
                },
                "contact_info": "",
                "id": 4,
                "name": "ငှက်ပျောကျွန်းအထက",
                "photo": ""
            },
            {
                "address": {
                    "district": "မအူပင်ခရိုင်",
                    "division": "ayeyarwady",
                    "id": 167,
                    "street_address": "အမှတ်(၇)ရပ်ကွက်၊တိုက်သစ်လမ်းတိုက်သစ်ကျောင်း",
                    "township": "ညောင်တုန်းမြို့နယ်"
                },
                "contact_info": "",
                "id": 5,
                "name": "ချောင်းကြီးအထက",
                "photo": ""
            }
        ],
        "total_count": 5
    }
}

@khinezarthwe
Copy link
Member Author

Current School Edit UI, There is no place to update photo from UI.
You do not need to implement Upload function. Please, just add one field to edit photo UI. It is nice if the photo(from photo URL) show in Edit UI.

Screen Shot 2021-10-17 at 11 41 22

@sisminnmaw
Copy link
Member

sisminnmaw commented Oct 17, 2021

@khinezarthwe District and Township fields data are not showing in Edit form.
add task in this issue?

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

No branches or pull requests

3 participants