Skip to content

Milestones

List view

  • No due date
    0/1 issues closed
  • - First official release as `0.1.0` with open-source community support. - Support data entry, update, delete, and view operations for table tiers `dj.Manual`, `dj.Lookup` with the following data types: - `uuid` - `varchar` - `date` - `double` - `int` - `float` - `decimal` - `bool` - `datetime` - `time` # Computers that belong to the company computer_id: uuid # unique id --- computer_serial: varchar(9) # manufacturer serial number computer_built: date # manufactured date # computer_processor: double # processing power in GHz computer_memory: int # RAM in GB computer_weight: float # weight in lbs computer_cost: decimal(6, 2) # purchased price computer_preowned: bool # purchased as new or used computer_purchased: datetime # purchased date and time computer_updates=null: time # scheduled daily update timeslot

    Overdue by 4 year(s)
    Due by March 31, 2021
    36/42 issues closed