Monday, April 30, 2018

Re: Crazy Idea: OOP for "Hyperlink"

What is wrong with a special type of Field - which is a URL, but also
have augmented data items which are stored on the model?

As far as I know - there is no rule that states that each 'Field' on a
model has to have one and only one field in the database. Even if you
have one and only one field in the database, you could capture augmented
information about the URL, and store that as a blob field on the model.

The Custom field would also implement the right methods to turn the
field into html, or even a form.

All possible - the question is how much effort is needed to implement
and test this custom Field.

--
--
Anthony Flury
email : *Anthony.flury@btinternet.com*
Twitter : *@TonyFlury <https://twitter.com/TonyFlury/>*

On 30/04/18 08:24, guettli wrote:
>
>
> Am Donnerstag, 26. April 2018 15:54:31 UTC+2 schrieb Matthew Pava:
>
> I've been thinking about your idea, and I wonder if there could
> instead be some kind of widget for URL objects (or views).
>
>
> A widget ... Let me think about it. A widget is a libray, is source code.
> The code needs some data to operate on.
> Where should the data come from? Where should I store the data?
> What kind of data/input does the widget need?
>
> I have no clue
> --
> You received this message because you are subscribed to the Google
> Groups "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to django-users+unsubscribe@googlegroups.com
> <mailto:django-users+unsubscribe@googlegroups.com>.
> To post to this group, send email to django-users@googlegroups.com
> <mailto:django-users@googlegroups.com>.
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/fd48e249-9d57-43f5-87e4-09bed383af62%40googlegroups.com
> <https://groups.google.com/d/msgid/django-users/fd48e249-9d57-43f5-87e4-09bed383af62%40googlegroups.com?utm_medium=email&utm_source=footer>.
> For more options, visit https://groups.google.com/d/optout.



--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/ba738bb9-dfd7-b865-f486-a308f7b30bc6%40btinternet.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment