Ignore:
Timestamp:
Jul 21, 2000, 5:43:59 AM (25 years ago)
Author:
bird
Message:

Addjusted colors.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/database/States.sql

    r3865 r3874  
    1 -- $Id: States.sql,v 1.3 2000-07-19 21:29:36 bird Exp $
     1-- $Id: States.sql,v 1.4 2000-07-21 03:43:59 bird Exp $
    22--
    33-- Insert states into the state table.
     
    99--      refcode color    weight  name                       description
    1010INSERT INTO state
    11     VALUES (0, '#000080',   0,  'Not Implemented',          'Not implemented.');
     11    VALUES (0, '#000000',   0,  'Not Implemented',          'Not implemented.');
    1212INSERT INTO state
    13     VALUES (1, '#0000FF',   5,  'Stub',                     'Stub-function. Does nothing.');
     13    VALUES (1, '#0010E0',   5,  'Stub',                     'Stub-function. Does nothing.');
    1414INSERT INTO state
    15     VALUES (2, '#808000',  20,  'Partially',                'Partially implemented. Not Tested.');
     15    VALUES (2, '#afaf00',  20,  'Partially',                'Partially implemented. Not Tested.');
    1616INSERT INTO state
    17     VALUES (3, '#FFFF00',  25,  'Partially Tested',         'Partially implemented. Tested and approved.');
     17    VALUES (3, '#e0e000',  25,  'Partially Tested',         'Partially implemented. Tested and approved.');
    1818INSERT INTO state
    19     VALUES (4, '#008000',  90,  'Completely',               'Completely implemented. Not tested.');
     19    VALUES (4, '#00cc00',  90,  'Completely',               'Completely implemented. Not tested.');
    2020INSERT INTO state
    21     VALUES (5, '#00FF00', 100,  'Completely Tested',        'Completely implemented. Tested and approved.');
     21    VALUES (5, '#00ff00', 100,  'Completely Tested',        'Completely implemented. Tested and approved.');
    2222INSERT INTO state
    23     VALUES (6, '#808080',  20,  'Open32 Partially',         'Partially implemented. Not Tested.');
     23    VALUES (6, '#50afaf',  20,  'Open32 Partially',         'Partially implemented. Not Tested.');
    2424INSERT INTO state
    25     VALUES (7, '#FFFF80',  25,  'Open32 Partially Tested',  'Partially implemented. Tested and approved.');
     25    VALUES (7, '#70e0e0',  25,  'Open32 Partially Tested',  'Partially implemented. Tested and approved.');
    2626INSERT INTO state
    27     VALUES (8, '#008080',  90,  'Open32 Completely',        'Completely implemented. Not tested.');
     27    VALUES (8, '#7090d8',  90,  'Open32 Completely',        'Completely implemented. Not tested.');
    2828INSERT INTO state
    29     VALUES (9, '#00FF80', 100,  'Open32 Completely Tested', 'Completely implemented. Tested and approved.');
     29    VALUES (9, '#afbfff', 100,  'Open32 Completely Tested', 'Completely implemented. Tested and approved.');
    3030INSERT INTO state
    31     VALUES (99, '#FF0000', 25,  'Unknown',                  'The state of this function is unknown.');
     31    VALUES (99, '#aa0000', 25,  'Unknown',                  'The state of this function is unknown.');
    3232
    3333
Note: See TracChangeset for help on using the changeset viewer.