Skip to content

Releases: ConoscereLinux/asso-django

v0.2.0

14 Oct 00:16
Compare
Choose a tag to compare

Layout

  • Remove commons.utils
  • Move home template inside landing app
  • Create address app
  • Add Region and Country models
  • Add DefaultModel to commons
  • Remove constants.py (move Region data as a fixture)

Styling

  • Add default style for table
  • main tag now default to justify-start

Pages

  • Add membership table
  • Add membership inside profile view

Various

  • Update translations
  • Reset migrations

v0.1.0

06 Oct 17:29
Compare
Choose a tag to compare

Tailwind CSS

  • add npm support
  • add support to TailwindCSS
  • convert bootstrap css to Tailwind css
  • convert custom CSS to Tailwind css
  • improve style (header, border, cards, palette, ...)

Fixtures

  • split fixtures as default (needed in db-bootstrap) and demo (used to fill database for testing purpose)
  • add sample user and member in demo as fixtures
  • add sample course to demo command as fixture
  • add link to member data for first member

commons

  • add module commons
  • move generic models and fields from core to commons
  • simplify and standardize generic models (closes #19 )
  • improve theme app via new generic models

Accounts

  • Add support for multiple user emails with checks (closes #72)

Layout

  • move course/event cards inside academy/templates as snippets to include
  • rename membership as member
  • move home page view to landing app (closes #78)
  • rename website app in theme (closes #78)
  • rename and refactor membership app in member app
  • refactor and update academy app
  • rename and refactor core.users in accounts app
  • move login related templates in accounts
  • improve MembershipPeriod.end_date with an uneditable field (closes #7 )

Urls

  • rename member relate urls
  • add non working member form

various

  • update translations
  • update requirements
  • reset migrations

v0.0.4

02 Oct 20:48
Compare
Choose a tag to compare

Features

  • Add SlugModel and Title Model (and rename Ordered in OrderedModel)
  • Add support for translations (closes #67)
  • Add support to fixtures

Breaking Changes

  • Remove bootstrap for a raw css solution
  • Remove ionic for feathers icons
  • Member Qualification now is a separate model

Improvements

  • Improve load data script
  • Rename Descripted in Described
  • Update makefile command

v0.0.3

29 Sep 00:00
Compare
Choose a tag to compare
  • Fix Django version to 4.2.x
  • Improve Custom User and how it interacts with Member and Trainer
  • Fill Member with fields
  • Add support for internationalisation
  • Split models in models/commons and models/users
  • Add check for Member cf field with python-codicefiscale
  • Improve data migration scripts

v0.0.2

27 May 14:36
Compare
Choose a tag to compare
  • Reset Migrations
  • Change project code structure
  • Refactor Abstract core/common models
  • Add Custom User
  • Improve data loading
  • Add command to generate secret_key

v0.0.1

15 May 22:51
b1f368a
Compare
Choose a tag to compare
  • Create a working environment
  • Add models for all the site sections
  • Add a base HTML layout based on old site
  • Add some logics of data loading