Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

f-klubben/stregsystemet

krestenlaust pushed 1 commit to openapi-spec f-klubben/stregsystemet

View on GitHub

krestenlaust pushed 2 commits to openapi-spec f-klubben/stregsystemet

View on GitHub

krestenlaust closed an issue on f-klubben/stregsystemet
Spaces allowed in "username" in the Tilmeld section.
![image](https://github.com/user-attachments/assets/6aa02d0f-9f01-4ea7-8ff3-ebb776efbbc2) Spaces should not be allowed when signing yourself up, as usernames cannot have spaces.
krestenlaust pushed 1 commit to next f-klubben/stregsystemet
  • Added constraint to signup form - No whitespace in username (#519) * Added constraint to username so that no whitesp... fccc11d

View on GitHub

krestenlaust closed a pull request on f-klubben/stregsystemet
Added constraint to signup form - No whitespace in username
…rname. Django handles trailing and leading whitespaces it selfs, so that '-test10' all leadingwhite spaces is ingored by django when inserted. The same with 'test10-' all trailing is also ingored
krestenlaust created a review on a pull request on f-klubben/stregsystemet
Nice work!

View on GitHub

krestenlaust created a comment on a pull request on f-klubben/stregsystemet
Reverted earlier commit, to re-run black with project settings

View on GitHub

pimber created a comment on a pull request on f-klubben/stregsystemet
Note: The regex handles the cases where there is a whitespace somewhere in the username like (- is whitespace): "test-10" and "t-est-10" or any of the combinations in between. The regex do not...

View on GitHub

pimber opened a pull request on f-klubben/stregsystemet
Added constraint to username so that no whitespaces can be in the use…
…rname. Django handles trailing and leading whitespaces it selfs, so that '-test10' all leadingwhite spaces is ingored by django when inserted. The same with 'test10-' all trailing is also ingored
pimber forked f-klubben/stregsystemet

pimber/stregsystemet

krestenlaust pushed 35 commits to openapi-spec f-klubben/stregsystemet
  • Rollback Django to 4.1 for MySQL 5.7 support (#461) MySQL 5.7 support was removed in 4.2 795b2d5
  • Bump requests from 2.31.0 to 2.32.0 (#463) updated-dependencies: - dependency-name: requests dependency-type: di... cc09e1b
  • [Fix] Add remaining member data to userdata csv (#465) * add data missed in member model * fix missing gender ... b2f3ede
  • Changed username check to be case insensitive (#468) * Changed username check to be case insensitive Fixes #466. ... ba8ba6f
  • Document mailhog (#467) * updated readme * fix link * fix link * Update README.md Co-authored-by: Kreste... eeebcbe
  • Vipps API - Sample tokens file (#429) * Add Sample file with randomized values in * Move Vipps-tokens sample to n... 6471aeb
  • Setup guide for Mac users. #450 (#470) Co-authored-by: BoAnd <[email protected]> Co-authored-by: Kresten Laust <krestenl... e020967
  • Add Production requirements (#471) 4165e93
  • Feature signup (#297) * Implemented view and models for signup * Implemented command for signup system * Added... edcf5c7
  • Upgrade products table to modern HTML (#475) Co-authored-by: Kresten Laust <[email protected]> c8abbf7
  • Remove prefixed declarations (#476) Co-authored-by: Kresten Laust <[email protected]> a64cd94
  • Fix issue with 'ignore' status not being updated (#484) 71789cc
  • Update trusted origins in CSRF-settings (#485) 8f022ac
  • Upgrade header to modern HTML (#480) Co-authored-by: Kresten Laust <[email protected]> bba9852
  • Remove old autofocus hack (#472) Co-authored-by: Kresten Laust <[email protected]> 1960480
  • Make education and E-mail mandatory in Signup form (#490) * Make education-field mandatory in signup form * Make ... cf87041
  • Simple 'finished' button (#497) Added an easily visible button to return to the menu after signup. 1e4ebbc
  • Refactor (foobar) razzia (#495) * Add Razzia app * Connect Razzia app * Rename previous razzia model * Add ... 941550f
  • Only load cursor styles when cursor is used (#498) Co-authored-by: Kresten Laust <[email protected]> c8706a0
  • Improve GDPR implementation (#496) * Improve GDPR implementation * Improve GDPR implementation * Protect again... 7d2089e
  • and 15 more ...

View on GitHub

krestenlaust created a comment on a pull request on f-klubben/stregsystemet
I've decided to leave the sales API as is

View on GitHub

krestenlaust pushed 35 commits to improve-api f-klubben/stregsystemet
  • Rollback Django to 4.1 for MySQL 5.7 support (#461) MySQL 5.7 support was removed in 4.2 795b2d5
  • Bump requests from 2.31.0 to 2.32.0 (#463) updated-dependencies: - dependency-name: requests dependency-type: di... cc09e1b
  • [Fix] Add remaining member data to userdata csv (#465) * add data missed in member model * fix missing gender ... b2f3ede
  • Changed username check to be case insensitive (#468) * Changed username check to be case insensitive Fixes #466. ... ba8ba6f
  • Document mailhog (#467) * updated readme * fix link * fix link * Update README.md Co-authored-by: Kreste... eeebcbe
  • Vipps API - Sample tokens file (#429) * Add Sample file with randomized values in * Move Vipps-tokens sample to n... 6471aeb
  • Setup guide for Mac users. #450 (#470) Co-authored-by: BoAnd <[email protected]> Co-authored-by: Kresten Laust <krestenl... e020967
  • Add Production requirements (#471) 4165e93
  • Feature signup (#297) * Implemented view and models for signup * Implemented command for signup system * Added... edcf5c7
  • Upgrade products table to modern HTML (#475) Co-authored-by: Kresten Laust <[email protected]> c8abbf7
  • Remove prefixed declarations (#476) Co-authored-by: Kresten Laust <[email protected]> a64cd94
  • Fix issue with 'ignore' status not being updated (#484) 71789cc
  • Update trusted origins in CSRF-settings (#485) 8f022ac
  • Upgrade header to modern HTML (#480) Co-authored-by: Kresten Laust <[email protected]> bba9852
  • Remove old autofocus hack (#472) Co-authored-by: Kresten Laust <[email protected]> 1960480
  • Make education and E-mail mandatory in Signup form (#490) * Make education-field mandatory in signup form * Make ... cf87041
  • Simple 'finished' button (#497) Added an easily visible button to return to the menu after signup. 1e4ebbc
  • Refactor (foobar) razzia (#495) * Add Razzia app * Connect Razzia app * Rename previous razzia model * Add ... 941550f
  • Only load cursor styles when cursor is used (#498) Co-authored-by: Kresten Laust <[email protected]> c8706a0
  • Improve GDPR implementation (#496) * Improve GDPR implementation * Improve GDPR implementation * Protect again... 7d2089e
  • and 15 more ...

View on GitHub

krestenlaust opened an issue on f-klubben/stregsystemet
Optional comment to Payment model
There's no way to document a manual payment right now
krestenlaust closed an issue on f-klubben/stregsystemet
User model
- Make the balance read only from the admin interface. - Add phone number to the model.
krestenlaust created a comment on an issue on f-klubben/stregsystemet
Based on #55

View on GitHub

krestenlaust closed an issue on f-klubben/stregsystemet
Payments sessions
- A payment session is used for our Friday's payment. - Payments sessions consist of a list of payments. - Each payment has a user, amount, source (Only card and cash). - The payment sessions a...
krestenlaust created a comment on an issue on f-klubben/stregsystemet
> @krestenlaust: Should we not close this one? I think nobody knows what to do with this issue. Yes, agree!

View on GitHub

krestenlaust created a comment on an issue on f-klubben/stregsystemet
Agree! > @krestenlaust: Do you agree on closing this story? As I see it we have made many awesome improvements in the admin panel. Agree!

View on GitHub

krestenlaust closed an issue on f-klubben/stregsystemet
Userfriendly admin panels?
Since we are not changing the stregsystem proper frontend ([this](https://kristopolous.github.io/BOOTSTRA.386/) and [this](http://code.steadman.io/telestrap/) still exists) maybe we should consider...
BoAnd created a comment on an issue on f-klubben/stregsystemet
The same as #515. So I will close it.

View on GitHub

BoAnd closed an issue on f-klubben/stregsystemet
Make enter return to frontpage after failed multibuy
Currently when a multibuy fails you cannot return to the main page without using the mouse. That is not good. Please make it possible to return to the store page using the enter key after seein...
BoAnd created a comment on an issue on f-klubben/stregsystemet
To old issue. If accounting is missing this feature then create a new issue.

View on GitHub

BoAnd closed an issue on f-klubben/stregsystemet
Accounting - Cron job
**The first day in each month 00:01** - Post the total amount of sale for the month before to dinero using the dinero API. - Post the information from all payments sessions for the month before...
BoAnd created a comment on an issue on f-klubben/stregsystemet
@krestenlaust: Should we not close this one? I think nobody knows what to do with this issue.

View on GitHub

BoAnd created a comment on an issue on f-klubben/stregsystemet
@krestenlaust: Do you agree on closing this story? As I see it we have made many awesome improvements in the admin panel.

View on GitHub

krestenlaust closed an issue on f-klubben/stregsystemet
Can't navigate back after wrong product with keyboard
![billede](https://github.com/user-attachments/assets/24f635ce-4df7-4fbd-898a-a84eae10de3e) The above screen doesn't allow navigation using keyboard, you have to use the mouse to return
atjn created a comment on a pull request on f-klubben/stregsystemet
Are they completely frozen? Not even flapping? That sounds like you have `prefer-reduced-motion` enabled?

View on GitHub

krestenlaust created a review on a pull request on f-klubben/stregsystemet
The bats freeze on my pc. Works on your machine? Recreate: `reloadthemes` -> open page -> frozen bats

View on GitHub

joandrsn created a comment on an issue on f-klubben/stregsystemet
Nice. I have looked at the code, and I believe that the issue stems from the following section: https://github.com/f-klubben/stregsystemet/blob/958fa45f63b5ac4cbebfc4066f0382c67d5bad8d/stregsys...

View on GitHub

Load more