After you get the app done, can a non techie manage it? No need to hire someone from a tech background to manage it? Like if it’s a task app, can the non tech guy hand over tasks? Through admin panel or something? Or again need a tech guy? Obviously for bugs and new ideas that i conceive needs an external developer to add to it, I know that. But then just about what the app is designed to do. Can I change the UPI Id, without being a tech guy? Can I hand out push notifications by just writing in some place? Or need code?
Please do explain a bit without condescending:)

  • zeorin@alien.topB
    link
    fedilink
    English
    arrow-up
    1
    ·
    10 months ago

    If your app hasn’t explicitly had the ability to do these administrative tasks built into it, it’s very likely that a non-tech person will not be able to do it.

    What you’re describing is often called an “admin panel”, or a “back office”. There are ways to develop these relatively quickly, such as CRUD (Create, Read, Update, Delete) generators/tools, but they’re not as polished as the customer facing UX. For example, using them often requires an understanding of the underlying data model used in the database, and they may not enforce certain business rules automatically, requiring you to manually account for those.