Releases: JoshuaOndieki/dojo
Version 1.1
Formatted predecessor(v1.0) with PEP8 guidelines
Version 1.0 Pre release
Whats New ✨
-
Print all members of a room
print_room <name>
-
Print rooms with allocations
print_allocations [<filename>]
-
Print members who are not allocated
print_unallocations [<filename>]
The optional filename is used to output the result into a file
Version 0 of the System
OSA(Office Space Allocation) App with command line interface using docopt that has the following commands:
create_room <room_type> <room_name>...
- Creates rooms in the Dojo. Using this command, the user is able to create as many rooms as possible by specifying multiple room names after the create_room command.
add_person <person_name> <person_type> [<wants_accommodation>]
- Adds a person to the system and allocates the person to a random room. wants_accommodation here is an optional argument which can be either Y or N. The default value if it is not provided is N.