Open rosenbrockc opened 8 years ago
@wsmorgan I added a function acorn.logging.database.list_tasks
that will list all the projects and tasks in the configured database directory. Just call that function when you need to setup the tabs. Also, create a new package called server
in acorn
for all the django
stuff you are working on.
@wsmorgan Did we make any changes to acorn.js
together that one day when we were debugging the frontend?
@rosenbrockc We did in the copy of it that exists in server/ui/static/js but not in the main js folder in the main directory.
@wsmorgan The
acorn.js
file is now in working order. There are instructions to help you get started in./tests/README.md
. Let me know if you have difficulty getting the example file to work.