Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add a "today's objectives" section to the to-do list #30

Closed
0x416c616e opened this issue Jan 13, 2020 · 2 comments
Closed

add a "today's objectives" section to the to-do list #30

0x416c616e opened this issue Jan 13, 2020 · 2 comments

Comments

@0x416c616e
Copy link
Owner

involves:

  1. making new database table (just a varchar(64) and int for a primary key)
  2. updating database instructions markdown document
  3. put info on how to make the initial entry in the instructions doc, and then actually do it
  4. new database connection code in todolist.php

here's what it will look like:
Today's objectives:
0-530
What that means is that items in the to-do list with priorities of 0 to 530 will be what you want to concentrate on for that particular day. It can be stored as a single string, and it will be a database table where only a single row is used.

@0x416c616e
Copy link
Owner Author

finished 1, 2, 3, and 4
but now I need to add a today.php so it can have update functionality, rather than just read functionality

@0x416c616e 0x416c616e pinned this issue Jan 13, 2020
@0x416c616e
Copy link
Owner Author

finished

@0x416c616e 0x416c616e unpinned this issue Jan 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant