Commit a96da45
committed
## Tweet Application: Second Phase: Requirements
* 1 -> Bug Fixes of First Phase. New Development freeze till all major Bug Fix Done for First Phase. -- Done
* 2 -> Add buttons to save new Comment, remove onBlur event on text-area for comment -- Done!
* 3 -> Add one property saveOnBlur(true or false) in EditableLabel.jsx component. If true, then on blur, data will be saved
* 4 -> Make default sorting order for tweets to descending order, i.e., latest tweet should be displayed first. -- Done
* 5 -> Add reduxjs-toolkit, refactor code accordingly
* 6 -> Add private field in tweet
* 7 -> filter tweet data for private, public or both
* 8 -> create tags and attach tweets tags
* 9 -> filter tweet list with given tag, which are present in tweet.
* 10 -> Add order field in tweet, so that tweets can be sorted as per order.
* 11 -> Add accordion for tweet. by default, all accordions will be collapsed. Also introduce one control to collapse all, expand all -- Done
* 12 -> Add one copy link button for every tweet, comment and nestedComment
* 13 -> increase size of text-area in Create new comment, tweet, nestedComment to all width of screen or component. Also height to show all text
### New Bugs
* 1 -> If creating new comment, the text entered in other tweet's new comment text-area -- Done. Now extracted separate CreateComment component
### Tech-Debt
- 1 -> updated text of EditableLabel component is not being saved on first click of "Update" button -- Seems resolved, once text area replaced with ReactQuill
### New enhancements
menu decoration
Swagger API documentation
Added basic configuration for swagger
applied style on LoginUser and Registration component
basic user registration and login
Update in EditableLabel.jsx code
added status column in Task model with code change
commented links for experimental components
tried to add active style on NavLink
bugfix: update middleware was not working
cleanup: organise imports
topic date range filter
tag card
group by occurrence date
dynamically show columns in Topic list
Tag CRUD Api
resume creation form basic structure
custom button
Topic description: CKEditor and ReactHtmlParser implementation
Gold rate calculator
Added different task-issue-type definitions
Replaced textarea with CKEditor in Task
Migration of backend services from Node.js to Spring Boot
Adding comparator object code1 parent 1c2bc39 commit a96da45
File tree
226 files changed
+51253
-1313
lines changed- learn-react
- GQL-Demo
- graphql-sum-app
- public
- src
- common
- components
- graphql-sum-numbers
- src
- TweetApp
- backend-spring-boot
- src/main
- java/com/prem
- base
- entity
- exception
- handler
- service
- impl
- util
- myresume
- controller
- dto
- entity
- repository
- service
- impl
- util
- resources
- target
- classes
- com/prem
- base
- entity
- service
- impl
- util
- myresume
- controller
- dto
- entity
- repository
- service
- impl
- util
- maven-archiver
- maven-status/maven-compiler-plugin
- compile/default-compile
- testCompile/default-testCompile
- backend
- resourses
- interview-mgmt
- combined
- topic_mgmt_sep_27_2019
- src
- dump
- models
- routes
- util
- frontend
- src
- common
- components
- actionable
- activity
- calendar
- common
- comparisons
- drag-drop
- login
- miscelleneous
- my-resume
- my-tasks
- resume
- settings
- tags
- tasks
- topic
- tweets
- words
- redux
- styles
- tasks-mgmt/my-tasks
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
226 files changed
+51253
-1313
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
0 commit comments