Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/mlaursen/mathtabolism
https://github.com/mlaursen/mathtabolism
238cd4cbd91faa7cfadd5b6fe4633548f8eca738 authored almost 10 years ago by mlaursen <[email protected]>
a46e9436c75af6db65bd12db1bf0219a078fe17c authored almost 10 years ago by mlaursen <[email protected]>
Added a login thing. Should probably go for some OAuth stuff for logins
8bce09a1753b3242e949e6a07f5c8bde4da742f1 authored almost 10 years ago by mlaursen <[email protected]>6c60359987ff4887f47d2264abbc17818d0d5aa4 authored almost 10 years ago by mlaursen <[email protected]>
ad1935b35aea1056a47cdbde3ff97fd40e13ee2e authored almost 10 years ago by mlaursen <[email protected]>
8469e81df0c1b3c6a28ae3ee0de1bf76e6b16362 authored almost 10 years ago by mlaursen <[email protected]>
what happened
b2544d065fe689af37bb8ee07c288a9dfc007d69 authored almost 10 years ago by mlaursen <[email protected]>2ff489f052dba4f347fa99ce77261f088b231b41 authored almost 10 years ago by mlaursen <[email protected]>
0eaa29be9f82384d62adf8c3cba648bb53e9ea6b authored almost 10 years ago by mlaursen <[email protected]>
2847661963a7c32716aff49855ef849edcdbc26b authored almost 10 years ago by mlaursen <[email protected]>
Converted the account initialization form stuff into sass. It looks 90%
there now. Just need to ...
c9b0068232e8e81a90230216ed6ca5df021cb7fc authored almost 10 years ago by mlaursen <[email protected]>
Added some mroe changes to modal dialogs. There is now a header bar and
some other stuff (like a...
783dd2065017891e8cb34e6cbe4c4de95be0a445 authored almost 10 years ago by mlaursen <[email protected]>
Added sass and started the conversion to sass. Finished the basic
buttons and the header and mod...
Fixed the security domain to be correct. Woops
876e01ca63edf3b638367d68d4836625a00ecef0 authored almost 10 years ago by mlaursen <[email protected]>what happened
6d07fe46ce7f51ed47067ed955938bef8afad309 authored almost 10 years ago by mlaursen <[email protected]>9ebc3e228d2ef60351008a6bc410836adf4b1e26 authored almost 10 years ago by mlaursen <[email protected]>
Changed the attribute overrides in ingredient for macros and nutrients
to be amount instead of v...
Changed some of the datatypes to get better useof postgres. The id is
now a generated value and ...
Converted the project from ant to maven.
d05887f7aaeab3de2ade7e1b74d32508faf7b9cf authored almost 10 years ago by mlaursen <[email protected]>Converted the stuff to be a postgres db
c48b72cadb9c6e2a9883af8ba63f426ea2b58105 authored almost 10 years ago by mlaursen <[email protected]>
Renamed a page and fixed some primefaces problems where it wasn't always
including jquery. which...
Fixed stupid enum conversion test. Account Settings didn't exist anymore
for accountnav
Signup and login form are working now with the new style n shit doe.
4e8721579197c15694dbfad48737e1cde5125655 authored almost 10 years ago by mlaursen <[email protected]>Fixed spelling error and added settings_and_weight to acount nav
8fd2b3642d9a0453874c91aa521d78b9a553633f authored almost 10 years ago by mlaursen <[email protected]>
Can now log in with the new style. Need to fix the form spacing and crap
now though. Also added ...
Added font-awesome librayr, removed some old fonts, working on new
layout crap. Figured out how ...
Added a progress bar / step count for the account initialization stuffs.
Also redirected to the ...
Extracted some account parts to be in the includes. Updated some of the
controller stuf... THi...
Added a growl for updating the date to show the date that you modified
your date. Also moved the...
Added some mroe util tests and changed some of the number / date utils
crap. Also updated the ac...
Finished the account equal stuff to allow account settings. also changed
the date converter to b...
Added new AccountUtils for account util stuff.. So far only has equals.
Need to update it to do ...
Fixed the AllTests to include the EMConverter stuff. also fixed the
CalculateNutrientUTest to us...
Added a PNG version of the ERD so it can be viewed easily on github.
659f12611127134be13b566a914772d081016030 authored almost 10 years ago by mlaursen <[email protected]>
Fixed the error when updating account weight. Had forgotten to bind an
account to the account we...
Simplified the step form dropdown included page. THere is no longer a
selected thing to use. the...
Added the EntityModelConversion to the front end and all parts now. Neat
stuff.
Ended up changing the idea from EntitiesToModel to just entityToModel(E
entity, M model) where a...
Added the expected results of tests for entities to model
89fc3c923cc65fc8f0e5111f1abf8183d085f4a8 authored almost 10 years ago by mlaursen <[email protected]>
SIngle entity to model conversion implemented and all tests pass. Woo
Woo. I just realized that ...
Added the expected results for entity to model conversions. Woo...
419f9b304c9ce2e02f6c128e74a1ba97e583f8f1 authored almost 10 years ago by mlaursen <[email protected]>
WOrking on the new EntityModel converter. THe new EntityModelConverter
will handle a model that ...
Moved all of the unit tests to test.util package since they were all
util tests.
Worked on adding error messages and crap for the account initialization
form. Can't seem to hide...
Changed the whole height crap. There is now a height value for inches,
feet, and centimeters. He...
Removed the changes where I changed the ajax call on the username field
to use @this and @form. ...
Changed the update weight modal to actually set the weight value instead
of the AccountWeight ob...
Fixed and finished the account initialization for now. Just need to
change the height stuff to b...
Added some fixes for ajax to work. It isn't really the most ideal way of
doing it so far.. Oh we...
Finally working on the account initialization stuff. Created a new
controller for account setup....
Changed some of the formatting of code. Updated the toString methods to
have the entity id. Adde...
Fixed the daily intake problems for the page. I hand't finsihed the
whole saving/creating of all...
Added a based 404 and error page.
ac0768bbee983d84c62ec5ced9e106cff998ce11 authored almost 10 years ago by mlaursen <[email protected]>
Moved the login page to be a index.xhtml file. Also updated the login
handler to use the Account...
Renamed and moved packages around again.. Also got a better converter to
work with annotations a...
Changed the location of most of the objects. Moved the entities to
model.entity and removed all ...
Conflicts:
Source/java/com/mathtabolism/converter/BaseEntityModelConverter.java
A lot of changes. I can't remember. I was trying to get the models and
entities to auto convert ...
Converted the AccountController from using Entities to using models.
Fixed a few bugs I found wi...
Changed the Base Entity Model Converter to get all methods instead of
just declared methods. I h...
Changed the Base Entity Model Converter to get all methods instead of
just declared methods. I h...
Working on using the new auto conversion with the createaccount stuff.
883781b751d8acecb655597e5c01be1c1b01e764 authored almost 10 years ago by mlaursen <[email protected]>
Added an automatic entity to model or model to entity converter. Just
need to automagically inje...
Renamed all the entities to have an Entity suffix. This was done to help
with the auto conversio...
Removed the embedded Ids for anything that was referencing an account. I
prefer to have a single...
Adding CSS for step form.
279a703be8161827324d9ac8c56df89759ae6fba authored about 10 years ago by mlaursen <[email protected]>
Updated the clean-wildfly target to clean the data and tmp folders as
well.
Added step 2 for new user. Still need a better way to handle updating
things from unit system. G...
Working on converting the Natural Language form into a stepping natural
language form.
Moved the Form Field Dropdown generation to a new file so it can be
generated by passing in Sele...
Closed the open field if it is clicked outside.
3a60db72865a2edf4a6e7dd6e548fc18756f5615 authored about 10 years ago by mlaursen <[email protected]>
Have teh unit system natural language form working. Need to update the
colors n stuff doe.
Starting the first time user setup and created an includable main logo.
8b7f66de9aec1514bdb649dcd8f33bcfc2a78c66 authored about 10 years ago by mlaursen <[email protected]>
Added some mroe front end validation for username and password.
Displaying mroe errors now..
Forgot to add the blank accountInitialization.xhtml
559b18bb566c3a3d987f691310afdb97363acfc4 authored about 10 years ago by mlaursen <[email protected]>Added the username length validation to create account.
227017c348ee16c416f4a1b83102a42b34122bde authored about 10 years ago by mlaursen <[email protected]>
Got most of the validation down with checks or 'x's for the sign up
form. Just need to validate ...
Removed the account settings defaults
f656d35aaedbecce493763ce22969ab4b22392f1 authored about 10 years ago by mlaursen <[email protected]>
Fixed the horrible CSS for the login form. Also fixed the email field
from being a password to t...
Added the recovery email tot he account. Also working on sign-up
validation display.
Added an indicator for if an account wants to use their birthday instead
of age. No purpose yet.
Added the Unit System to the account settings. also added a new
recalculation day to be every day.
Renamed the Beans to controller. Bean isn't very descriptive, so I
switched it to Controller for...
Added the macro nutrient calculation to the daily intake page. It was
only doing calories before...
Added random usernames for the username placeholder on the create
account field.
Added some extra divs so there can be checkboxes on the side when
attempting to create a new acc...
what happened
67025561480aba8e8f8d1838968cc3214ce6e7d3 authored about 10 years ago by mlaursen <[email protected]>
Fixed the navigation string that would sometimes have an extra '/' and
added some logic to check...
Removed the bonzo stuff and removed the annoying chrome autocomplete
fill color.
d8ebc97404ace246956cfdb6d1d2ec0120c781db authored about 10 years ago by mlaursen <[email protected]>
Working on figuring out how to create a nice first time user login form
by testing with standard...
Fixed the crashes for logging in and the daily intake page. Added a
suggested previous weight to...
what happened
c68035f948e3b8c762ff8a434e02c3350b6d273b authored about 10 years ago by mlaursen <[email protected]>Some refactoring
713dbbb88bcc935616bbdaa4afde96493f1e393b authored about 10 years ago by mlaursen <[email protected]>
A person can now update their weight each day with a little "quote" box
that only shows if a use...
Ran the eclipse formatter to just add the correct spaces for
indentaion.. Oh well.
Added a NavigationBean to handle looking up JSF pages to navigate to and
then redirecting to the...
Added mroe data to dailyintaketable. Also generate default meals if
there are not at elast 5 meals