• @CosmicTurtle
    link
    English
    56 months ago

    The CVS app is my favorite example of this. Their app (at least on Android) is a fucking browser.

    Walgreens is an actual app and works the way you expect it to.

    • @[email protected]
      link
      fedilink
      English
      106 months ago

      But why do either of those companies need an app is beyond me. Website does everything you could need anyways

      • @CosmicTurtle
        link
        English
        36 months ago

        My main reason for using an app for Walgreens anyway is so I don’t have to log in each time. When I go to refill my prescriptions, I’m usually in a hurry and just want to do it and move on. Refill usually takes maybe 4-5 clicks? And often less than 2-3 minutes.

        Whereas on the website, between logging in and finding the medications, it’s a much more involved process and I often need to use a computer to navigate it.

        Oddly enough the CVS mobile website is pretty streamlined so I often don’t need the app for it. And their mobile site supports passkeys whereas Walgreens doesn’t.

  • @IsThisAnAI
    link
    English
    36 months ago

    I know, meme and all. But MVC and API based are two separate things, and fairly easy to support both in most frameworks. You can use built in view while exposing the data itself.

  • @ReginaPhalange
    link
    English
    26 months ago

    Can anyone help me understand what is View (as in mVc) in the context of a backend?

    • @merthyr1831
      link
      English
      26 months ago

      Kind of what it says on the tin: it’s the UI view of your application. Usually some kind of HTML is populated with data using a template language like C#, Python, etc.

      The only reason it’s “backend” in this instance is that instead of sending the HTML and template for the end user to fetch the data for themselves (eg. via an API) it’s pre-filled on the server before being sent as a completed blob of HTML and data.

    • @[email protected]
      link
      fedilink
      English
      16 months ago

      Back when I was writing PHP for a living (which was a looong time ago), we used to call the view part whatever HTML template we were filling with the controller and sending to the user. No idea if that’s what’s being referred to, the meme has a big “IDK-what-I’m-talking-about” energy.