Base solution for your next web application

Activities of "rvanwoezik"

Thnx Ismcagda, that did the trick. You're the greatest

I want to increase profile picture size, I have changed the following

file.ContentLength in ProfileController.cs (both public JsonResult UploadProfilePicture() and public virtual async Task<JsonResult> ChangeProfilePicture() in changePicture.js i have increased File size check.

But i still get validation error after resize, Please advise!

Hi Maddey,

I have v1.13.0.0 on Azure, i don't get any errors. If you want you can check at <a class="postlink" href="http://www.phoogle.nl">www.phoogle.nl</a> (dev env.)

Oops! My fault. Found my mistake.

ng-class="{'edited':vm.user.surnamePrefix}" ng-model="vm.user.surnamePrefix" required maxlength="@PhoogleZero.Authorization.Users.User.MaxSurnamePrefixLength">
                                <label>@L("SurnamePrefix")</label>
                            </div>

removed "required" in the razor page

Hi,

No errors serverside or javascript, just that the save button is disabled, if i fill in a random string in SurnamPrefix save button is enabled.

Question

Hi,

In the Netherlands, thanks to Napoleon Bonaparte, we have a surname prefix, like my last name is "Van Woezik" where "Van" is a surname prefix meaning "from".

In ..Core i have extended User with property "SurnamePrefix"

public virtual string SurnamePrefix { get; set; }

In ..Entity Framework i have added migration

public override void Up()
        {
            AddColumn("dbo.AbpUsers", "SurnamePrefix", c => c.String(nullable: true, maxLength: 12));
        }

When i try to add a new User in SPA, i can't save when there is no SurnamePrefix

What am I forgetting? Please advice, TIA, Rene van Woezik

Thank you!

Please add my github username rvwoezik

Thanx in advance! Rene van Woezik

Hi, Please let me introduce myself. My name is Rene and i'm from the Netherlands (Johan Cruijff, Weed, etc). After weeks of struggling to build it myself i finally purchased a license.

I really admire your skills and the DDD concept has kept me from sleeping the last couple of weeks ;-)

I work at an Physical Therapy organization [http://www.fysiophysics.nl]) We have one headoffice/ clinic and around 60 small subclinics across the netherlands. I want to use asp.net zero to administrate employees, clinics, equipment, computers, assigned therapist etc. also i want to create an collaboration platform for the employees/therapist with a wikipedia / faq, instructional video's etc.

Here are my questions, how would u do it? : Employees, all employees are Users, should i extend the user with employee information? extending table AbpUsers. or should i create a seperate entity Employee and link them to users? Employees can have one or more addresses with start, end Employees which are of type "Physicaltherapist" have additional therapistscodes should i use fluent ef with migrator?

Clinics, Clinis are organizational units which have an address, geocoordinates to calculate traveltime and distance for HRM Would you extend organization unit with address, etc. or use a new entity. Clinics have one or more Treatmentrooms, are treatmentrooms organizational units, or new entities? -> same for treatmentrooms must have certain equipment. organizational unit or new..

A lot of questions, i hope you can help me. Thanks in advance,

Showing 171 to 179 of 179 entries