Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • CreatiCode
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

CreatiCode Scratch Forum

  1. CreatiCode Forum
  2. Feedback
  3. Add notifications

Add notifications

Scheduled Pinned Locked Moved Feedback
7 Posts 4 Posters 1.8k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • LegacyXL Offline
    LegacyXL Offline
    LegacyX
    wrote on last edited by
    #1

    Hello! I think adding notifications would be a good update to the site!

    JaecadeJnightJ CreatiCodeI 2 Replies Last reply
    1
    • JaecadeJnightJ JaecadeJnight moved this topic from General Discussion on
    • LegacyXL LegacyX

      Hello! I think adding notifications would be a good update to the site!

      JaecadeJnightJ Offline
      JaecadeJnightJ Offline
      JaecadeJnight
      Mod Helper
      wrote on last edited by
      #2

      @ljvb_4 Like notifications for the site in general, and/or also blocks for projects to give notifications? Both would be pretty cool ig

      #LLJW
      <span style="color:white;background-image:linear-gradient(to right, lightblue, navy)">My name is Jeff</span>

      1 Reply Last reply
      1
      • LegacyXL LegacyX

        Hello! I think adding notifications would be a good update to the site!

        CreatiCodeI Online
        CreatiCodeI Online
        CreatiCode
        wrote on last edited by
        #3

        @ljvb_4

        Are you referring to this forum or the coding playground website?

        silvloveS LegacyXL 2 Replies Last reply
        1
        • CreatiCodeI CreatiCode

          @ljvb_4

          Are you referring to this forum or the coding playground website?

          silvloveS Offline
          silvloveS Offline
          silvlove
          Mod Helper
          wrote on last edited by
          #4

          @info-creaticode
          I believe they mean the playground.


          Nice idea. I absolutely think this can be a nice feature.
          I’m assuming it’s gonna be a low-priority standpoint.

          Forums Moderator.
          Trans girl :3 ~ 14yo
          Friendly and sometimes goofy~!

          JaecadeJnightJ 1 Reply Last reply
          1
          • silvloveS silvlove

            @info-creaticode
            I believe they mean the playground.


            Nice idea. I absolutely think this can be a nice feature.
            I’m assuming it’s gonna be a low-priority standpoint.

            JaecadeJnightJ Offline
            JaecadeJnightJ Offline
            JaecadeJnight
            Mod Helper
            wrote on last edited by
            #5

            @catty honestly it looks like it could be either but ima talk anyways about both
            For projects:
            Adding notification sending blocks would definitely be low priority denied because it wouldnt be used by many people (in CC’s eyes), easily abusable (spam somebody with notifications using a forever block), but also hard to implement because projects always run on the client so when the computer is sleeping, tab is closed, or never was opened in the first place, notifications can’t be sent anyways. It would also make no sense to send a notification to the user when they’re in the project since notifications serve the purpose of telling you to come to an app when you’re not there and like notifying you, but that’s not needed when you’re in the project since you’re already giving it attention. For something like an alert, you could just use the print(text) in [alert] block or make your own custom alert for your project, and that would do a better job than notification . But it still is possible, it’s just that also has to be done on their server/backend code, since notifcations for sites usually need a constantly running server (costs extra money) that will decide to send notifications when they need to to people’s devices usually when an app is installed or you subscribe to notifications from a website.
            CreatiCode is also most likely dedicating their usage of their backend code to develop their more important features, such as the AI, database, and other cloud/storage/api-related stuff (for FREE). An alternative though (if you really want to ping someone) would be something like the email blocks because a lot of people get email notifications on their phones. However all the cloud blocks are broken right now so we’ll just have to wait.

            Now I’m not saying notification blocks is a bad feature, but there are more reasons that they wouldn’t add it than not.

            For the forum and site:
            The same issue of being easily abused and whatnot applies but isn’t as big for notifications within the forums and website. Notifications for whenever things happen like “Somebody liked your project” would be cool and I don’t see many reasons why it wouldn’t be added other than them working on bigger features or because it would require a server thing but it’s also a bit hard to see that because there’s an ability to share a project to your phone or email and they both work.

            and lastly, for just notifications in total, it would be sorta cool, but not very useful (and maybe annoying) and there’s also email notifications which I think are better. Unless CreatiCode gets an app then notifications would be awesome

            #LLJW
            <span style="color:white;background-image:linear-gradient(to right, lightblue, navy)">My name is Jeff</span>

            CreatiCodeI 1 Reply Last reply
            0
            • JaecadeJnightJ JaecadeJnight

              @catty honestly it looks like it could be either but ima talk anyways about both
              For projects:
              Adding notification sending blocks would definitely be low priority denied because it wouldnt be used by many people (in CC’s eyes), easily abusable (spam somebody with notifications using a forever block), but also hard to implement because projects always run on the client so when the computer is sleeping, tab is closed, or never was opened in the first place, notifications can’t be sent anyways. It would also make no sense to send a notification to the user when they’re in the project since notifications serve the purpose of telling you to come to an app when you’re not there and like notifying you, but that’s not needed when you’re in the project since you’re already giving it attention. For something like an alert, you could just use the print(text) in [alert] block or make your own custom alert for your project, and that would do a better job than notification . But it still is possible, it’s just that also has to be done on their server/backend code, since notifcations for sites usually need a constantly running server (costs extra money) that will decide to send notifications when they need to to people’s devices usually when an app is installed or you subscribe to notifications from a website.
              CreatiCode is also most likely dedicating their usage of their backend code to develop their more important features, such as the AI, database, and other cloud/storage/api-related stuff (for FREE). An alternative though (if you really want to ping someone) would be something like the email blocks because a lot of people get email notifications on their phones. However all the cloud blocks are broken right now so we’ll just have to wait.

              Now I’m not saying notification blocks is a bad feature, but there are more reasons that they wouldn’t add it than not.

              For the forum and site:
              The same issue of being easily abused and whatnot applies but isn’t as big for notifications within the forums and website. Notifications for whenever things happen like “Somebody liked your project” would be cool and I don’t see many reasons why it wouldn’t be added other than them working on bigger features or because it would require a server thing but it’s also a bit hard to see that because there’s an ability to share a project to your phone or email and they both work.

              and lastly, for just notifications in total, it would be sorta cool, but not very useful (and maybe annoying) and there’s also email notifications which I think are better. Unless CreatiCode gets an app then notifications would be awesome

              CreatiCodeI Online
              CreatiCodeI Online
              CreatiCode
              wrote on last edited by
              #6

              @jeffreyrb03-gmail

              Thanks for the detailed feedback. We’ll wait for more discussions in this thread before implementing new notification systems. We want to hear from more users on exactly what type of notifications are most useful.

              1 Reply Last reply
              1
              • CreatiCodeI CreatiCode

                @ljvb_4

                Are you referring to this forum or the coding playground website?

                LegacyXL Offline
                LegacyXL Offline
                LegacyX
                wrote on last edited by
                #7

                @info-creaticode The site CreatiCode, not the forum.

                1 Reply Last reply
                0

                Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                With your input, this post could be even better 💗

                Register Login
                Reply
                • Reply as topic
                Log in to reply
                • Oldest to Newest
                • Newest to Oldest
                • Most Votes


                • Login

                • Don't have an account? Register

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • Users
                • Groups
                • CreatiCode