Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Devin Bost 37 posts 78 karma points c-trib
    Nov 12, 2014 @ 19:31
    Devin Bost
    0

    Why was my account suspended in the dev group?

    I want to know why my account was suspended for asking this design question:

    Why is the custom data type functionality disabled when I set the property value via ContentService?

    It appears that Umbraco was simply not designed for a .NET service to call an Angular service when the Angular service is attached to an Umbraco data type in the way that I was using it. I don't think Sebastiaan understood the issue. Can someone please help me understand how that is a usage question, not a design question?

  • Sebastiaan Janssen 5044 posts 15475 karma points MVP admin hq
    Nov 12, 2014 @ 19:58
    Sebastiaan Janssen
    0

    https://groups.google.com/forum/#!topic/umbraco-dev/DcSsIzALDYs

    In bold..

    Do’s:

    • Discuss how Umbraco is structured (what projects exist, their purposes, etc)
    • Discuss the code (why did you do it that way, I think I see a bug in the code, etc)
    • Discuss why a feature exists
    • Discuss design decisions (why isn’t that extensible, why is that extensible, why isn’t that method public)
    • Search the list first to ensure you're not starting a duplicate thread
    • If a discussion spawns a new idea spawn a new thread so that the topic doesn't get muddled

    Don’t (this will see a thread locked):

    • Ask about a problem implementing Umbraco, that’s what our.umbraco is for
    • Raise bugs, use issues.umbraco
    • Raise feature requests, use issues.umbraco
    • Start off-topic discussions not related to Umbraco
    • Perform marketing/ self-promotion

    Really don’t (this will see you banned):

    • Spam
    • Abuse, flame or insult other members
    • Continuously violate the "don'ts"
    • Be generally disruptive
  • Devin Bost 37 posts 78 karma points c-trib
    Nov 12, 2014 @ 20:03
    Devin Bost
    0

    Sebastiaan, please do not suspend me from the forum for this, but I don't think I made it clear that the problem was an example that brought attention to a design issue. What the example seems to give attention to is the fact that nobody in the entire universe will ever be able to use an Angular service as a .NET property. Your comment still does not explain how my topic was unrelated to the design of Umbraco.

  • Devin Bost 37 posts 78 karma points c-trib
    Nov 12, 2014 @ 20:10
    Devin Bost
    0

    I actually did look at the rules before posting both items. You will also notice this in the DOs:

    • Discuss how Umbraco is structured (what projects exist, their purposes, etc)
    • Discuss the code (why did you do it that way, I think I see a bug in the code, etc)
    • Discuss why a feature exists
    • Discuss design decisions (why isnt that extensible, why is that extensible, why isnt that method public)
    • Search the list first to ensure you're not starting a duplicate thread
    • If a discussion spawns a new idea spawn a new thread so that the topic doesn't get muddled
  • Sebastiaan Janssen 5044 posts 15475 karma points MVP admin hq
    Nov 12, 2014 @ 20:14
    Sebastiaan Janssen
    0

    You are mentioning subjects that relate directly to the source of Umbraco, not your usage of that source code. I'm assuming you did not build Umbraco from source and altered it to do what you want it to do. If so: don't do that, you should use the extension points.

  • Devin Bost 37 posts 78 karma points c-trib
    Nov 12, 2014 @ 20:34
    Devin Bost
    0

    I AM using the extension points.

  • Devin Bost 37 posts 78 karma points c-trib
    Nov 12, 2014 @ 20:36
    Devin Bost
    0

    That's precisely the problem: It is impossible to use Umbraco in the desired way because the source code will not allow it. This is the problem, and that is why I feel that it is justified to discuss this in the developer group.

  • Sebastiaan Janssen 5044 posts 15475 karma points MVP admin hq
    Nov 12, 2014 @ 20:39
    Sebastiaan Janssen
    0

    Indeed, that is precisely the problem. The Google group is there to talk about Umbraco's source, not about using it's extension points.

  • Devin Bost 37 posts 78 karma points c-trib
    Nov 12, 2014 @ 20:41
    Devin Bost
    0

    But we're talking about an issue with a huge problem scope. What's you're telling me is that it is impossible for any Umbraco node with a custom data type to be treated like a delegate (when that object derives its value from an Angular service provided as a package). Is this true?

  • Devin Bost 37 posts 78 karma points c-trib
    Nov 12, 2014 @ 20:44
    Devin Bost
    0

    I am building from your Nuget package in VS.

  • Sebastiaan Janssen 5044 posts 15475 karma points MVP admin hq
    Nov 12, 2014 @ 20:44
    Sebastiaan Janssen
    0

    No idea, I have not actually looked into your original problem, I have just identified that it's about your usage of the extension points which is not a subject for the mailing list. Hopefully the community will have some insights into your problems with using Umbraco.

  • Devin Bost 37 posts 78 karma points c-trib
    Nov 12, 2014 @ 20:47
    Devin Bost
    0

    That is why you are assuming that it is a problem independent from the source code. Ultimately, every single Umbraco node would be affected because it applies to how the Umbraco node tree's properties are recognized in your entire namespace.

  • Devin Bost 37 posts 78 karma points c-trib
    Nov 12, 2014 @ 20:49
    Devin Bost
    0

    So, can the node properties represent actions or not?

  • Devin Bost 37 posts 78 karma points c-trib
    Nov 12, 2014 @ 21:14
    Devin Bost
    0

    If not, then how can I build Umbraco from source in a way that will allow me to use the node properties as delegate objects in .NET?

  • Devin Bost 37 posts 78 karma points c-trib
    Nov 14, 2014 @ 02:21
    Devin Bost
    0

    I just want to mention that Sebastiaan and I discussed this matter, both apologized to the other, and Sebastiaan responded with this item in the discussion group: How not to react AKA #h5is.

Please Sign in or register to post replies

Write your reply to:

Draft