Giter VIP home page Giter VIP logo

dostuffwithumbraco's Introduction

Current Umbraco Build : Beta 1 - 9.0.0-rc004

โš  This repo is running v9.0.0-rc4 it compiles, and we have caught the breaking changes, but we still need to work through places where the logic might have changed - so keep an eye out for that

DoStuffWithUmbraco "NetCore" Version

A collection of patterns and samples of how to do things in Umbraco .net core version.

Join us on a journey as we explore the changes in the UniCore version of Umbraco. We are working on the latest builds of UniCore, to see how to do things in this brave new world.

Build Status

As Umbraco NetCore development evolves things will change, and stuff may move about. at the moment this repo is working from nightly builds, when alphas, betas and Release candidates are available we will update

Where is X ?

As we work through examples, we hope to write some 'if you use to do x now do y' type examples:

Snippets

Quick examples of how to do things. We will first replicate the same snippets that live in the DoStuffInUmbraco repo

Patterns

A bit more involved combining more concepts

  • Repo/Service pattern

Project Structure

The project contains a Umbraco.core site DoStuff.Core and a core library DoStuff.Core

The core library contains the code examples, and samples and things that you might want to do in the back office of umbraco.

dostuffwithumbraco's People

Contributors

dependabot[bot] avatar kevinjump avatar marcemarc avatar mjbarlow avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dostuffwithumbraco's Issues

connection id undefined

Hey Kevin, first thank you for this great repo. There's lot of good stuff in here ;)

I have been using the SignalR hub and I was having issues getting the client IDas it was undefined.

My code looked like this:

signalRHub.initHub(hubCallbacks);

    function hubCallbacks(hub) {
        hub.start();

        var id = hub.clientId; //this id is always undefined
    }

To make it work I had to return the call to the start method in the hub:

start: function () {

                    if ($.connection.hub.state !== $.connection.connectionState.disconnected) {                
                        $.connection.hub.stop(true, true)
                    }
                    return $.connection.hub.start(); //returns the promise here
                }

So then I could use it like this:

  hub.start().done(function () {
            clientId = $.connection.hub.id; //this clientId is correct
        });

Missing media files: Missing media files: project is unusable

Hello.
I am still working with version 8 of Umbraco and I downloaded the project because it seems to me an excellent starting point for a new feature that I have to implement in my site (custom tables in the database).
Unfortunately the site does not work and goes into error wherever it shows an image:

image

which are mandatory and which I cannot replace.

image

I saw that the Media folder is empty in GitHub as well. So the Products and People tabs don't work.

Is it possible to have pictures or a workaround so that you can debug the code and understand how it works?

I have developed

https://www.consap.it/

and I would like to collaborate with you and help others with Umbraco 8. If you are interested let me know.

Add Example Snippets

This repo is a good place to add example snippets of how to do things in Umbraco v8 (mainly back office at the moment).

If you want to contribute - then

  1. Raise an issue for the thing you want to add.
  2. add it
  3. submit the PR.

All contributions welcome.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.