MonoliYoda / evve_dashboard_dev

0 stars 2 forks source link

Timerboard alternate input #16

Closed MonoliYoda closed 4 years ago

MonoliYoda commented 4 years ago

Started using Celery as a semi-dependency of django-eveuniverse and for future features.

Migrated timerboard to use django-eveuniverse for System and Structure type recognition. The form now accepts non-standard, space-separated input. The backend automatically finds the system name and structure type, if they exist and joins the remaining words into structure name.

In relation to the NewTimer changes, added form validation to hint to user why input is unacceptable.

Various other code cleanup and maintenance things.