Majic Projects
Django Pydenticon
Go to the previous open issue
Go to the previous issue (open or closed)
star_faded.png
Please log in to bookmark issues
icon_project.png Django Pydenticon / Closed Feature request DJPYD-1 Initial implementation
action_vote_minus_faded.png
0
Votes
action_vote_plus_faded.png
Go to the next issue (open or closed)
Go to the next open issue
This issue has been closed with status "Closed" and resolution "RESOLVED".
Issue basics
  • Type of issue
    Feature request
  • Category
    Not determined
  • Targetted for
    0.1
  • Status
    Closed
  • Progress
  • Priority
    Not determined
User pain
  • Type of bug
    Not triaged
  • Likelihood
    Not triaged
  • Effect
    Not triaged
Affected by this issue (1)
People involved
Times and dates
  • Posted at
  • Last updated
  • Estimated time
    Not estimated
  • Time spent
    No time spent
    Click here to see time logged against this issue
Issue details
  • Resolution
    RESOLVED
Attachments (0)
There is nothing attached to this issue
Duplicate issues (0)
This issue does not have any duplicates
Description
An initial implementation of Django Pydenticon should be written. The features should include:

* Generation of identicon for data passed as part of GET request for specific URL.
* Use of Pydenticon library for identicon generation.
* Ability to set initialisation parameters for Pydenticon generator.
** Number of rows and columns in an identicon.
** Digest algorithm that should be used.
** List of foreground colours.
** Background colour.
** Some default values should be provided as convenience.
** At this time it's not necessary to make any of those options configurable via GET parameters.
* Ability to set default parameters for each identicon being generated.
** Image width and height.
** Padding.
** Output format.
** Inversion of colours.
* Ability to pass custom arguments for identcion being generated
** Same options that can be set as default ones.
Todos (0 / 0)
Issue created