Commit graph

109 commits

Author SHA1 Message Date
6e730f193c
Resolve naming convention 2023-11-11 19:28:56 -05:00
3b60104538
Incremental update
Got past proxy errors, now to fix domain names
2023-11-11 19:20:48 -05:00
7bffe8f691
Make build stable for both Docker and localhost 2023-11-11 16:23:21 -05:00
00768b31f1
Merge branch 'users_backend' into docker 2023-11-11 15:33:18 -05:00
27eea4490f
Finish implementing unit testing 2023-11-11 15:23:02 -05:00
d4f154d4a2
Start unit testing 2023-11-11 14:24:18 -05:00
574f1e6c61
Merge branch 'main' into users_backend 2023-11-11 12:51:16 -05:00
Neav Ziv
c7d15e382a Fixed Need Edit bug 2023-11-08 18:15:05 -05:00
bf3f47345c
Add comments to proxy compose 2023-11-08 14:58:06 -05:00
668348c8f1
Project broken into multipel Dockerfiles
Docker Compose issues have been resolved in the given mount points in
both compose files.

User.java modified enough to resolve build error.
2023-11-08 14:51:25 -05:00
8ab017a5f3
Attempt to debug docker file
Currently works correctly when built individually, but docker-compose
currently fails
2023-11-08 13:07:13 -05:00
3e97121595
IT RUNS
Now to actually write unit tests
2023-11-07 18:25:57 -05:00
951253be68
Make docker build more modular 2023-11-07 14:45:13 -05:00
d35633fb43
Create build and compose file 2023-11-07 14:21:32 -05:00
Mohammed Fareed
ff9d2cc05b
Update gitignore to use sonar scanner 2023-11-05 21:39:14 -05:00
Mohammed Fareed
40c2dc08e5
Add sequence diagram 2023-11-05 19:45:56 -05:00
4f64fb6dee
Complete minimal implementation 2023-11-01 14:41:57 -04:00
6441da7811
Resolve compile-time error 2023-11-01 11:40:21 -04:00
343671e966
Begin initialising User backend
Basket will be contained within the User class, perhaps....
2023-11-01 11:24:23 -04:00
Mohammed Fareed
ac52942c55
Minor docs fixes 2023-10-31 00:07:44 -04:00
Mohammed Fareed
34506b88af
Add docs 2023-10-30 23:59:04 -04:00
Mohammed Fareed
a29cbe1b43
Update docs 2023-10-30 23:18:15 -04:00
6ae14d222c
Add acceptance plan 2023-10-30 17:32:15 -04:00
Kenny Casey
8abda8c8ea trying to fix things 2023-10-30 15:41:57 -04:00
Kenny Casey
4869eea53c Merge branch 'main' of https://github.com/RIT-SWEN-261-02/team-project-2231-swen-261-02-04-guessncheck 2023-10-30 15:01:11 -04:00
Kenny Casey
4ad5d24050 commiting so I can pull 2023-10-30 15:01:04 -04:00
Kenny Casey
c4b102927d commiting so I can pull 2023-10-30 14:57:50 -04:00
Mohammed Fareed
5c70dec9ce
Fix admin visible pages 2023-10-30 12:02:18 -04:00
Mohammed Fareed
2560fc6b0a
Implemented basket and checkout with some minor ui fixes (#14)
* Add baskets persistence

* Update docs

* Add a basket controller

* Update docs

* Implement checkout

* Fix basket bugs

* Return need objects in basket endpoint

* Add basket tests

* Add controller and model unit tests

* Update docs

* Fixed my comment

* commiting my work for see list of needs, so that others can piggy back off of it (#12)

* Completed components of management screens for Needs

* Delete duplicate project

* Merge branch 'fundingBasketUI'

* Squashed commit of the following:

commit 499115b72b
Author: Kenny-Casey <111898875+Kenny-Casey@users.noreply.github.com>
Date:   Sat Oct 28 17:44:27 2023 -0400

    commiting my work for see list of needs, so that others can piggy back off of it (#12)

* Minor merge fixes

---------

Co-authored-by: Neav Ziv <nz8429@rit.edu>
Co-authored-by: Kenny-Casey <111898875+Kenny-Casey@users.noreply.github.com>
2023-10-30 11:17:52 -04:00
Kenny-Casey
499115b72b
commiting my work for see list of needs, so that others can piggy back off of it (#12) 2023-10-28 17:44:27 -04:00
Kenny-Casey
bd2b54e8a0
Merge pull request #11 from RIT-SWEN-261-02/authentication_wrapper
Authentication wrapper
2023-10-28 14:30:47 -04:00
44db0d4c4f
Update initial readme with execution details+deps 2023-10-28 14:13:58 -04:00
523b8b4c32
Finish basic wrap up
Admin account now always works [pass: "admin"], display of admin
checkbox is now working
2023-10-27 20:47:36 -04:00
534ba920c4
backend now works as intended 2023-10-27 18:10:12 -04:00
ce470d419d
Add reference to design styling 2023-10-27 17:52:45 -04:00
b0837180b5
Revert "Finally resolve checkbox issue"
This reverts commit 6f8bcee0da.
2023-10-27 17:50:46 -04:00
00c01ae25b
Revert "Implement rest backend for users"
This reverts commit 4fa51b80a8.
2023-10-27 17:44:40 -04:00
03264a8a05
Revert "Reset to init"
This reverts commit 50345e33f8.
2023-10-27 17:44:29 -04:00
50345e33f8
Reset to init
Using REST for login is increasingly complex and outside of scope
2023-10-27 16:05:11 -04:00
4fa51b80a8
Implement rest backend for users 2023-10-27 14:57:46 -04:00
72ec735e93
Attempt to fast-complete 2023-10-18 20:36:48 -04:00
6f8bcee0da
Finally resolve checkbox issue 2023-10-18 20:28:53 -04:00
Kenny Casey
05a31bb851 recommiting because my last commit accidentally removed someone elses comments (whoops) 2023-10-18 18:50:52 -04:00
Kenny Casey
c7d6af27c6 commiting the comments that mark which unit tests I (Kenny) created 2023-10-18 18:46:13 -04:00
Ryan Leifer
0e72cdbe79 Merge branch 'main' of https://github.com/RIT-SWEN-261-02/team-project-2231-swen-261-02-04-guessncheck 2023-10-16 19:19:56 -04:00
Ryan Leifer
3ef8d42ddc added labels for what unit tests i di(ryan) 2023-10-16 19:19:00 -04:00
a1a9a392ab
Create user management backend 2023-10-12 17:35:37 -04:00
5f878b208b
Implement registration
account backend still in progress
2023-10-12 15:20:57 -04:00
d514ce0de4
Implement basic path tree
Login page, register page, home page.

Homepage isn't populated (outside the scope of this branch).

Login is populated, currently runs with a spoofed backend until auth
backend can be completed (TODO).

Register isn't populated (TODO).
2023-10-12 13:53:05 -04:00
f3753125e7
Init UI 2023-10-12 11:02:03 -04:00