zengcheng / codesmith

Automatically exported from code.google.com/p/codesmith
0 stars 0 forks source link

Plinqo Rulmanager Priority or another ID as Property in the Broken Rules List #356

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Feature Request

I would like to present the user a ordered Message Box of Rules which are
Broken.
Would it be possible to do this with the Priority ID of the Custom Rule?
There is no way to add an ID to the "Normal" Property of the Entity.
If I have got 
1. Account Number 
2. First Name
3. Surname
4. Street 
etc.
to enter into a form I would like to give the user feedback in the order
they are entering the data. I tried this with Linq to the RM but I get only
the message presented.

BTW I'm getting no email for the Password reset of My Codesmith Comunity
Login since weeks now (Other email than the one for Google)

Original issue reported on code.google.com by schaffn...@GMX.de on 5 May 2010 at 8:08

GoogleCodeExporter commented 9 years ago
Hello,

Please contact support (support AT codesmithtools DOT com) and we will take a 
look into 
your password reset.

Thanks
-Blake Niemyjski

Original comment by bniemyjski on 7 May 2010 at 3:25

GoogleCodeExporter commented 9 years ago
Hello,

Could you please give us more details on what your ideas are for implementing 
this. 
With the current information provided it doesn't seem like their is a generic 
way for 
us to implement this.

Thanks
-Blake Niemyjski

Original comment by bniemyjski on 14 May 2010 at 4:08

GoogleCodeExporter commented 9 years ago
If I show a list of errors I would like to show them in the order of the 
Textboxes 
on the form.

If we take the example from above, is there any way to ensure, that broken 
rules for 
each of these fields:
1. Account Number 
2. First Name
3. Surname
4. Street 
can be sorted in this order?
For example if all rules are broken I would like to be able to sort the error 
messages returned in the broken rule collection as follows:

(1) Error in Account Number 
(2) Error in First Name
(3) Error in Surname
(4) Error in Street 

If only Rule 2 and 4 is broken I would like to show:

(2) Error in First Name
(4) Error in Street 

(The actual error messages would give more information regarding the error, I 
just 
cut this out for better readability)

Original comment by schaffn...@GMX.de on 19 May 2010 at 12:24

GoogleCodeExporter commented 9 years ago
We'll explorer ideas on how to do this.

Original comment by paul.wel...@gmail.com on 21 May 2010 at 1:29