package LivinGrimoire;
public class DiHelloWorld extends DiSkillV2{
// hello world skill for testing purposes
public DiHelloWorld() {
super();
}
@Override
public void input(String ear, String skin, String eye) {
switch (ear){
case "hello"...
import java.util.ArrayList;
public class DISkillUtils {
// alg part based algorithm building methods
// var args param
public Algorithm algBuilder(Mutatable... algParts) {
// returns a simple algorithm for saying sent parameter
ArrayList<Mutatable> algParts1 = new...
setting specific days would be a bitch on the GUI, so weeklies should be:
weekends/regular days. bringing us to :
habits - :uniqueItemSizeLimitedQue
habits +:uniqueItemSizeLimitedQue
weekends:uniqueItemSizeLimitedQue
dailies:uniqueItemSizeLimitedQue
ToDos: ToDo
expirations: ToDo
so we have 3 main parts to this:
habits +-
weeklies
ToDos
the 1st 2 we can use a size limited que. why limit it's size? for focus. 15 outta do it for the good habits
5 for the bad ones.
we have a designated module for the to-dos, which can also contain expiration/event dates.