Commit graph

253 commits

Author SHA1 Message Date
SimGetti
9e5fad85d3 Allow access to signup page
Delete also the version_beta page
2023-08-17 10:38:50 +02:00
Laetitia Getti
2bc8d1be37 new display idea 2023-08-16 12:58:39 +00:00
Laetitia Getti
2020eba8a8 fix bug on full height boxes and switch blocs 2023-08-16 12:58:39 +00:00
Laetitia Getti
82bc55ff39 mode dashboard out of order app and give box same height 2023-08-16 12:58:39 +00:00
Laetitia Getti
30d74e5dd9 add grouped order code in overview page 2023-08-16 12:58:39 +00:00
Laetitia Getti
6fe83b9275 integrate code for joining grouped order in dashboard
- move home page into order app and name it 'dashboard'
2023-08-16 12:58:39 +00:00
Laetitia Getti
dab7477f51 dashboard page 2023-08-16 12:58:39 +00:00
7373a99aec Speedup the tests by using a weaker hash algorythm 2023-08-15 19:43:17 +02:00
b4bdfb8cf4 Add the ability to use a code to join an order. 2023-08-14 17:44:49 +02:00
cf2c79cc3f Make "join order" part of the order's app 2023-08-14 14:57:51 +02:00
6c66cb031b Remove extra title and version from README 2023-08-14 14:30:04 +02:00
211d806177 Small changes on the README
- Change the links to the git repository to use ssh rather than HTTP.
- Use double quotes rather than simple quotes in the local_settings.py file, to
  please black.
- Add links to projects we're using, so it's easier to explore if you don't
  know them.
2023-08-14 14:30:04 +02:00
d11cdb5eb8 Specify version in la_chariotte.__version__ only
Rather than having the version specified in different locations. This uses
setuptools dynamic features.
2023-08-14 11:58:11 +02:00
42013d8e9a Add package{,-lock}.json to the gitignore. 2023-08-14 11:47:05 +02:00
Laetitia Getti
94bdc664fe do not specify changes in CHANGELOG before v1 2023-08-14 08:39:43 +00:00
Laetitia Getti
e8b55fedaa increment version to 1.0.0 2023-08-14 08:39:43 +00:00
Laetitia Getti
0563e6c69e update versionning conventions in readme and changelog 2023-08-14 08:39:43 +00:00
5164ebbb95 Change comment to be more readable 2023-08-12 21:02:09 +02:00
53d35094c0 Remove extraneous comments, rename test functions.
- Removed uneeded comments (like previous commits).
- Renamed some test functions to make them more explicit, and remove the
  associated docstring.
2023-08-12 21:02:09 +02:00
71cff89a00 Use the "black" profile for isort.
Otherwise they work against each other.
2023-08-12 21:00:42 +02:00
b4df449bcb Small code & comments changes.
- removed comments when they were not helping understanding the code.
- changed some variable names to ease readability
- make use of dict.update() to ease readability
- use dict comprehensions when possible to ease readability
- changed the naming from intial to origin (bad translation from english)
2023-08-12 21:00:42 +02:00
a628f8ea47 Add .venv to black excludes 2023-08-12 21:00:42 +02:00
b001fc152c Enhance comments, minor code refactor.
- removes comments when they were not useful
- format comments to be less than 80 chars long (this is not covered by black)
- remove the CODE_LENGTH from the top level models.py, and use it in the function instead.
2023-08-12 21:00:42 +02:00
c2b271b825 Minor changes in settings.py
Cleanup of useless comments that were generated by Django itself.
2023-08-12 20:59:38 +02:00
5c2ac34163 Use french in the URLs paths.
It was using a mix of french and english, so I uniformized everything.
2023-08-12 20:59:38 +02:00
5a309ee8e8 Make footer stick to the bottom. Fixes #120 2023-08-12 18:46:45 +00:00
30ea525619 Fix base template indentation and spacing 2023-08-12 18:46:45 +00:00
SimGetti
59ad699edf Replace last instances of is_ongoing by is_open 2023-08-11 16:52:23 +00:00
SimGetti
59f3870c41 Replace any instance of is_ongoing by is_open 2023-08-11 16:52:23 +00:00
Laetitia Getti
49c3a3f615 fix link in mail button and add note in mail 2023-08-11 16:36:37 +02:00
Laetitia Getti
8c4f45ac0d add plain text alternative to mail 2023-08-11 12:08:14 +02:00
Laetitia Getti
4885025e99 use example.com, guillemets français and base_mail.html 2023-08-11 09:22:03 +00:00
Laetitia Getti
660117af80 send mail notification on order 2023-08-11 09:22:03 +00:00
Laetitia Getti
8953e1adf2 change duplicate grouped order test 2023-08-11 10:31:05 +02:00
Laetitia Getti
817428ea1f Precise comments in create_code function 2023-08-10 11:10:47 +02:00
Laetitia Getti
cb2373020e add reverse function in migration file 2023-08-09 11:32:09 +02:00
Laetitia Getti
6006cbe8df use the grouped order unique code in url path 2023-08-09 08:09:43 +00:00
Laetitia Getti
2083142d47 generate a 6 digit long unique code for each grouped order 2023-08-09 08:09:43 +00:00
BastienTest
9e52ded095 #122 - Modification de "Nouvelle commande" vers "Nouvelle commande groupée" 2023-08-08 23:20:54 +02:00
Laetitia Getti
027476c2c4 remove secrets from settings 2023-08-07 15:54:42 +02:00
Laetitia Getti
289a872618 small change on url path 2023-08-07 15:54:14 +02:00
Laetitia Getti
a476c4b288 change button text 2023-08-07 15:54:14 +02:00
Laetitia Getti
555f423ce4 password reset pages and email sending 2023-08-07 15:54:10 +02:00
laetitia
6acbaf4239 add createsuperuser instruction 2023-08-03 07:55:34 +00:00
7b1af75795 Add instructions on how to install locally.
Exmplain how to create the database and how to run the server with
a local settings.py file.
2023-08-03 07:55:34 +00:00
Laetitia Getti
557256ef1d version 0.5.0 2023-08-01 11:29:37 +02:00
Laetitia Getti
5c6516c9b1 improve csv test 2023-08-01 11:02:18 +02:00
Laetitia Getti
8e63bbcd7b change version to 0.4.4 2023-08-01 11:02:18 +02:00
Laetitia Getti
25d0ef5604 csv export of a grouped order 2023-08-01 11:02:18 +02:00
Laetitia Getti
52b7804281 improve total computing on order form 2023-08-01 08:07:03 +00:00